aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/proxy/config.py
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong behavior of --allow-hosts optionsBlown_Snail2020-02-231-1/+1
* update mypyMaximilian Hils2019-11-121-3/+3
* Move onboardingapp from tornado to flask (#3661)Maximilian Hils2019-10-061-5/+2
* Add key_size option to define rsa key size (#3657)vin012019-09-301-1/+3
* Only handle types "allow", "ignore" & "tcp"Pierre Gordon2019-04-191-3/+1
* Add --allow_hosts optionPierre Gordon2019-04-191-7/+18
* cadir -> confdirAldo Cortesi2018-05-101-1/+1
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-4/+4
* fix display inconsistency for certstore pathMaximilian Hils2018-03-031-1/+1
* clean up ProxyConfigMaximilian Hils2018-02-271-30/+1
* split TLS parts from net.tcp into net.tlsMaximilian Hils2017-09-031-3/+3
* disentangle ProxyServer and Master classes.Maximilian Hils2017-07-301-4/+7
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-171-5/+5
* unify server spec parsingMaximilian Hils2017-03-081-22/+3
* Unify mode specificationAldo Cortesi2017-03-061-4/+4
* Options unification: certsAldo Cortesi2017-03-061-3/+7
* Options unification: simple stringsAldo Cortesi2017-03-061-6/+6
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-241-3/+2
* addons.proxyauth: out with the old, in with the newAldo Cortesi2016-11-131-48/+0
* Upstream proxy auth to addonAldo Cortesi2016-11-121-15/+0
* http2: add more type informationThomas Kriechbaumer2016-10-271-1/+1
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-3/+3
* netlib.certutils -> mitmproxy.certsAldo Cortesi2016-10-201-2/+2
* netlib.strutils -> mitmproxy.utils.strutilsAldo Cortesi2016-10-201-1/+1
* remove empty lines at beginning of fileThomas Kriechbaumer2016-10-171-1/+0
* python3: clean up super and __future__Aldo Cortesi2016-10-171-1/+0
* python3: clean up class bracketsAldo Cortesi2016-10-171-1/+1
* Zap object base classAldo Cortesi2016-10-171-1/+1
* Merge branch 'such-types'Maximilian Hils2016-10-161-5/+6
|\
| * py2--: inline type infoMaximilian Hils2016-10-161-5/+6
* | mitmproxy: zap sixAldo Cortesi2016-10-171-4/+0
|/
* add websocket on/off switch, improve logging (fix #1546, fix #1547)Maximilian Hils2016-09-221-2/+3
* fix styleThomas Kriechbaumer2016-08-161-1/+1
* add basic auth support for reverse proxy modeMaximilian Hils2016-08-131-4/+10
* Revert "Add missing ssl_insecure option"Maximilian Hils2016-08-021-1/+0
* Add missing ssl_insecure optionShadab Zafar2016-08-021-0/+1
* verify upstream certificates by default (#1111)Sachin Kelkar2016-07-271-14/+8
* Addon iface: .configure(options) -> .configure(options, updated)Aldo Cortesi2016-07-231-2/+2
* Remove proxy.config.process_proxy_optionsAldo Cortesi2016-07-191-4/+0
* ProxyConf: auth_* into OptionsAldo Cortesi2016-07-191-47/+56
* ProxyConfig: http2, rawtcp, no_upstream_cert -> OptionsAldo Cortesi2016-07-191-10/+0
* ProxyConfig: ciphers_client and ciphers_server -> OptionsAldo Cortesi2016-07-191-18/+0
* ProxyConfig: Refactor to move verification mode checks into configureAldo Cortesi2016-07-191-10/+11
* ProxyConfig: tcp_hosts and ignore_hosts to OptionsAldo Cortesi2016-07-191-6/+5
* Regularize naming of upstream_trusted_ca* optionsAldo Cortesi2016-07-191-2/+0
* ProxyConfig: various SSL options to OptionsAldo Cortesi2016-07-191-22/+7
* Fix ca directory creationAldo Cortesi2016-07-191-4/+4
* config.parse_server_spec shouldn't pass byts to tcp.AddressAldo Cortesi2016-07-191-3/+3
* ProxyConfig: mode, upstream_server and upstream_auth to OptionsAldo Cortesi2016-07-191-43/+35
* ProxyConfig: --body-size-limit to OptionsAldo Cortesi2016-07-191-12/+3