aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/main.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanups and test coverageAldo Cortesi2017-03-071-1/+1
* Automate slurping up command-line optionsAldo Cortesi2017-03-071-37/+8
* Start unifying options and the command-line: booleansAldo Cortesi2017-03-051-8/+7
* Consolidate option namesAldo Cortesi2017-01-301-11/+12
* provide git information with --versionThomas Kriechbaumer2017-01-191-2/+3
* options: add a merge method to assimilate optionsAldo Cortesi2016-12-081-20/+12
* Amalgamate all the Options objectsAldo Cortesi2016-12-081-3/+4
* Replace configargparse with argparse, enable new options loadingAldo Cortesi2016-12-081-21/+45
* improve mitmdump filter helpThomas Kriechbaumer2016-11-251-1/+1
* mitmweb: add --no-browserMaximilian Hils2016-11-251-0/+1
* mitmweb: cleanup, reimplement eventlogMaximilian Hils2016-11-231-1/+0
* remove mitmweb authMaximilian Hils2016-11-221-2/+0
* console: re-add follow focusAldo Cortesi2016-10-301-1/+1
* console: o for flow orderAldo Cortesi2016-10-301-0/+1
* disable erroneous linting errorsMaximilian Hils2016-10-241-8/+9
* add version check for Python 3.4-Maximilian Hils2016-10-241-0/+6
* netlib.utils.[get,set]bit -> mitmproxy.utils.bitsAldo Cortesi2016-10-201-1/+1