aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_server.py
Commit message (Collapse)AuthorAgeFilesLines
* fix #593, fix #656, coverage++Maximilian Hils2015-07-031-27/+68
|
* Enabling upstream server verification. Added flags --verify_upstream_cert,Kyle Morton2015-06-291-0/+60
| | | | --upstream-trusted-cadir, and --upstream-trusted-ca.
* remove certforward featureMaximilian Hils2015-06-261-8/+0
| | | | | | | | The certforward feature was implemented to support #gotofail, which only works on unpatched iOS devices. Given that many apps don't support iOS 7 anymore, jailbreak+ssl killswitch is usually the better option. By removing certforward, we can make netlib a pure python module again, which significantly simplifies distribution.
* changed error handling (ssl spoof mode)iroiro1232015-06-231-7/+2
|
* add unit tests for spoof modeiroiro1232015-06-231-0/+54
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-76/+166
|
* Adapt to new Pathoc API - silence output to stdout.Aldo Cortesi2015-05-021-2/+4
|
* Fudge a rare race condition in the test suiteAldo Cortesi2015-04-191-1/+4
|
* fix #319Maximilian Hils2015-02-271-0/+6
|
* fix #479Maximilian Hils2015-02-271-0/+31
|
* introduce revised views, port over changes from multiple_views branchMaximilian Hils2014-11-261-10/+10
|
* fix race conditions in testsMaximilian Hils2014-10-191-0/+12
|
* add generic tcp proxying, fix #374Maximilian Hils2014-10-181-9/+80
|
* add --ignore ui indicationMaximilian Hils2014-09-081-5/+5
|
* improve change_server api, add example how to change the upstream serverMaximilian Hils2014-09-071-8/+6
|
* Merge pull request #347 from mitmproxy/issue_341Aldo Cortesi2014-09-071-54/+228
|\ | | | | Remove BackReferenceMixin
| * 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
| | |\
| * | | improve HTTPRequest syntaxMaximilian Hils2014-09-031-7/+4
| |/ /
| * | fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-031-27/+30
| | |
* | | test streamingMaximilian Hils2014-09-061-4/+15
| |/ |/|
* | 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 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
|