aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow specification of multiple patterns from file and on command lineAldo Cortesi2014-10-252-16/+46
* Update pyparsingAldo Cortesi2014-10-251-1/+2
* Parse patterns eagerly on instantiationAldo Cortesi2014-10-253-38/+32
* Whitespace and formattingAldo Cortesi2014-10-251-16/+29
* Nicer way to specify patterns read for file - just use a pathAldo Cortesi2014-10-252-67/+50
* Refactor and whitespaceAldo Cortesi2014-10-241-1/+0
* Fix tests, re-add scriptsAldo Cortesi2014-10-243-15/+53
* fix testsMaximilian Hils2014-09-281-4/+3
* Merge pull request #16 from mitmproxy/distAldo Cortesi2014-09-081-4/+0
|\
| * Merge branch 'master' into distMaximilian Hils2014-08-311-6/+6
| |\
| * | try harder to fix travisMaximilian Hils2014-08-301-4/+0
* | | Silence insecure requets warnings in our test packageAldo Cortesi2014-09-071-6/+11
| |/ |/|
* | fix tests to be compatible with the latest requests versionMaximilian Hils2014-08-311-6/+6
|/
* Adjust timeout test to make race condition much less likely.Aldo Cortesi2014-03-101-1/+1
* Adjust for upstream cert store changes, improve cert handling significantlyAldo Cortesi2014-03-051-6/+3
* Add connection cipher info to pathod server logAldo Cortesi2014-03-021-2/+9
* pathoc -S dumps information on the remote SSL certificate chainAldo Cortesi2014-03-021-19/+28
* Support cert/key combo files in args. Improve argument names in SSLOptionsAldo Cortesi2014-03-021-1/+1
* Implement custom certs.Aldo Cortesi2014-03-023-3/+48
* Big improvements to SSL handlingAldo Cortesi2014-03-023-8/+34
* adjust to signature changes in netlib.tcpMaximilian Hils2014-01-283-12/+9
* move test requirements out of main requirements.txtMaximilian Hils2014-01-281-0/+4
* Merge pull request #11 from mitmproxy/refactor_read_http_bodyAldo Cortesi2014-01-041-6/+6
|\
| * always return Content-Length: 0 if r is not setMaximilian Hils2013-12-151-6/+6
* | fix windows compatibilityMaximilian Hils2013-12-161-4/+7
|/
* always read files in binary modeMaximilian Hils2013-06-161-2/+2
* Adapt for new request_client_cert option in netlib.Aldo Cortesi2013-05-131-1/+4
* Changelog, minor cleanups.Aldo Cortesi2013-04-301-0/+3
* Print pathod craft explanations to stdout.Aldo Cortesi2013-03-031-1/+1
* Improve robustness of proxy CONNECT, test coverage to 100%.Aldo Cortesi2013-03-021-0/+20
* Make pathoc request return more human-friendly.Aldo Cortesi2013-02-272-14/+14
* Adapt to netlib API changes.Aldo Cortesi2013-02-241-1/+1
* Make last_log return None if nothing is logged.Aldo Cortesi2013-02-231-1/+1
* Add support for client certificatesAldo Cortesi2013-01-205-0/+71
* Implement and unit test not-after-connect option.Aldo Cortesi2013-01-052-1/+12
* CONNECT through proxy mode for pathocAldo Cortesi2013-01-052-5/+11
* Proxy mode: drop to SSL if we see an HTTP CONNECT requestAldo Cortesi2013-01-051-0/+4
* Provisional proxy mode support for pathod.Aldo Cortesi2013-01-052-0/+11
* Shift SSL parameters into Pathoc classAldo Cortesi2013-01-041-2/+30
* Fix timeout test.Aldo Cortesi2012-11-181-1/+1
* Add disconnect specifiers to test suite.Aldo Cortesi2012-11-184-14/+14
* :u belongs on Request not ResponseAldo Cortesi2012-11-161-2/+3
* Add u User-agent shortcut.Aldo Cortesi2012-11-162-2/+21
* Use .freeze to implement the -e explain flags for pathod and pathoc.Aldo Cortesi2012-10-312-1/+6
* Fix generated values in request path specification.Aldo Cortesi2012-10-311-0/+5
* Add a .freeze() method to all components.Aldo Cortesi2012-10-311-45/+118
* Add a .values method to messages, simplify a lot of stuff as a consequence.Aldo Cortesi2012-10-301-4/+4
* Make Message classes more self-contained.Aldo Cortesi2012-10-301-6/+6
* Extract .serve() method from message classes.Aldo Cortesi2012-10-301-11/+11
* Change preview_safe to return a safe copy of the current message.Aldo Cortesi2012-10-301-3/+3