aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11 from mitmproxy/refactor_read_http_bodyAldo Cortesi2014-01-041-2/+3
|\
| * always return Content-Length: 0 if r is not setMaximilian Hils2013-12-151-2/+3
* | fix windows compatibilityMaximilian Hils2013-12-161-1/+1
|/
* always read files in binary modeMaximilian Hils2013-06-161-2/+2
* Print pathod craft explanations to stdout.Aldo Cortesi2013-03-031-3/+6
* :u belongs on Request not ResponseAldo Cortesi2012-11-161-1/+1
* Add u User-agent shortcut.Aldo Cortesi2012-11-161-1/+24
* Bump version, update CHANGELOGAldo Cortesi2012-10-311-1/+1
* Use .freeze to implement the -e explain flags for pathod and pathoc.Aldo Cortesi2012-10-311-2/+3
* 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-301-29/+19
* Make Message classes more self-contained.Aldo Cortesi2012-10-301-39/+45
* Extract .serve() method from message classes.Aldo Cortesi2012-10-301-57/+55
* Change preview_safe to return a safe copy of the current message.Aldo Cortesi2012-10-301-5/+4
* 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-281-3/+4
* Cleaup, ABC for Value classes.Aldo Cortesi2012-10-281-20/+22
* Clean up .accept() signature.Aldo Cortesi2012-10-281-21/+31
* Split Code and Reason into separate _Component objects.Aldo Cortesi2012-10-281-23/+39
* .body and .method to lazy generator instantiation.Aldo Cortesi2012-10-281-13/+45
* Move message body to new lazy-generator scheme.Aldo Cortesi2012-10-281-6/+15
* Adjust serve() API.Aldo Cortesi2012-10-281-8/+8
* Remove check argument to serve() methods.Aldo Cortesi2012-10-271-30/+12
* Major refactoring towars separate representation of expressions and request/r...Aldo Cortesi2012-10-271-90/+81
* Unit test suite love: 100% coverageAldo Cortesi2012-10-251-1/+10
* Start moving policy checks to service-time, rather than parse-time.Aldo Cortesi2012-10-251-33/+23
* Extend Action and Value classesAldo Cortesi2012-10-241-6/+44
* Start making Action objects more sophisticated.Aldo Cortesi2012-10-051-8/+23
* Remove actions log and explain, preparing for a more sophisticated take on this.Aldo Cortesi2012-10-051-16/+2
* rparse.py -> language.pyAldo Cortesi2012-10-051-0/+806