aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into tcp_proxyMaximilian Hils2014-01-093-12/+20
|\
| * Merge pull request #11 from mitmproxy/refactor_read_http_bodyAldo Cortesi2014-01-043-10/+11
| |\
| | * Merge branch 'master' into refactor_read_http_bodyMaximilian Hils2013-12-162-2/+2
| | |\
| | * | always return Content-Length: 0 if r is not setMaximilian Hils2013-12-153-10/+11
| * | | Merge branch 'master' of ssh.github.com:mitmproxy/pathodAldo Cortesi2013-12-171-1/+1
| |\ \ \
| * | | | Ability to specify SSL/TLS versionAldo Cortesi2013-12-171-2/+9
| | |_|/ | |/| |
* | | | change method signatureMaximilian Hils2014-01-091-1/+1
| |/ / |/| |
* | | fix windows compatibilityMaximilian Hils2013-12-161-1/+1
|/ /
* | Merge branch 'master' of ssh.github.com:mitmproxy/pathodAldo Cortesi2013-08-251-1/+1
|\|
| * ensure binary read on windowsMaximilian Hils2013-08-191-1/+1
* | Fix download link.Aldo Cortesi2013-08-251-1/+1
* | Version bump and changelog.Aldo Cortesi2013-08-251-1/+1
|/
* Adapt to new cert storage API.Aldo Cortesi2013-08-121-3/+4
* Bump version.Aldo Cortesi2013-06-162-3/+3
* always read files in binary modeMaximilian Hils2013-06-161-2/+2
* Download path, version flags for both tools.Aldo Cortesi2013-05-152-2/+2
* Layout and docs.Aldo Cortesi2013-05-159-81/+88
* Adapt for new request_client_cert option in netlib.Aldo Cortesi2013-05-131-4/+7
* Doc layout refactoring.Aldo Cortesi2013-05-029-99/+122
* Changelog, minor cleanups.Aldo Cortesi2013-04-302-3/+4
* Sync version number with mitmproxy.Aldo Cortesi2013-03-051-1/+1
* Print pathod craft explanations to stdout.Aldo Cortesi2013-03-032-7/+11
* 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 for new netlib SNI API.Aldo Cortesi2013-02-271-0/+2
* Wrap webapp in a creation function.Aldo Cortesi2013-02-242-108/+108
* Adapt to netlib API changes.Aldo Cortesi2013-02-241-1/+1
* Make last_log return None if nothing is logged.Aldo Cortesi2013-02-231-3/+2
* Adjust docs, old -C is now -I.Aldo Cortesi2013-01-211-2/+2
* Add support for client certificatesAldo Cortesi2013-01-203-5/+22
* Docs - pathoc and pathod proxy behaviourAldo Cortesi2013-01-052-9/+21
* Implement and unit test not-after-connect option.Aldo Cortesi2013-01-051-9/+10
* CONNECT through proxy mode for pathocAldo Cortesi2013-01-051-1/+16
* Proxy mode: drop to SSL if we see an HTTP CONNECT requestAldo Cortesi2013-01-051-2/+12
* Collect SSL options into an SSLOptions objectAldo Cortesi2013-01-052-14/+14
* Provisional proxy mode support for pathod.Aldo Cortesi2013-01-054-5/+46
* Shift SSL parameters into Pathoc classAldo Cortesi2013-01-041-1/+10
* Require requests > 1.0.4Aldo Cortesi2012-12-311-2/+2
* Expand basic fuzzing example.Aldo Cortesi2012-11-161-6/+23
* Add :u shortcut example.Aldo Cortesi2012-11-161-1/+5
* :u belongs on Request not ResponseAldo Cortesi2012-11-161-1/+1
* Add u User-agent shortcut.Aldo Cortesi2012-11-164-3/+47
* Fix typo.Aldo Cortesi2012-11-021-2/+2
* Examples and documentation.Aldo Cortesi2012-11-024-25/+30
* Bump version, update CHANGELOGAldo Cortesi2012-10-313-3/+3
* Use .freeze to implement the -e explain flags for pathod and pathoc.Aldo Cortesi2012-10-313-3/+14
* Fix generated values in request path specification.Aldo Cortesi2012-10-311-2/+2
* Add a .freeze() method to all components.Aldo Cortesi2012-10-311-0/+53
* Add a .values method to messages, simplify a lot of stuff as a consequence.Aldo Cortesi2012-10-302-30/+20
* Make Message classes more self-contained.Aldo Cortesi2012-10-301-39/+45