aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Adjust testsAldo Cortesi2014-11-151-6/+6
* mitmproxy -> libmproxy.main. do some leanup on the wayMaximilian Hils2014-09-081-10/+10
* remove proxy mode abstraction: always be clear which mode we are inMaximilian Hils2014-09-081-5/+2
* Merge pull request #347 from mitmproxy/issue_341Aldo Cortesi2014-09-071-9/+18
|\
| * Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-061-4/+16
| |\
| | * Merge branch 'master' into issue_341Maximilian Hils2014-09-061-4/+16
| | |\
| * | | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-1/+1
| * | | much tests. so tcp. very wow.Maximilian Hils2014-09-041-0/+9
| * | | coverage++Maximilian Hils2014-09-041-1/+1
| * | | improve HTTPRequest syntaxMaximilian Hils2014-09-031-2/+2
| |/ /
| * | fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-031-5/+5
* | | coverage++Maximilian Hils2014-09-061-1/+14
| |/ |/|
* | coverage++Maximilian Hils2014-09-061-4/+16
|/
* adjust to netlib changesMaximilian Hils2014-08-171-1/+1
* remove platform.setupMaximilian Hils2014-08-081-2/+1
* fix tests on windowsMaximilian Hils2014-07-181-1/+2
* add advanced proxying options, add SSL-terminating capability to mitmproxyMaximilian Hils2014-03-101-20/+6
* finish proxy.py split upMaximilian Hils2014-03-091-6/+8
* split up proxy.pyMaximilian Hils2014-03-091-3/+5
* Much more sophisticated cert handlingAldo Cortesi2014-03-051-8/+6
* Improve explicit certificate specificationAldo Cortesi2014-03-021-3/+6
* add skeleton to change destinatin server during intercept, fix all testcases ...Maximilian Hils2014-02-051-2/+2
* fix all tests except those using set_url and get_urlMaximilian Hils2014-02-051-3/+1
* fix most testsuite errors, improve proxy error handlingMaximilian Hils2014-01-291-6/+7
* Move app mechanism to flow.pyAldo Cortesi2014-01-041-20/+0
* Merge branch 'master' into 0.10Maximilian Hils2013-08-171-4/+1
|\
| * Revamp dummy cert storeAldo Cortesi2013-08-121-3/+0
| * Make use of a change to netlib.tcp that clarifies error conditions for flush ...Aldo Cortesi2013-07-301-1/+1
* | skip tests on windows that don't make senseMaximilian Hils2013-06-181-0/+1
|/
* Remove __slots__ to make it possible to inherit from Options classes.Aldo Cortesi2013-03-031-1/+0
* 100% unit test coverage on proxy.py. Hallelujah!Aldo Cortesi2013-03-031-1/+15
* Unit test proxy option parsing.Aldo Cortesi2013-03-031-4/+71
* Move HTTP auth module to netlib.Aldo Cortesi2013-03-031-0/+8
* Test cert generation errors.Aldo Cortesi2013-03-021-1/+0
* Significantly simplify server connection handling, and test.Aldo Cortesi2013-02-241-31/+4
* Refactor to prepare for SNI fixes.Aldo Cortesi2013-02-241-6/+6
* Test WSGI app calling.Aldo Cortesi2013-02-161-1/+1
* Unit tests for ServerConnectionPoolAldo Cortesi2013-01-291-1/+29
* Test suite, remove extraneous code.Aldo Cortesi2013-01-281-5/+7
* Unit tests and minor code refactoring for ServerConnection.Aldo Cortesi2013-01-051-1/+31
* removed unused importsAndrás Veres-Szentkirályi2012-07-151-4/+1
* Make WSGI apps work in transparent mode.Aldo Cortesi2012-07-101-0/+8
* Refator server tests to use flow.FlowMaster and flow.StateAldo Cortesi2012-07-091-14/+12
* Move wsgi to netlib.Aldo Cortesi2012-06-191-0/+13
* Pull out protocol components into protocol.pyAldo Cortesi2012-06-161-135/+0
* Rename our tcpserver to netlib, expand to include client network functions.Aldo Cortesi2012-06-161-11/+0
* Localise client connection object manipulation.Aldo Cortesi2012-06-101-12/+16
* Consolidate HTTP major and minor versions into a single variable.Aldo Cortesi2012-06-101-10/+7
* Add proxy.should_connection_close, and strip out unused code.Aldo Cortesi2012-06-101-27/+9
* Port mitmproxy test suite entirely to nose.Aldo Cortesi2012-06-091-92/+70