aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/optmanager.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for issue 3797Gilgamesh2020-01-241-2/+1
* update mypyMaximilian Hils2019-11-121-1/+3
* fix sequence option declaration in yaml filesMaximilian Hils2019-07-181-1/+3
* optmanager: tweaks and cleanupsAldo Cortesi2018-05-271-5/+5
* Use deferral mechanism for cfg file optionsAldo Cortesi2018-05-271-12/+10
* Adjust options when changedGrant Murphy2018-05-251-0/+1
* optmanager: refactor for coverage and clarityAldo Cortesi2018-05-081-9/+5
* options: add the concept of deferred settingsAldo Cortesi2018-05-081-16/+48
* Start moving addon options into /addonsAldo Cortesi2018-02-241-0/+7
* fix optmanager equality check and deepcopyMaximilian Hils2017-08-051-3/+7
* Merge pull request #2487 from mhils/no-option-processingMaximilian Hils2017-08-011-1/+0
|\
| * remove OptManager._processedMaximilian Hils2017-07-311-1/+0
* | add OptManager.itemsMaximilian Hils2017-07-291-0/+3
|/
* Squashed commit of the following:Maximilian Hils2017-07-251-0/+1
* [web] Add keys argument for dump_dict in optmanager.Matthew Shao2017-07-051-2/+3
* [web] Change the response format of GET /options.Matthew Shao2017-07-021-5/+4
* Merge pull request #2395 from MatthewShao/mitmweb-optionsMaximilian Hils2017-06-241-9/+24
|\
| * Minor Update for /options API of mitmweb.Matthew Shao2017-06-241-9/+2
| * Add typesepc_to_str function to mitmproxy/utils/typechck.pyMatthew Shao2017-06-131-8/+1
| * Minor Update and add test.Matthew Shao2017-06-131-2/+17
| * Add GET /options RESTful API for mitmweb.Matthew Shao2017-06-121-0/+14
* | config: don't crash with a config file containing only commentsAldo Cortesi2017-06-131-0/+2
|/
* console: start migrating hotkeys to keymapAldo Cortesi2017-04-281-0/+2
* Basic outline of the command subsystemAldo Cortesi2017-04-271-2/+2
* Addons and addon testingAldo Cortesi2017-04-261-2/+0
* optmanager: make serialization and loading more robustAldo Cortesi2017-03-241-10/+25
* options: reraise when there's an error with a partial updateAldo Cortesi2017-03-191-1/+1
* optmanager: cope with bound methods in .subscribeAldo Cortesi2017-03-191-5/+14
* console options: in-place editor for simple strings and intsAldo Cortesi2017-03-191-23/+29
* console options: better defaults display, g/G/D keyboard shortcutsAldo Cortesi2017-03-191-2/+2
* options cleanupsAldo Cortesi2017-03-191-4/+2
* console: sketch out look and feel of the new Options editorAldo Cortesi2017-03-191-4/+2
* Enable custom options in config filesAldo Cortesi2017-03-141-15/+30
* Move serialization methods out of OptionsAldo Cortesi2017-03-141-77/+82
* Optmanager: handle unknown options in value setsAldo Cortesi2017-03-141-0/+2
* Show custom addon options in --options outputAldo Cortesi2017-03-141-1/+1
* Enable custom options for addonsAldo Cortesi2017-03-141-10/+15
* Send change event when options are resetAldo Cortesi2017-03-091-0/+1
* typing.Type -> typeMaximilian Hils2017-03-081-2/+2
* change add_option parameter orderMaximilian Hils2017-03-081-5/+5
* Carefully re-add a small number of short flagsAldo Cortesi2017-03-071-7/+24
* Add type and choices to options dump commets.Aldo Cortesi2017-03-071-7/+22
* Options tweaksAldo Cortesi2017-03-071-10/+9
* Remove less commonly used command-line optionsAldo Cortesi2017-03-071-5/+4
* Add the --set option to set options directlyAldo Cortesi2017-03-071-0/+39
* Option spacing and coverageAldo Cortesi2017-03-071-9/+9
* Add --options that dumps annotated option defaultsAldo Cortesi2017-03-071-0/+20
* Cleanups and test coverageAldo Cortesi2017-03-071-2/+4
* Automate slurping up command-line optionsAldo Cortesi2017-03-071-0/+3
* Options unification: string choicesAldo Cortesi2017-03-061-8/+15