aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/test_server.py
Commit message (Expand)AuthorAgeFilesLines
* add regression test for #1476Thomas Kriechbaumer2016-08-161-0/+5
* add basic auth support for reverse proxy modeMaximilian Hils2016-08-131-0/+16
* fix cert verification tests, remove leftoversMaximilian Hils2016-07-271-40/+48
* verify upstream certificates by default (#1111)Sachin Kelkar2016-07-271-18/+21
* Addon iface: .configure(options) -> .configure(options, updated)Aldo Cortesi2016-07-231-2/+2
* Test suite: get_proxy_config -> get_optionsAldo Cortesi2016-07-191-13/+32
* ProxyConf: auth_* into OptionsAldo Cortesi2016-07-191-6/+1
* ProxyConfig: Refactor to move verification mode checks into configureAldo Cortesi2016-07-191-14/+22
* Regularize naming of upstream_trusted_ca* optionsAldo Cortesi2016-07-191-7/+7
* config.parse_server_spec shouldn't pass byts to tcp.AddressAldo Cortesi2016-07-191-1/+1
* ProxyConfig: mode, upstream_server and upstream_auth to OptionsAldo Cortesi2016-07-191-2/+3
* ProxyConfig refactorAldo Cortesi2016-07-191-2/+2
* replacehooks -> addonAldo Cortesi2016-07-161-11/+6
* Script cleanup: editing in console, Python3 compatibility fixesAldo Cortesi2016-07-141-2/+2
* First-order integration of scripts addonAldo Cortesi2016-07-141-9/+13
* remove script contextsMaximilian Hils2016-07-071-1/+2
* sni is now str, not bytesMaximilian Hils2016-07-061-3/+3
* fix tcp message handlingMaximilian Hils2016-07-011-4/+3
* py3++Maximilian Hils2016-07-011-5/+5
* py3++: test/mitmproxy/test_serverShadab Zafar2016-07-011-28/+30
* A new interface for replyAldo Cortesi2016-06-081-2/+2
* Add reply.ack and reply.killAldo Cortesi2016-06-081-4/+3
* more style cleanupThomas Kriechbaumer2016-05-291-2/+2
* handle_* -> *Aldo Cortesi2016-05-291-16/+16
* Mandate that all handlers must be wrapped, make tests passAldo Cortesi2016-05-281-13/+23
* minor fixes, adjust testsMaximilian Hils2016-05-191-4/+4
* improve script loadingMaximilian Hils2016-05-111-4/+2
* cleanup mitmproxy.controller, raise Kill in Channel (#1085)Maximilian Hils2016-04-141-3/+3
* form_(in|out) -> first_line_formatMaximilian Hils2016-04-021-8/+8
* replace CONTENT_MISSING with None.Matthew Shao2016-03-261-3/+3
* Rename 'server' to 'upstream' in identifiers related to the AddServerCertsToC...ikoz2016-03-161-12/+12
* Move more init things inside AddServerCertsToClientChainMixinikoz2016-03-161-20/+13
* Restructuring of the AddServerCertsToClientChain test so that it uses a Mixin...ikoz2016-03-161-38/+25
* Add tests for add-server-certs-to-client-chain featureikoz2016-03-151-0/+60
* rename ProxTest -> ProxyTestThomas Kriechbaumer2016-02-161-27/+27
* fix all libpathod->pathod referencesThomas Kriechbaumer2016-02-161-1/+1
* fix all libmproxy->mitmproxy referencesThomas Kriechbaumer2016-02-161-3/+3
* move tests into shared folderMaximilian Hils2016-02-151-0/+1001