aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/main.py
Commit message (Expand)AuthorAgeFilesLines
* fix syntax-error on older python interpretersThomas Kriechbaumer2018-06-081-173/+15
* fix shutdown on WindowsMaximilian Hils2018-05-281-3/+9
* Use deferral mechanism for cfg file optionsAldo Cortesi2018-05-271-2/+1
* cmdline: --conf -> --confdir, which specifies the config directory, not the y...Aldo Cortesi2018-05-101-1/+7
* options: add the concept of deferred settingsAldo Cortesi2018-05-081-1/+1
* Redesign keepservingAldo Cortesi2018-05-021-2/+0
* Ignore signal errors on windows + various fixesAldo Cortesi2018-04-171-13/+17
* asyncio: clarify shutdown semanticsAldo Cortesi2018-04-161-2/+3
* Merge pull request #3059 from obscure76/enh/issue-3053Aldo Cortesi2018-04-161-1/+1
|\
| * fix Python 3.6 variable type annotations #3053oscure762018-04-141-1/+1
* | mitmdump: also set dumper_filter to default filter on startupAldo Cortesi2018-04-141-0/+1
* | readfile: add a readfile_filter optionAldo Cortesi2018-04-141-0/+1
* | asyncio: adjust readfile.py addon for asyncAldo Cortesi2018-04-141-1/+0
|/
* asyncio: start a test loop for unit testsAldo Cortesi2018-04-011-1/+4
* asyncio: brutally rip out our old queue mechanismAldo Cortesi2018-04-011-1/+1
* Python 3.5 is dead -- long live Python 3.6!Thomas Kriechbaumer2018-03-311-2/+2
* Revamp verbosity optionsAldo Cortesi2018-02-261-5/+3
* don't print message bodies when -v is passed.Maximilian Hils2018-02-221-1/+1
* don't log for --commands or --options.Maximilian Hils2018-02-221-1/+3
* Fix verbosity modeMiroslav2018-02-211-1/+4
* Improve options UXUjjwal Verma2017-08-071-2/+12
* Fix minor typing mistake.Matthew Shao2017-07-311-1/+1
* move isatty check to a better placeMaximilian Hils2017-07-301-5/+0
* fix tool-specific cmdlineMaximilian Hils2017-07-301-14/+28
* disentangle ProxyServer and Master classes.Maximilian Hils2017-07-301-1/+2
* Fix lint error.Matthew Shao2017-07-281-1/+1
* Improve verbosity options.Matthew Shao2017-07-281-2/+3
* nuke old opensslThomas Kriechbaumer2017-07-251-2/+0
* check tty after options parsingThomas Kriechbaumer2017-06-041-5/+0
* check for tty when running mitmproxyThomas Kriechbaumer2017-06-041-1/+7
* cleanupThomas Kriechbaumer2017-05-241-1/+3
* proxy tests: fix leaking socketsThomas Kriechbaumer2017-05-241-12/+12
* Refactor consoleAldo Cortesi2017-05-011-1/+1
* Add help text to --commands outputAldo Cortesi2017-04-301-5/+1
* addons.streamfile -> addons.saveAldo Cortesi2017-04-271-1/+1
* console: flow resolution commandAldo Cortesi2017-04-271-1/+8
* Addons and addon testingAldo Cortesi2017-04-261-0/+1
* configure(options, updated) -> configure(updated)Aldo Cortesi2017-04-261-1/+1
* Revamp how addons workAldo Cortesi2017-04-251-1/+1
* dumper, mitmdump: kill filtstrAldo Cortesi2017-03-191-2/+18
* Move dump handlers to addonAldo Cortesi2017-03-161-4/+4
* Enable custom options in config filesAldo Cortesi2017-03-141-1/+4
* Move serialization methods out of OptionsAldo Cortesi2017-03-141-1/+1
* Show custom addon options in --options outputAldo Cortesi2017-03-141-4/+5
* Enable custom options for addonsAldo Cortesi2017-03-141-3/+2
* Carefully re-add a small number of short flagsAldo Cortesi2017-03-071-3/+3
* Add the --set option to set options directlyAldo Cortesi2017-03-071-0/+3
* Add --options that dumps annotated option defaultsAldo Cortesi2017-03-071-5/+9
* Fix lintAldo Cortesi2017-03-071-1/+1
* Flatten commandline arg structure, extract common run func for toolsAldo Cortesi2017-03-071-56/+26