aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/tservers.py
Commit message (Expand)AuthorAgeFilesLines
* fixed addon errorUjjwal Verma2017-07-261-2/+6
* fix typoThomas Kriechbaumer2017-05-241-1/+1
* configure(options, updated) -> configure(updated)Aldo Cortesi2017-04-261-1/+1
* Revamp how addons workAldo Cortesi2017-04-251-1/+1
* Rip out master handler mechanismAldo Cortesi2017-03-161-10/+5
* Remove test handlers by using taddons.RecordingMasterAldo Cortesi2017-03-161-12/+5
* Clean up addonmanager interfaceAldo Cortesi2017-03-161-1/+1
* Enable custom options for addonsAldo Cortesi2017-03-141-0/+2
* Unify mode specificationAldo Cortesi2017-03-061-4/+4
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-241-2/+3
* coverage++Thomas Kriechbaumer2017-02-101-2/+34
* remove deprecated flow_count functionThomas Kriechbaumer2017-02-091-4/+0
* Fix transparent mode initialisation, refactor mitmproxy.platform (#1787)Maximilian Hils2016-11-251-18/+7
* disable TCP support for nowThomas Kriechbaumer2016-11-231-3/+4
* websocket: add testsThomas Kriechbaumer2016-11-231-0/+8
* Replace addons.state in test suiteAldo Cortesi2016-11-011-2/+18
* netlib.exceptions.* -> mitmproxy.exceptionsAldo Cortesi2016-10-201-3/+4
* flow.state -> addons.stateAldo Cortesi2016-10-191-1/+1
* Kill flow.master - create master.MasterAldo Cortesi2016-10-191-3/+4
* Web apps to addonsAldo Cortesi2016-10-191-25/+16
* No need for all builtins to be loaded for server testsAldo Cortesi2016-10-181-2/+0
* Convert flow.state to an addonAldo Cortesi2016-10-181-3/+5
* python3: clean up super and __future__Aldo Cortesi2016-10-171-6/+6
* python3: clean up class bracketsAldo Cortesi2016-10-171-1/+1
* Zap object base classAldo Cortesi2016-10-171-1/+1
* Consolidate loggingAldo Cortesi2016-10-041-2/+3
* remove option argument for addons.add (#1576)Maximilian Hils2016-09-241-1/+1
* Roll out synchronisation for mitmproxy testsAldo Cortesi2016-09-101-14/+35
* verify upstream certificates by default (#1111)Sachin Kelkar2016-07-271-1/+2
* Addon iface: .configure(options) -> .configure(options, updated)Aldo Cortesi2016-07-231-1/+1
* mitproxy.options -> mitmproxy.optmanager, mitmproxy.flow.options -> mitmproxy...Aldo Cortesi2016-07-201-6/+4
* Test suite: get_proxy_config -> get_optionsAldo Cortesi2016-07-191-23/+21
* ProxyConf: auth_* into OptionsAldo Cortesi2016-07-191-4/+1
* ProxyConfig: http2, rawtcp, no_upstream_cert -> OptionsAldo Cortesi2016-07-191-1/+1
* ProxyConfig: various SSL options to OptionsAldo Cortesi2016-07-191-2/+5
* ProxyConfig: mode, upstream_server and upstream_auth to OptionsAldo Cortesi2016-07-191-8/+12
* ProxyConfig: cadir to optionsAldo Cortesi2016-07-191-2/+1
* ProxyConfig refactorAldo Cortesi2016-07-191-20/+20
* Unify proxy config and optionsAldo Cortesi2016-07-191-7/+9
* replacehooks -> addonAldo Cortesi2016-07-161-1/+4
* add_event -> add_log throughout projectAldo Cortesi2016-07-161-1/+1
* Basic outline of addonsAldo Cortesi2016-07-131-1/+1
* fix lint issuesShadab Zafar2016-07-021-2/+0
* fix tcp message handlingMaximilian Hils2016-07-011-1/+1
* py3++: test/mitmproxy/test_serverShadab Zafar2016-07-011-2/+3
* handle_* -> *Aldo Cortesi2016-05-291-12/+4
* Sketch out a more solid coreAldo Cortesi2016-05-281-2/+2
* add FlowMaster.active_flowsMaximilian Hils2016-05-191-4/+1
* tests: finish connections properlyMaximilian Hils2016-05-191-0/+1
* fix tests, don't double-add error'd flowsMaximilian Hils2016-05-191-1/+3