aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_server.py
Commit message (Collapse)AuthorAgeFilesLines
* change replay_request behaviour, refs #346; test upstream proxy modeMaximilian Hils2014-09-051-20/+155
|
* much tests. so tcp. very wow.Maximilian Hils2014-09-041-5/+42
|
* coverage++Maximilian Hils2014-09-041-2/+4
|
* Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-041-7/+0
|\
| * Merge branch 'master' into issue_341Maximilian Hils2014-09-041-7/+0
| |\
| | * remove outdated IOError test case ↵Maximilian Hils2014-09-041-10/+0
| | | | | | | | | | | | (https://github.com/mitmproxy/netlib/commit/f5fdfd8a9f17e0fe213a9cf54acae84e4bc31462)
| | * fix IOError handlingMaximilian Hils2014-09-031-1/+4
| | |
* | | improve HTTPRequest syntaxMaximilian Hils2014-09-031-7/+4
|/ /
* / fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-031-27/+30
|/
* improve error handlingMaximilian Hils2014-09-021-2/+2
|
* refactor protocol handling, fix #332Maximilian Hils2014-08-301-0/+1
|
* fix #328Maximilian Hils2014-08-241-2/+2
|
* adjust testsMaximilian Hils2014-08-101-1/+1
|
* fix testsMaximilian Hils2014-07-311-4/+3
|
* unify stream handlingMaximilian Hils2014-07-211-5/+4
|
* simplify responseheader scripthookMaximilian Hils2014-07-201-4/+3
|
* fixed handling of Transfer-Encoding header during streaming; wrote tests for ↵Brad Peabody2014-07-191-0/+58
| | | | streaming support
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2014-03-111-0/+7
|\
| * Certificate forwarding.Aldo Cortesi2014-03-111-0/+7
| |
* | fix temporary server change, coverage++Maximilian Hils2014-03-111-0/+56
|/
* finish proxy.py split upMaximilian Hils2014-03-091-2/+2
|
* Much more sophisticated cert handlingAldo Cortesi2014-03-051-2/+3
| | | | | | - Specify per-domain certificates and keys - Certs are no longer regenerated for SANs - And more. :)
* 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 remote TCP and SSL setup timestamps
| * adding tcp and ssl setup timestamps to get better resolution on flows ↵Rouli2013-03-191-0/+28
| | | | | | | | performance
* | 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
|