aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Expand)AuthorAgeFilesLines
* always return Content-Length: 0 if r is not setMaximilian Hils2013-12-153-10/+11
* ensure binary read on windowsMaximilian Hils2013-08-191-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
* Extract .serve() method from message classes.Aldo Cortesi2012-10-304-64/+62
* Change preview_safe to return a safe copy of the current message.Aldo Cortesi2012-10-304-16/+10
* Simplify Request/Response class hierarchy.Aldo Cortesi2012-10-301-57/+35
* Add .spec methods for Request and Response objects.Aldo Cortesi2012-10-291-7/+11
* Add a .spec method to the token ABC, and to all tokens.Aldo Cortesi2012-10-291-1/+36
* Refactoring: canonical storage of a message is now the sequence of tokens tha...Aldo Cortesi2012-10-291-68/+61
* Cleaup, some more ABCs.Aldo Cortesi2012-10-291-57/+79
* Change response spec format to code[:features]Aldo Cortesi2012-10-284-26/+36
* Cleaup, ABC for Value classes.Aldo Cortesi2012-10-281-20/+22
* Clean up .accept() signature.Aldo Cortesi2012-10-281-21/+31