aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/options.py
Commit message (Expand)AuthorAgeFilesLines
...
* | options: default_contentview uses lowercaseAldo Cortesi2017-03-191-1/+1
* | options: choices for content views and tighten console order specAldo Cortesi2017-03-191-2/+4
* | dumper, mitmdump: kill filtstrAldo Cortesi2017-03-191-4/+0
* | streamfile: add streamfile_filter and use it instead of filtstrAldo Cortesi2017-03-191-0/+4
* | options: filter -> view_filterAldo Cortesi2017-03-191-2/+2
* | console: options/help pane switching, toggle bools with enterAldo Cortesi2017-03-191-18/+18
* | options cleanupsAldo Cortesi2017-03-191-19/+11
|/
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-171-2/+2
* Add a light-weight custom event system, use it for keepservingAldo Cortesi2017-03-161-1/+4
* Merge pull request #2142 from mhils/2140Aldo Cortesi2017-03-141-1/+1
|\
| * fix #2140Maximilian Hils2017-03-131-1/+1
* | Fixed Replacement testUjjwal Verma2017-03-091-1/+0
* | Removed replace-from-file option.Made requested changesUjjwal Verma2017-03-091-7/+1
|/
* change add_option parameter orderMaximilian Hils2017-03-081-81/+82
* unify server spec parsingMaximilian Hils2017-03-081-5/+0
* Carefully re-add a small number of short flagsAldo Cortesi2017-03-071-2/+2
* Change the way proxy authetication is specifiedAldo Cortesi2017-03-071-11/+6
* Add type and choices to options dump commets.Aldo Cortesi2017-03-071-14/+12
* Options tweaksAldo Cortesi2017-03-071-66/+101
* Option spacing and coverageAldo Cortesi2017-03-071-5/+5
* Replacements and setheaders are always stringsAldo Cortesi2017-03-061-4/+16
* Unify mode specificationAldo Cortesi2017-03-061-2/+13
* Options unification: certsAldo Cortesi2017-03-061-1/+12
* Options unification: streamfileAldo Cortesi2017-03-061-2/+4
* Options unification: string choicesAldo Cortesi2017-03-061-5/+43
* Options unification: simple string sequencesAldo Cortesi2017-03-061-8/+53
* Options unification: simple stringsAldo Cortesi2017-03-061-19/+84
* Options unification: sizesAldo Cortesi2017-03-061-2/+13
* Start unifying options and the command-line: intsAldo Cortesi2017-03-051-5/+20
* Start unifying options and the command-line: booleansAldo Cortesi2017-03-051-28/+123
* Revamp optionsAldo Cortesi2017-03-051-173/+81
* Adds --keep-host-header option (#2039)Nikhil Soni2017-02-221-0/+2
* http2: disable priority forwardingThomas Kriechbaumer2017-02-181-4/+11
* Regularise setheaders optionsAldo Cortesi2017-02-011-1/+1
* Revamp replacement hooksAldo Cortesi2017-02-011-2/+4
* Consolidate option namesAldo Cortesi2017-01-301-97/+98
* Amalgamate all the Options objectsAldo Cortesi2016-12-081-1/+46
* Correct refresh_server_playback option defaultAldo Cortesi2016-12-081-1/+1
* Options - avoid mutation, API cleanup, has_changedAldo Cortesi2016-12-081-11/+11
* websocket: change cmdline optionThomas Kriechbaumer2016-11-231-2/+2
* minor fixesMaximilian Hils2016-11-161-1/+1
* options: add upstream_bind_addressDoug Freed2016-11-141-0/+2
* streamfile: make options less crazyAldo Cortesi2016-11-031-1/+3
* FileStreamer -> StreamFileAldo Cortesi2016-11-031-2/+2
* Add options.default_contentviewAldo Cortesi2016-10-301-0/+2
* typecheck options, fix current inconsistenciesMaximilian Hils2016-10-251-8/+8
* make options keyword-onlyMaximilian Hils2016-10-251-0/+1
* remove empty lines at beginning of fileThomas Kriechbaumer2016-10-171-1/+0
* python3: clean up super and __future__Aldo Cortesi2016-10-171-2/+1
* py2--: inline type infoMaximilian Hils2016-10-161-56/+57