aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/controller.py
Commit message (Expand)AuthorAgeFilesLines
* controller: add mysteriously missing comment portionAldo Cortesi2018-05-121-2/+2
* Commit taken messages on killAldo Cortesi2018-05-121-0/+2
* Improve benchmarkingAldo Cortesi2018-04-161-14/+16
* asyncio simplify: we don't need a queue for proxy->main loop commsAldo Cortesi2018-04-071-4/+10
* asyncio: fix channel interface and testsAldo Cortesi2018-04-011-1/+2
* asyncio: start a test loop for unit testsAldo Cortesi2018-04-011-1/+1
* asyncio: brutally rip out our old queue mechanismAldo Cortesi2018-04-011-17/+12
* Misc. typosluz.paz2018-02-241-3/+3
* fix Flow.kill behaviourMaximilian Hils2017-12-291-4/+4
* Rip out master handler mechanismAldo Cortesi2017-03-161-79/+33
* Clean up addonmanager interfaceAldo Cortesi2017-03-161-2/+1
* test.taddon: Add cycle() method, use it to test addons.interceptAldo Cortesi2016-10-301-4/+4
* controller.Log -> log.LogAldo Cortesi2016-10-191-41/+0
* Kill flow.master - create master.MasterAldo Cortesi2016-10-191-135/+1
* Let's dispense with this fiction that we support multiple serversAldo Cortesi2016-10-191-14/+6
* accept_addon -> resume, intercept/resume eventsAldo Cortesi2016-10-181-0/+3
* remove empty lines at beginning of fileThomas Kriechbaumer2016-10-171-1/+0
* python3: clean up super and __future__Aldo Cortesi2016-10-171-3/+2
* python3: clean up class bracketsAldo Cortesi2016-10-171-5/+5
* Zap object base classAldo Cortesi2016-10-171-5/+5
* mitmproxy: zap sixAldo Cortesi2016-10-171-2/+1
* docs: logging and the contextAldo Cortesi2016-10-161-3/+18
* docs: cleanups improvements and fighting sphinxAldo Cortesi2016-10-161-2/+2
* Consolidate loggingAldo Cortesi2016-10-041-5/+15
* http2: support the requestheaders eventAldo Cortesi2016-10-041-1/+2
* Add requestheaders eventAldo Cortesi2016-10-041-0/+1
* websockets_handshake -> websocket_handshakeAldo Cortesi2016-10-041-1/+1
* websockets: update protocol detectionThomas Kriechbaumer2016-09-011-0/+2
* remove redundant propertyMaximilian Hils2016-08-221-4/+0
* clean up code, improve DummyReplyMaximilian Hils2016-08-091-4/+19
* finalize Reply semantics, fix testsMaximilian Hils2016-08-091-19/+35
* make Reply.state readonlyMaximilian Hils2016-08-091-5/+19
* improve reply semanticsMaximilian Hils2016-08-081-57/+57
* fix reply concurrencyMaximilian Hils2016-08-041-2/+22
* minor fixesMaximilian Hils2016-07-211-2/+0
* The "handled" flag on responses should not persist across callsAldo Cortesi2016-07-171-0/+6
* add_event -> add_log throughout projectAldo Cortesi2016-07-161-2/+2
* Fix log level handlingAldo Cortesi2016-07-161-0/+5
* Add .start for addons and scriptsAldo Cortesi2016-07-151-0/+3
* Add a tick event for addons and scripts, and use it for race-free reloadAldo Cortesi2016-07-141-0/+3
* Tighten the tick loopAldo Cortesi2016-07-141-17/+14
* Convert examples and example tests for new-style scriptsAldo Cortesi2016-07-141-0/+1
* First-order integration of scripts addonAldo Cortesi2016-07-141-1/+11
* func.__name__ works in both 2.7 and 3.5Aldo Cortesi2016-07-141-3/+1
* Add the addons mechanismAldo Cortesi2016-07-131-1/+1
* Basic outline of addonsAldo Cortesi2016-07-131-1/+10
* move script context to mitmproxy.ctxMaximilian Hils2016-07-081-6/+6
* remove script contextsMaximilian Hils2016-07-071-14/+32
* py3++Thomas Kriechbaumer2016-06-191-4/+5
* Improve debugging of thread and other leaksAldo Cortesi2016-06-111-3/+6