aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* command: save.file flowspec path -> NoneAldo Cortesi2017-04-276-39/+66
* addons.streamfile -> addons.saveAldo Cortesi2017-04-278-24/+24
* console: flow resolution commandAldo Cortesi2017-04-277-18/+79
* console: very basic interactive command executorAldo Cortesi2017-04-277-5/+44
* Basic outline of the command subsystemAldo Cortesi2017-04-275-16/+99
* Merge pull request #2265 from cortesi/addonsAldo Cortesi2017-04-275-4/+10
|\
| * Addons and addon testingAldo Cortesi2017-04-265-4/+10
* | Merge pull request #2269 from mhils/issue-2250Maximilian Hils2017-04-262-49/+53
|\ \
| * | fix #2250, add type info to cookie moduleMaximilian Hils2017-04-262-49/+53
* | | Merge pull request #2258 from mhils/readfileMaximilian Hils2017-04-267-49/+49
|\ \ \
| * | | separate reading from stdin into its own addonMaximilian Hils2017-04-265-18/+31
| * | | integrate readstdin into readfile addonMaximilian Hils2017-04-263-44/+29
| * | | typecheck: add support for typing.AnyMaximilian Hils2017-04-261-0/+2
| | |/ | |/|
* | | Merge pull request #2268 from mhils/issue-2257Maximilian Hils2017-04-261-17/+12
|\ \ \ | |_|/ |/| |
| * | fix #2257Maximilian Hils2017-04-261-17/+12
| |/
* / fix #2228Maximilian Hils2017-04-261-21/+18
|/
* configure(options, updated) -> configure(updated)Aldo Cortesi2017-04-2621-81/+79
* Move options into ctxAldo Cortesi2017-04-2614-88/+49
* Remove watchdog, solidify script testingAldo Cortesi2017-04-263-66/+40
* Revamp how addons workAldo Cortesi2017-04-258-236/+216
* Fixed formatting in mitmdumpUjjwal Verma2017-04-222-3/+4
* manually fix importsThomas Kriechbaumer2017-04-162-7/+5
* update kaitai and recompile formatsThomas Kriechbaumer2017-04-168-30/+72
* 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