aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/master.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Add the http_connect event for HTTP CONNECT requestsAldo Cortesi2016-11-121-0/+4
* console: add caching sort keysAldo Cortesi2016-10-301-2/+6
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-2/+2
* mitmproxy.types.[basethread,multidict,serializable]Aldo Cortesi2016-10-201-1/+1
* mitmproxy.protocol -> mitmproxy.proxy.protocolAldo Cortesi2016-10-191-1/+1
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-191-8/+9
* Remove flow module entirely, move contents to top levelAldo Cortesi2016-10-191-1/+1
* addons.Addons -> addonmanager, builtins -> addonsAldo Cortesi2016-10-191-2/+2
* controller.Log -> log.LogAldo Cortesi2016-10-191-2/+3
* Kill flow.master - create master.MasterAldo Cortesi2016-10-191-0/+290