aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/web
Commit message (Expand)AuthorAgeFilesLines
* Fix #4010. Options modal in the mitmweb page no longer overflows the y axis. ...V S Sreejeet2020-06-121-1/+1
* Support using `wslview` as a browser to open web urlGareth Jones2020-06-121-1/+1
* Rename web-iface to web-hostLucas Ramage2020-04-052-5/+5
* finish FIXME: move open_browser() to addon/browser (#3832)naivekun2020-03-082-36/+41
* update compiled mitmweb assets, fix #3822Maximilian Hils2020-02-211-1/+1
* Fix wording for ssl_insecure option on mitmwebFerenc soós2020-01-201-1/+1
* [web] update compiled assetsMaximilian Hils2019-12-123-5/+5
* Add flow to ContentView metadataYoav Shai2019-12-062-2/+2
* update mypyMaximilian Hils2019-11-121-2/+5
* Move onboardingapp from tornado to flask (#3661)Maximilian Hils2019-10-061-5/+10
* ssl_insecure added to option_whitelist because it was missingFerenc soós2019-09-271-1/+1
* Fix several DeprecationWarning: invalid escape sequenceMickaël Schoentgen2019-01-051-1/+1
* mitmweb: improve dns rebinding protection, support ipv6Maximilian Hils2018-07-121-1/+12
* mitmweb: protect against dns rebindingMaximilian Hils2018-07-111-26/+30
* update compiled mitmweb assetsMaximilian Hils2018-06-154-206/+202
* commands: clarify command call interface, fix web app replayAldo Cortesi2018-05-021-2/+1
* client replay: move all client replay-related code into addonAldo Cortesi2018-04-271-0/+1
* call_soon->ensure_futureCorTal2018-04-181-1/+1
* mitmweb: don't blort all over my config fileAldo Cortesi2018-04-181-5/+5
* mitmweb: shift to use new run_loop wrapper on masterAldo Cortesi2018-04-181-14/+2
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-2/+2
* asyncio: remove master.add_log, in favor of a persistent log.Log instanceAldo Cortesi2018-04-071-5/+3
* asyncio simplify: we don't need a queue for proxy->main loop commsAldo Cortesi2018-04-071-1/+2
* asyncio: cleanup and lintAldo Cortesi2018-04-021-1/+0
* asyncio: rebase mitmweb Tornado event loop on asyncioAldo Cortesi2018-04-021-1/+4
* Update remaining old docs url with new one.Fenil Gandhi2018-03-051-2/+2
* store ClientHello extensions with client connectionMaximilian Hils2018-01-131-0/+2
* fix #2673Maximilian Hils2017-12-141-1/+1
* [web] Add settings.json to static viewer, so it can display version.Matthew Shao2017-08-301-0/+6
* update mitmweb assets (gulp prod)Maximilian Hils2017-08-224-70540/+294
* Merge pull request #2540 from mhils/relatively-staticMaximilian Hils2017-08-222-2/+2
|\
| * [web] make it possible to run static viewer in subdirectoriesMaximilian Hils2017-08-212-2/+2
* | fix mitmweb master shutdown, tests++Maximilian Hils2017-08-211-1/+4
|/
* actually fix testsMaximilian Hils2017-08-211-1/+1
* move static viewer to fix pyinstallerMaximilian Hils2017-08-212-2/+100
* [web] Move static viewer from default addon to WebMaster.Matthew Shao2017-08-211-0/+2
* make static viewer more testable, print slow contentviewsMaximilian Hils2017-08-162-106/+1
* [web] Change the api routing and minor fix.Matthew Shao2017-08-152-8/+8
* [web] change the path name like `_flows` to `flows.json`.Matthew Shao2017-08-141-6/+6
* [web] Update static_viewer addon.Matthew Shao2017-08-121-21/+73
* [web] Attempt of static viewer addon.Matthew Shao2017-08-101-0/+52
* [web] Import static.js in index.htmlMatthew Shao2017-08-101-0/+1
* Merge pull request #2504 from MatthewShao/static-viewerMaximilian Hils2017-08-081-0/+1
|\
| * [web] Add static.js to index.html, containing MITMWEB_STATIC var.Matthew Shao2017-08-071-0/+1
* | minor fixesMaximilian Hils2017-07-302-5/+5
* | disentangle ProxyServer and Master classes.Maximilian Hils2017-07-301-4/+2
* | move web options into their own addonMaximilian Hils2017-07-292-1/+20
|/
* Add intercetp toggle feature.Matt Weidner2017-07-271-0/+1
* [web] Minor Fix for backend.Matthew Shao2017-07-272-13/+4
* [web] Fix conflict.Matthew Shao2017-07-261-1/+2