aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-283-17/+23
* Adjust serve() API.Aldo Cortesi2012-10-284-16/+16
* Remove check argument to serve() methods.Aldo Cortesi2012-10-274-39/+36
* Major refactoring towars separate representation of expressions and request/r...Aldo Cortesi2012-10-273-93/+85
* Unit test suite love: 100% coverageAldo Cortesi2012-10-253-13/+22
* Start moving policy checks to service-time, rather than parse-time.Aldo Cortesi2012-10-254-39/+29
* 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-052-23/+2
* rparse.py -> language.pyAldo Cortesi2012-10-054-25/+25
* Stub out documentation changesAldo Cortesi2012-10-044-19/+43
* Add -q and -r flags to pathod, logging request and respnose bytes.Aldo Cortesi2012-10-011-34/+43
* Add timeout argument to Pathod, and matching -t command-line option.Aldo Cortesi2012-10-011-2/+12
* 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
* Expand the docs to explain pathoc multiple requests.Aldo Cortesi2012-09-261-0/+37
* Response printingAldo Cortesi2012-09-261-20/+21
* Hex and verbatim output of requests.Aldo Cortesi2012-09-262-4/+15
* Stub out new output argument structure.Aldo Cortesi2012-09-261-6/+13
* Fix utils.get_header case handling.Aldo Cortesi2012-09-241-1/+1
* Auto-generate download links.Aldo Cortesi2012-08-252-2/+2
* Bump for minor release.Aldo Cortesi2012-08-251-1/+1
* Download page, MANIFEST.inAldo Cortesi2012-08-234-24/+60
* Adjust examples and docs.Aldo Cortesi2012-08-232-21/+30
* Make sure date stamps are added to all logs.Aldo Cortesi2012-08-231-3/+5
* Don't allow negative integer offsets for now.Aldo Cortesi2012-08-171-1/+2
* Tweak front page: correct public pathod URL, more illustrative examples.Aldo Cortesi2012-08-162-6/+11
* Add Cache-Control directives to static pages.Aldo Cortesi2012-08-111-15/+18
* Docs.Aldo Cortesi2012-08-073-2/+64
* Doc tweaks.Aldo Cortesi2012-07-305-48/+67
* Testing examples and docs.Aldo Cortesi2012-07-307-9/+132
* Cleanup of libpathod.test, test example for front page.Aldo Cortesi2012-07-305-15/+50
* 100% test coverage.Aldo Cortesi2012-07-302-4/+3