aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* Fixes #2109Ujjwal Verma2017-04-094-6/+25
* fixes ipv6 authority form parsing in CONNECTRobert C Jensen2017-04-071-1/+3
* Replace phrase 'the the' in 2 placesVinay Dargar2017-04-022-2/+2
* Override set_focus to check for index errorNikhil Soni2017-03-291-0/+4
* fix #2201Thomas Kriechbaumer2017-03-251-4/+4
* addon loader: add boot_into, which replaces returning from start()Aldo Cortesi2017-03-253-15/+24
* addons: an addonmanager.Loader is now passed to the load() eventAldo Cortesi2017-03-252-3/+32
* addons: start -> load throughoutAldo Cortesi2017-03-255-10/+10
* bump h2Thomas Kriechbaumer2017-03-241-3/+3
* Merge pull request #2207 from nikofil/scripts-redirect-stdoutAldo Cortesi2017-03-241-1/+15
|\
| * scripts: redirect stdout to ctx.log.warnNikos Filippakis2017-03-241-1/+15
* | Merge pull request #2204 from cortesi/consoleoptsAldo Cortesi2017-03-242-11/+50
|\ \
| * | optmanager: make serialization and loading more robustAldo Cortesi2017-03-242-13/+33
| * | console: read and write options to and from fileAldo Cortesi2017-03-231-1/+20
| |/
* / Don't pass malformed request objects to our error handlerAldo Cortesi2017-03-231-5/+10
|/
* Fix#2184, mitmweb -n dispalys incorrect message. (#2187)Matthew Shao2017-03-222-6/+3
* tox: mypy checking for entire codebaseAldo Cortesi2017-03-223-3/+3
* Make tnetstrings pass mypyAldo Cortesi2017-03-201-10/+10
* Factor out an io moduleAldo Cortesi2017-03-204-3/+10
* mypy all of the codebase bar tnetstringAldo Cortesi2017-03-2014-55/+77
* Fix sliding window type specsAldo Cortesi2017-03-201-2/+2
* addons.view: we no longer have a None order stateAldo Cortesi2017-03-201-9/+6
* options: default_contentview uses lowercaseAldo Cortesi2017-03-191-1/+1
* options: reraise when there's an error with a partial updateAldo Cortesi2017-03-193-4/+6
* console: use overlay chooser to pick flow view modeAldo Cortesi2017-03-191-15/+13
* console options: "d" to reset this option to defaultAldo Cortesi2017-03-191-1/+9
* options: choices for content views and tighten console order specAldo Cortesi2017-03-194-8/+10
* dumper, mitmdump: kill filtstrAldo Cortesi2017-03-194-12/+24
* streamfile: add streamfile_filter and use it instead of filtstrAldo Cortesi2017-03-192-4/+8
* console options: fix bug that caused keys to be handled by wrong componentAldo Cortesi2017-03-191-0/+1
* options: filter -> view_filterAldo Cortesi2017-03-193-6/+6
* console options: help for overlays, improved layout for overlay grid editorAldo Cortesi2017-03-194-16/+40
* console options: add an overlay grid editor for sequence optionsAldo Cortesi2017-03-196-18/+72
* optmanager: cope with bound methods in .subscribeAldo Cortesi2017-03-192-6/+15
* console options: handle choices settingsAldo Cortesi2017-03-193-1/+122
* console options: in-place editor for simple strings and intsAldo Cortesi2017-03-193-77/+131
* console options: better defaults display, g/G/D keyboard shortcutsAldo Cortesi2017-03-192-13/+24
* console: options/help pane switching, toggle bools with enterAldo Cortesi2017-03-192-31/+77
* options cleanupsAldo Cortesi2017-03-193-24/+29
* console: sketch out look and feel of the new Options editorAldo Cortesi2017-03-192-240/+109
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-191-1/+1
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-1716-104/+113
* Rip out master handler mechanismAldo Cortesi2017-03-165-189/+73
* Remove test handlers by using taddons.RecordingMasterAldo Cortesi2017-03-164-9/+16
* Move mitmproxy console handlers to addonAldo Cortesi2017-03-161-32/+30
* Move dump handlers to addonAldo Cortesi2017-03-162-12/+20
* Merge pull request #2167 from mhils/update-dependenciesAldo Cortesi2017-03-163-1/+6
|\
| * update mypyMaximilian Hils2017-03-153-1/+6
* | Merge pull request #2152 from cortesi/readfileAldo Cortesi2017-03-1617-119/+160
|\ \ | |/ |/|
| * Add a light-weight custom event system, use it for keepservingAldo Cortesi2017-03-169-29/+44