aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle invalid headers better.Aldo Cortesi2012-07-301-2/+14
* Handle disconnects on flush.Aldo Cortesi2012-07-304-20/+20
* docs: pathodAldo Cortesi2012-07-301-9/+17
* Docs.Aldo Cortesi2012-07-291-28/+71
* Listen on localhost by default.Aldo Cortesi2012-07-291-254/+0
* Tweak about page to be less po-faced.Aldo Cortesi2012-07-292-9/+28
* Refactor preview display pages.Aldo Cortesi2012-07-295-37/+94
* Add new styling (thanks to bootswatch.com)Aldo Cortesi2012-07-295-21/+51
* Add an option to specify a log file to pathod.Aldo Cortesi2012-07-271-1/+5
* Add a --nohang flag that turns off pauses in response generation.Aldo Cortesi2012-07-262-7/+12
* Add the public pathod server.Aldo Cortesi2012-07-252-0/+26
* Note that pauses are skipped during previews.Aldo Cortesi2012-07-254-3/+14
* Unit test about page.Aldo Cortesi2012-07-251-1/+1
* Use tabs for request/response definitions on language docs page.Aldo Cortesi2012-07-254-142/+140
* Expand examples for responses, remove dupes from pathod doc.Aldo Cortesi2012-07-253-109/+31
* Add a basic about page.Aldo Cortesi2012-07-253-0/+31
* Add examples for each preview form.Aldo Cortesi2012-07-252-0/+73
* Nicer error for empty preview spec submission.Aldo Cortesi2012-07-253-2/+5
* Refine parse error message a bit.Aldo Cortesi2012-07-252-2/+16
* Refactor test.py, add unit tests for app.py corner case.Aldo Cortesi2012-07-252-10/+7