aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/web/master.py
Commit message (Expand)AuthorAgeFilesLines
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-191-203/+0
* flow.state -> addons.stateAldo Cortesi2016-10-191-3/+3
* addons.Addons -> addonmanager, builtins -> addonsAldo Cortesi2016-10-191-2/+2
* Kill flow.master - create master.MasterAldo Cortesi2016-10-191-1/+2
* Let's dispense with this fiction that we support multiple serversAldo Cortesi2016-10-191-1/+1
* addons: add AddonHalt exceptionAldo Cortesi2016-10-191-1/+1
* Web apps to addonsAldo Cortesi2016-10-191-3/+0
* Convert flow.state to an addonAldo Cortesi2016-10-181-1/+3
* remove empty lines at beginning of fileThomas Kriechbaumer2016-10-171-1/+0
* python3: clean up super and __future__Aldo Cortesi2016-10-171-14/+13
* py2--: inline type infoMaximilian Hils2016-10-161-8/+8
* remove option argument for addons.add (#1576)Maximilian Hils2016-09-241-1/+1
* finalize Reply semantics, fix testsMaximilian Hils2016-08-091-1/+0
* Addon iface: .configure(options) -> .configure(options, updated)Aldo Cortesi2016-07-231-1/+1
* mitproxy.options -> mitmproxy.optmanager, mitmproxy.flow.options -> mitmproxy...Aldo Cortesi2016-07-201-1/+2
* fix web master options leftoversMaximilian Hils2016-07-191-1/+1
* add_event -> add_log throughout projectAldo Cortesi2016-07-161-5/+5
* Add missing mitmweb optionAldo Cortesi2016-07-141-0/+2
* make options explicitMaximilian Hils2016-07-131-38/+24
* Add the addons mechanismAldo Cortesi2016-07-131-0/+2
* Basic outline of addonsAldo Cortesi2016-07-131-3/+4
* Show how options integrates with consoleAldo Cortesi2016-07-131-0/+1
* More powerful Options schemeAldo Cortesi2016-07-131-9/+2
* py3++, multidict fixesMaximilian Hils2016-07-061-2/+2
* simplify settings reducerMaximilian Hils2016-06-171-1/+1
* Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-06-041-1/+1
* Rebase on masterAldo Cortesi2016-06-041-0/+220