aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_proxy.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: use relative importsMaximilian Hils2016-02-021-1/+1
|
* code formatting: fix whitespace issuesThomas Kriechbaumer2016-01-271-0/+4
|
* cleanup importsThomas Kriechbaumer2016-01-271-1/+0
|
* client-cert: Simplify and cleanupMichael J. Bazzinotti2015-12-291-1/+1
| | | | | | simplify the error message when cert path does not exist. During tests, reset the clientcerts proxy config setting to None Remove now-unused clientcerts code from class ProxTestBase
* [docs/libmproxy/test] Support single client-side cert file as argument toMichael J. Bazzinotti2015-12-281-1/+5
| | | | --client-certs
* skip timing tests on appveyorMaximilian Hils2015-11-241-1/+1
|
* fix minor bugs, add py.test compatibilityMaximilian Hils2015-09-211-6/+5
|
* use new netlib exceptionsMaximilian Hils2015-09-171-1/+2
|
* adjust to netlib changesMaximilian Hils2015-09-161-4/+4
|
* we don't support socks auth, refs #738Maximilian Hils2015-08-311-0/+3
|
* update inline script hooksMaximilian Hils2015-08-311-1/+6
|
* move files aroundMaximilian Hils2015-08-301-4/+4
|
* restructure code, remove cruftMaximilian Hils2015-08-301-14/+8
|
* fix bugs, fix testsMaximilian Hils2015-08-291-4/+5
|
* clean up config/cmdline, fix bugs, remove cruftMaximilian Hils2015-08-281-7/+1
|
* request -> request_methodMaximilian Hils2015-08-241-1/+1
|
* fix bugs, fix testsMaximilian Hils2015-08-241-1/+1
|
* move code to netlib and implement protocolsThomas Kriechbaumer2015-07-301-1/+4
|
* refactor to use netlib.http protocolsThomas Kriechbaumer2015-07-221-1/+3
|
* use new netlib module namesThomas Kriechbaumer2015-07-221-1/+1
|
* Enabling upstream server verification. Added flags --verify_upstream_cert,Kyle Morton2015-06-291-0/+16
| | | | --upstream-trusted-cadir, and --upstream-trusted-ca.
* add unit tests for spoof modeiroiro1232015-06-231-0/+6
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-8/+27
|
* 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
|\ | | | | Remove BackReferenceMixin
| * 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
| | | | | | - Specify per-domain certificates and keys - Certs are no longer regenerated for SANs - And more. :)
* Improve explicit certificate specificationAldo Cortesi2014-03-021-3/+6
| | | | | - Support cert/key in the same PEM file - Rationalize arguments, expand tests, clean up a bit
* add skeleton to change destinatin server during intercept, fix all testcases ↵Maximilian Hils2014-02-051-2/+2
| | | | on windows
* 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
| | | | Disable apps while message passing is improved.
* Merge branch 'master' into 0.10Maximilian Hils2013-08-171-4/+1
|\
| * Revamp dummy cert storeAldo Cortesi2013-08-121-3/+0
| | | | | | | | | | | | We no longer keep these on disk. This is for a number of reasons, including some race conditions and the fact that some valid IDNA-encoded domain names are not valid file names on Windows.