aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/pathoc.py
Commit message (Expand)AuthorAgeFilesLines
* websockets: server handshake schemeAldo Cortesi2015-04-221-9/+9
* Fix call signature in pathoc.Aldo Cortesi2015-04-201-2/+2
* Whitespace, interface refcactoring, sketch websockets languageAldo Cortesi2015-04-201-9/+15
* Whitespace, small fixes.Aldo Cortesi2015-04-201-16/+21
* Refactor pathocAldo Cortesi2015-04-191-107/+128
* pathoc: Print SSL info only once per connectionAldo Cortesi2015-04-191-35/+35
* housekeeping: ++tests, coverage annotationsAldo Cortesi2015-04-171-1/+1
* Improvements to pathoc repeat requestsAldo Cortesi2015-03-141-4/+12
* --memo-limit - limit failed attempts to find new generated requests to NAldo Cortesi2014-10-261-0/+7
* Add a memoize argument to prevent playing the same pattern twiceAldo Cortesi2014-10-251-7/+21
* pathoc -n 0 repeats foreverAldo Cortesi2014-10-251-1/+5
* Rationalize pathoc arguments, add -r flag to randomly select a request from t...Aldo Cortesi2014-10-251-2/+7
* Allow specification of multiple patterns from file and on command lineAldo Cortesi2014-10-251-3/+12
* Parse patterns eagerly on instantiationAldo Cortesi2014-10-251-30/+51
* Nicer way to specify patterns read for file - just use a pathAldo Cortesi2014-10-251-2/+2
* Refactor and whitespaceAldo Cortesi2014-10-241-1/+34
* Fix tests, re-add scriptsAldo Cortesi2014-10-241-2/+3
* adjust to netlib api changesMaximilian Hils2014-07-211-3/+3
* Also dump SANs for pathoc -SAldo Cortesi2014-03-071-1/+5
* Use new get_current_cipher to show cipher in pathoc SSL outputAldo Cortesi2014-03-021-3/+5
* pathoc -S dumps information on the remote SSL certificate chainAldo Cortesi2014-03-021-2/+30
* Implement custom certs.Aldo Cortesi2014-03-021-1/+1
* Big improvements to SSL handlingAldo Cortesi2014-03-021-2/+16
* Expand SSL supportAldo Cortesi2014-02-271-10/+9
* adjust to signature changes in netlib.tcpMaximilian Hils2014-01-281-5/+5
* Pyflakes cleanup, adjust requirements.txtAldo Cortesi2014-01-191-3/+2
* 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
* | Ability to specify SSL/TLS versionAldo Cortesi2013-12-171-2/+9
|/
* Changelog, minor cleanups.Aldo Cortesi2013-04-301-0/+1
* Improve robustness of proxy CONNECT, test coverage to 100%.Aldo Cortesi2013-03-021-2/+10
* Make pathoc request return more human-friendly.Aldo Cortesi2013-02-271-1/+7
* Adapt to netlib API changes.Aldo Cortesi2013-02-241-1/+1
* Add support for client certificatesAldo Cortesi2013-01-201-2/+3
* CONNECT through proxy mode for pathocAldo Cortesi2013-01-051-1/+16
* Shift SSL parameters into Pathoc classAldo Cortesi2013-01-041-1/+10
* Use .freeze to implement the -e explain flags for pathod and pathoc.Aldo Cortesi2012-10-311-0/+6
* Extract .serve() method from message classes.Aldo Cortesi2012-10-301-2/+2
* Adjust serve() API.Aldo Cortesi2012-10-281-2/+2
* Remove check argument to serve() methods.Aldo Cortesi2012-10-271-2/+2
* Start moving policy checks to service-time, rather than parse-time.Aldo Cortesi2012-10-251-2/+2
* Remove actions log and explain, preparing for a more sophisticated take on this.Aldo Cortesi2012-10-051-7/+0
* rparse.py -> language.pyAldo Cortesi2012-10-051-9/+9
* Add pathoc -T to ignore timeouts.Aldo Cortesi2012-09-281-1/+3
* Add pathoc -o, oneshot mode, exits after the first non-ignored response.Aldo Cortesi2012-09-271-0/+3
* Add pathoc -c to specify a list of return codes to ignore.Aldo Cortesi2012-09-271-17/+23
* Refactor print_requests -> print_requestAldo Cortesi2012-09-261-45/+40
* Response printingAldo Cortesi2012-09-261-20/+21
* Hex and verbatim output of requests.Aldo Cortesi2012-09-261-2/+13
* Stub out new output argument structure.Aldo Cortesi2012-09-261-6/+13