aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/master.py
Commit message (Expand)AuthorAgeFilesLines
* bump dependenciesThomas Kriechbaumer2018-12-021-2/+3
* fix shutdown on WindowsMaximilian Hils2018-05-281-1/+9
* Remove the tick eventAldo Cortesi2018-05-021-11/+3
* Redesign keepservingAldo Cortesi2018-05-021-4/+1
* client replay: move all client replay-related code into addonAldo Cortesi2018-04-271-57/+0
* asyncio: shift script reloading out of the tick eventAldo Cortesi2018-04-231-9/+5
* asyncio: fix exit behavior for consoleAldo Cortesi2018-04-171-4/+28
* asyncio: clarify shutdown semanticsAldo Cortesi2018-04-161-5/+13
* Improve benchmarkingAldo Cortesi2018-04-161-4/+8
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-1/+1
* asyncio: ditch the handler contextAldo Cortesi2018-04-071-17/+4
* asyncio: remove master.add_log, in favor of a persistent log.Log instanceAldo Cortesi2018-04-071-7/+2
* asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-071-1/+0
* asyncio simplify: we don't need a queue for proxy->main loop commsAldo Cortesi2018-04-071-16/+3
* asyncio: remove last vestiage of channel input from masterAldo Cortesi2018-04-071-5/+0
* asyncio: cleanup and lintAldo Cortesi2018-04-021-2/+3
* asyncio: test cleanupAldo Cortesi2018-04-021-0/+8
* asyncio: shift console over to asyncio eventloopAldo Cortesi2018-04-021-1/+2
* asyncio: make http2 tests passAldo Cortesi2018-04-021-7/+10
* asyncio: fix channel interface and testsAldo Cortesi2018-04-011-4/+8
* asyncio: fix client replayAldo Cortesi2018-04-011-7/+1
* asyncio: start a test loop for unit testsAldo Cortesi2018-04-011-3/+0
* asyncio: clean up event loop acquisitionAldo Cortesi2018-04-011-17/+11
* asyncio: brutally rip out our old queue mechanismAldo Cortesi2018-04-011-24/+37
* Fix #2688Miroslav2018-01-071-1/+1
* add doc stringThomas Kriechbaumer2017-12-181-0/+5
* fix #2640Thomas Kriechbaumer2017-12-181-5/+20
* mitmproxy.types -> mitmproxy.coretypesAldo Cortesi2017-12-171-1/+1
* disentangle ProxyServer and Master classes.Maximilian Hils2017-07-301-12/+24
* request replay testUjjwal Verma2017-06-261-1/+1
* Fixes #2197Ujjwal Verma2017-06-191-0/+5
* Increase test coverageUjjwal Verma2017-05-311-4/+4
* commands: view.order.options, view.marked.toggle, view.createAldo Cortesi2017-04-301-20/+0
* Basic outline of the command subsystemAldo Cortesi2017-04-271-0/+2
* Move options into ctxAldo Cortesi2017-04-261-0/+2
* Revamp how addons workAldo Cortesi2017-04-251-1/+1
* Rip out master handler mechanismAldo Cortesi2017-03-161-97/+2
* Merge pull request #2152 from cortesi/readfileAldo Cortesi2017-03-161-35/+3
|\
| * Clean up addonmanager interfaceAldo Cortesi2017-03-161-5/+3
| * Extract flow reading into addonsAldo Cortesi2017-03-151-30/+0
* | add Request.makeMaximilian Hils2017-03-151-17/+7
|/
* Move running() in to .tick() method to make sure it's called consistentlyAldo Cortesi2017-03-141-4/+4
* Enable custom options for addonsAldo Cortesi2017-03-141-0/+4
* Unify mode specificationAldo Cortesi2017-03-061-1/+1
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-241-2/+2
* eventsequence: coverage++Thomas Kriechbaumer2017-02-091-3/+3
* mitmdump: fix reading from stdinMaximilian Hils2017-01-101-2/+5
* Merge branch 'mitmweb-eventlog'Maximilian Hils2016-11-231-3/+7
|\
| * mitmweb: 100% app test coverage, numerous fixesMaximilian Hils2016-11-231-3/+7
* | add WebSocket flows and messagesThomas Kriechbaumer2016-11-231-0/+16
|/