aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/options.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor fixesMaximilian Hils2016-09-241-1/+1
* add websocket on/off switch, improve logging (fix #1546, fix #1547)Maximilian Hils2016-09-221-0/+2
* Merge branch 'fully_transparent'Maximilian Hils2016-09-221-0/+2
|\
| * Fixed travis-ci issues.smill2016-09-141-1/+1
| * Introduced the capability to spoof the source addresssmill2016-09-031-0/+2
* | options.replay_ignore* -> options.server_replay_ignore*Aldo Cortesi2016-09-101-8/+8
* | options.nopop -> options.server_replay_nopopAldo Cortesi2016-09-101-2/+2
* | options.rheaders -> options.server_replay_use_headersAldo Cortesi2016-09-101-2/+2
* | options.kill -> options.replay_kill_extraAldo Cortesi2016-09-101-2/+2
* | Move server playback in to an addonAldo Cortesi2016-09-061-0/+2
|/
* verify upstream certificates by default (#1111)Sachin Kelkar2016-07-271-2/+2
* mitproxy.options -> mitmproxy.optmanager, mitmproxy.flow.options -> mitmproxy...Aldo Cortesi2016-07-201-103/+136
* ProxyConfig: various SSL options to OptionsAldo Cortesi2016-07-191-1/+1
* Add a toggller helper to Options, start using it in mitmproxy consoleAldo Cortesi2016-07-181-0/+13
* make options explicitMaximilian Hils2016-07-131-5/+22
* Add a .setter helper to OptionsAldo Cortesi2016-07-141-0/+5
* Raise AttributeError from Options.__getattr__Aldo Cortesi2016-07-131-1/+4
* More powerful Options schemeAldo Cortesi2016-07-131-0/+66