aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_server.py
Commit message (Expand)AuthorAgeFilesLines
* finish proxy.py split upMaximilian Hils2014-03-091-2/+2
* Much more sophisticated cert handlingAldo Cortesi2014-03-051-2/+3
* Minor cleanups.Aldo Cortesi2014-03-021-3/+0
* Update for pathod.SSLOptions changes.Aldo Cortesi2014-03-021-1/+1
* Adapt for new pathod and netlib APIs.Aldo Cortesi2014-03-021-3/+10
* Cleanup: fix unit tests, simpler app test, remove print statementsAldo Cortesi2014-02-081-0/+1
* fix all tests except those using set_url and get_urlMaximilian Hils2014-02-051-1/+0
* push failing tests down to 43Maximilian Hils2014-02-041-20/+20
* fix most testsuite errors, improve proxy error handlingMaximilian Hils2014-01-291-17/+14
* unify ipv4/ipv6 address handlingMaximilian Hils2014-01-281-2/+2
* move CONTINUE checks into mitmproxyMaximilian Hils2013-12-151-4/+4
* add content-length 0 if we remove header for chunked encoding, fixes #186Maximilian Hils2013-12-121-1/+12
* ignore missing CN in certificates. fixes #169Maximilian Hils2013-12-121-0/+7
* store resolved ip addresses, fixes #187Maximilian Hils2013-12-121-0/+5
* Merge branch 'master' into 0.10Maximilian Hils2013-12-081-10/+0
|\
| * Remove obsolete test.Aldo Cortesi2013-12-081-10/+0
* | fix request_timestamps test caseMaximilian Hils2013-06-181-1/+2
|/
* Adapt for new request_client_cert option in netlib.Aldo Cortesi2013-05-131-1/+2
* Merge pull request #107 from rouli/masterAldo Cortesi2013-04-191-0/+28
|\
| * adding tcp and ssl setup timestamps to get better resolution on flows perform...Rouli2013-03-191-0/+28
* | Add a basic built-in web app.Aldo Cortesi2013-03-251-1/+11
|/
* Fuzzing, and fixes for errors found with fuzzing.Aldo Cortesi2013-03-031-1/+1
* 100% unit test coverage on proxy.py. Hallelujah!Aldo Cortesi2013-03-031-1/+17
* Unit test proxy auth.Aldo Cortesi2013-03-031-7/+18
* Move HTTP auth module to netlib.Aldo Cortesi2013-03-031-1/+1
* Extend unit tests for proxy.py to some tricky cases.Aldo Cortesi2013-03-021-9/+50
* Test cert generation errors.Aldo Cortesi2013-03-021-3/+10
* Test SNI for transparent mode.Aldo Cortesi2013-03-021-0/+6
* Test SNI for ordinary proxy connections.Aldo Cortesi2013-03-021-1/+5
* New SNI handling mechanism.Aldo Cortesi2013-03-011-31/+31
* Test cert file specification, spruce up server testing truss a bit.Aldo Cortesi2013-02-241-0/+7
* Significantly simplify server connection handling, and test.Aldo Cortesi2013-02-241-6/+22
* Handle server disconnects better.Aldo Cortesi2013-02-241-1/+13
* Test a difficult-to-trigger IOError, fix cert generation in test suite.Aldo Cortesi2013-02-241-0/+9
* Test client connection close conditions.Aldo Cortesi2013-02-241-0/+16
* Test request and response kill functionality.Aldo Cortesi2013-02-231-1/+31
* Unit test dummy response functions.Aldo Cortesi2013-02-231-0/+16
* Test WSGI app calling.Aldo Cortesi2013-02-161-6/+18
* Beef up unit tests for HAR utility functions - flow.py coverage now 100%.Aldo Cortesi2013-01-291-6/+4
* Add tests for client certificate support.Aldo Cortesi2013-01-201-2/+3
* Rudimentary testing for client certs.Aldo Cortesi2013-01-181-0/+3
* Speed up the test suite by reducing time sleeping in tests.Aldo Cortesi2013-01-181-3/+2
* Merge branch 'master' of ssh.github.com:cortesi/mitmproxyAldo Cortesi2013-01-181-0/+51
|\
| * fixes due to merge with masterRouli2013-01-171-1/+2
| * changing requests and responses to have two timestamps, one marking their ini...Rouli2013-01-171-0/+41
* | Unit tests and minor code refactoring for ServerConnection.Aldo Cortesi2013-01-051-9/+15
|/
* removed assigned but unread variablesAndrás Veres-Szentkirályi2012-07-151-1/+1
* removed unused importsAndrás Veres-Szentkirályi2012-07-151-4/+1
* Refine semantics of replay_request method.Aldo Cortesi2012-07-101-6/+3
* Test replay corner cases. Fix discovered bugs.Aldo Cortesi2012-07-091-0/+12