aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Expand)AuthorAgeFilesLines
* Add connection cipher info to pathod server logAldo Cortesi2014-03-021-18/+21
* 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
* Support cert/key combo files in args. Improve argument names in SSLOptionsAldo Cortesi2014-03-021-10/+10
* Implement custom certs.Aldo Cortesi2014-03-024-40/+20
* Big improvements to SSL handlingAldo Cortesi2014-03-022-15/+47
* Expand SSL supportAldo Cortesi2014-02-273-13/+26
* fix pathod main scriptMaximilian Hils2014-02-081-0/+2
* Merge branch 'tcp_proxy'Aldo Cortesi2014-02-073-11/+11
|\
| * adjust for netlib.tcp.Address changesMaximilian Hils2014-01-301-3/+3
| * adjust to signature changes in netlib.tcpMaximilian Hils2014-01-283-10/+10
| * Merge branch 'master' into tcp_proxyMaximilian Hils2014-01-285-13/+12
| |\
| * \ Merge branch 'master' into tcp_proxyMaximilian Hils2014-01-093-12/+20
| |\ \
| * | | change method signatureMaximilian Hils2014-01-091-1/+1
* | | | Adjust docs for inclusion of content-length header by default.Aldo Cortesi2014-01-281-1/+5
| |_|/ |/| |
* | | Pyflakes cleanup, adjust requirements.txtAldo Cortesi2014-01-194-12/+11
* | | Bump version.Aldo Cortesi2014-01-191-1/+1
| |/ |/|
* | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | fix windows compatibilityMaximilian Hils2013-12-161-1/+1
| | |/ | |/|
* / | Ability to specify SSL/TLS versionAldo Cortesi2013-12-171-2/+9
|/ /
* | 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