aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/web/master.py
Commit message (Expand)AuthorAgeFilesLines
* Rename web-iface to web-hostLucas Ramage2020-04-051-2/+2
* finish FIXME: move open_browser() to addon/browser (#3832)naivekun2020-03-081-36/+0
* mitmweb: shift to use new run_loop wrapper on masterAldo Cortesi2018-04-181-14/+2
* asyncio: remove master.add_log, in favor of a persistent log.Log instanceAldo Cortesi2018-04-071-5/+3
* asyncio: cleanup and lintAldo Cortesi2018-04-021-1/+0
* asyncio: rebase mitmweb Tornado event loop on asyncioAldo Cortesi2018-04-021-1/+4
* fix #2673Maximilian Hils2017-12-141-1/+1
* fix mitmweb master shutdown, tests++Maximilian Hils2017-08-211-1/+4
* move static viewer to fix pyinstallerMaximilian Hils2017-08-211-2/+1
* [web] Move static viewer from default addon to WebMaster.Matthew Shao2017-08-211-0/+2
* minor fixesMaximilian Hils2017-07-301-1/+1
* disentangle ProxyServer and Master classes.Maximilian Hils2017-07-301-4/+2
* move web options into their own addonMaximilian Hils2017-07-291-1/+2
* [web] Minor Fix for backend.Matthew Shao2017-07-271-7/+0
* [web] Load dumped options at start up.Matthew Shao2017-07-261-0/+6
* [web] Broadcast options update in backend.Matthew Shao2017-07-051-0/+10
* separate reading from stdin into its own addonMaximilian Hils2017-04-261-0/+2
* Fix#2184, mitmweb -n dispalys incorrect message. (#2187)Matthew Shao2017-03-221-6/+2
* Extract flow reading into addonsAldo Cortesi2017-03-151-9/+0
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-241-1/+1
* Consolidate option namesAldo Cortesi2017-01-301-4/+4
* remove output of dumper during testsThomas Kriechbaumer2016-12-211-2/+3
* remove intercept events, update view manuallyMaximilian Hils2016-12-161-1/+1
* [web] various fixesMaximilian Hils2016-12-121-1/+1
* [web] show proxy address, add websocket toggleMaximilian Hils2016-12-111-0/+1
* Amalgamate all the Options objectsAldo Cortesi2016-12-081-21/+0
* Get rid of tfile testing optionAldo Cortesi2016-12-081-3/+1
* mitmweb: include console loggingMaximilian Hils2016-11-251-10/+30
* mitmweb: add --no-browserMaximilian Hils2016-11-251-3/+7
* mitmweb: 100% app test coverage, numerous fixesMaximilian Hils2016-11-231-0/+9
* mitmweb: cleanup, reimplement eventlogMaximilian Hils2016-11-231-79/+37
* mitmweb: start browser on startupMaximilian Hils2016-11-161-3/+34
* minor fixesMaximilian Hils2016-11-161-1/+1
* addons.view: clarify modification eventsAldo Cortesi2016-11-151-4/+4
* addons.proxyauth: out with the old, in with the newAldo Cortesi2016-11-131-21/+21
* web: simplify flow storageMaximilian Hils2016-11-081-1/+2
* clean up mitmwebMaximilian Hils2016-11-081-8/+7
* streamfile: make options less crazyAldo Cortesi2016-11-031-9/+0
* FileStreamer -> StreamFileAldo Cortesi2016-11-031-3/+3
* Extend mypy checks to mitmproxy/addonsAldo Cortesi2016-11-011-1/+0
* Remove addons.StateAldo Cortesi2016-11-011-53/+39
* Replace interception in mitmproxy and mitmweb with addonAldo Cortesi2016-10-301-28/+2
* fix #1620Maximilian Hils2016-10-251-2/+7
* typecheck options, fix current inconsistenciesMaximilian Hils2016-10-251-1/+1
* make options keyword-onlyMaximilian Hils2016-10-251-0/+1
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-1/+1
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-191-0/+203