aboutsummaryrefslogtreecommitdiffstats
path: root/test/tservers.py
Commit message (Expand)AuthorAgeFilesLines
* Remove global should_exit and fix testsVyacheslav Bakhmutov2014-06-131-1/+1
* Certificate forwarding.Aldo Cortesi2014-03-111-0/+2
* add advanced proxying options, add SSL-terminating capability to mitmproxyMaximilian Hils2014-03-101-17/+14
* lay the foundations for --(in|out)(abs|rel) command line switches, as propose...Maximilian Hils2014-03-101-4/+9
* finish proxy.py split upMaximilian Hils2014-03-091-4/+6
* Revert to old cert names, use a subdir for test conf dir.Aldo Cortesi2014-03-071-1/+2
* Much more sophisticated cert handlingAldo Cortesi2014-03-051-6/+7
* Minor cleanups.Aldo Cortesi2014-03-021-1/+3
* Improve explicit certificate specificationAldo Cortesi2014-03-021-0/+1
* Cleanup: fix unit tests, simpler app test, remove print statementsAldo Cortesi2014-02-081-7/+3
* add tests for reconnect to upstream proxy, ensure that server_reconnect is al...Maximilian Hils2014-02-071-1/+7
* Achievement Unlocked: Proxy ChainMaximilian Hils2014-02-071-5/+44
* fix most testsuite errors, improve proxy error handlingMaximilian Hils2014-01-291-6/+6
* Move app mechanism to flow.pyAldo Cortesi2014-01-041-2/+2
* backport changes to fix testsMaximilian Hils2013-12-081-2/+2
* add option to expose webapp externally, remove distinct ip settingMaximilian Hils2013-08-181-4/+2
* Move app instantiation out of proxy.py.Aldo Cortesi2013-07-241-3/+6
* Adapt for new request_client_cert option in netlib.Aldo Cortesi2013-05-131-2/+3
* Add a basic built-in web app.Aldo Cortesi2013-03-251-0/+15
* Unit test proxy auth.Aldo Cortesi2013-03-031-1/+2
* Extend unit tests for proxy.py to some tricky cases.Aldo Cortesi2013-03-021-2/+4
* Test cert generation errors.Aldo Cortesi2013-03-021-4/+11
* Remove human_curl requirement for the test suite - it's pathoc all the way, b...Aldo Cortesi2013-03-021-9/+17
* Test SNI for transparent mode.Aldo Cortesi2013-03-021-11/+12
* Test SNI for ordinary proxy connections.Aldo Cortesi2013-03-021-5/+11
* New SNI handling mechanism.Aldo Cortesi2013-03-011-10/+23
* Test cert file specification, spruce up server testing truss a bit.Aldo Cortesi2013-02-241-13/+18
* Significantly simplify server connection handling, and test.Aldo Cortesi2013-02-241-11/+12
* Test a difficult-to-trigger IOError, fix cert generation in test suite.Aldo Cortesi2013-02-241-1/+1
* Test client connection close conditions.Aldo Cortesi2013-02-241-0/+3
* Unit test dummy response functions.Aldo Cortesi2013-02-231-6/+12
* Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-171-1/+1
* Test WSGI app calling.Aldo Cortesi2013-02-161-0/+183