aboutsummaryrefslogtreecommitdiffstats
path: root/test/tservers.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove external app option, make tick timeout explicitAldo Cortesi2014-09-141-2/+1
|
* mitmproxy -> libmproxy.main. do some leanup on the wayMaximilian Hils2014-09-081-1/+2
|
* remove proxy mode abstraction: always be clear which mode we are inMaximilian Hils2014-09-081-4/+3
|
* change replay_request behaviour, refs #346; test upstream proxy modeMaximilian Hils2014-09-051-60/+47
|
* much tests. so tcp. very wow.Maximilian Hils2014-09-041-23/+0
|
* coverage++Maximilian Hils2014-09-041-0/+23
|
* fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-031-6/+6
|
* refactor protocol handling, fix #332Maximilian Hils2014-08-301-3/+7
|
* fix #318Maximilian Hils2014-08-081-13/+17
|
* 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 ↵Maximilian Hils2014-03-101-4/+9
| | | | proposed in https://groups.google.com/forum/#!topic/mitmproxy/nApno2TXS0c
* 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
| | | | | | - Specify per-domain certificates and keys - Certs are no longer regenerated for SANs - And more. :)
* Minor cleanups.Aldo Cortesi2014-03-021-1/+3
|
* Improve explicit certificate specificationAldo Cortesi2014-03-021-0/+1
| | | | | - Support cert/key in the same PEM file - Rationalize arguments, expand tests, clean up a bit
* 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 ↵Maximilian Hils2014-02-071-1/+7
| | | | always hooked
* 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
| | | | Disable apps while message passing is improved.
* 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, ↵Aldo Cortesi2013-03-021-9/+17
| | | | baby.
* 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
- Factor out test servers into a separate file - Adjust docs to note new Flask dependency