| Commit message (Expand) | Author | Age | Files | Lines |
* | Start moving policy checks to service-time, rather than parse-time. | Aldo Cortesi | 2012-10-25 | 4 | -39/+29 |
* | Extend Action and Value classes | Aldo Cortesi | 2012-10-24 | 1 | -6/+44 |
* | Start making Action objects more sophisticated. | Aldo Cortesi | 2012-10-05 | 1 | -8/+23 |
* | Remove actions log and explain, preparing for a more sophisticated take on this. | Aldo Cortesi | 2012-10-05 | 2 | -23/+2 |
* | rparse.py -> language.py | Aldo Cortesi | 2012-10-05 | 4 | -25/+25 |
* | Stub out documentation changes | Aldo Cortesi | 2012-10-04 | 4 | -19/+43 |
* | Add -q and -r flags to pathod, logging request and respnose bytes. | Aldo Cortesi | 2012-10-01 | 1 | -34/+43 |
* | Add timeout argument to Pathod, and matching -t command-line option. | Aldo Cortesi | 2012-10-01 | 1 | -2/+12 |
* | Add pathoc -T to ignore timeouts. | Aldo Cortesi | 2012-09-28 | 1 | -1/+3 |
* | Add pathoc -o, oneshot mode, exits after the first non-ignored response. | Aldo Cortesi | 2012-09-27 | 1 | -0/+3 |
* | Add pathoc -c to specify a list of return codes to ignore. | Aldo Cortesi | 2012-09-27 | 1 | -17/+23 |
* | Refactor print_requests -> print_request | Aldo Cortesi | 2012-09-26 | 1 | -45/+40 |
* | Expand the docs to explain pathoc multiple requests. | Aldo Cortesi | 2012-09-26 | 1 | -0/+37 |
* | Response printing | Aldo Cortesi | 2012-09-26 | 1 | -20/+21 |
* | Hex and verbatim output of requests. | Aldo Cortesi | 2012-09-26 | 2 | -4/+15 |
* | Stub out new output argument structure. | Aldo Cortesi | 2012-09-26 | 1 | -6/+13 |
* | Fix utils.get_header case handling. | Aldo Cortesi | 2012-09-24 | 1 | -1/+1 |
* | Auto-generate download links. | Aldo Cortesi | 2012-08-25 | 2 | -2/+2 |
* | Bump for minor release. | Aldo Cortesi | 2012-08-25 | 1 | -1/+1 |
* | Download page, MANIFEST.in | Aldo Cortesi | 2012-08-23 | 4 | -24/+60 |
* | Adjust examples and docs. | Aldo Cortesi | 2012-08-23 | 2 | -21/+30 |
* | Make sure date stamps are added to all logs. | Aldo Cortesi | 2012-08-23 | 1 | -3/+5 |
* | Don't allow negative integer offsets for now. | Aldo Cortesi | 2012-08-17 | 1 | -1/+2 |
* | Tweak front page: correct public pathod URL, more illustrative examples. | Aldo Cortesi | 2012-08-16 | 2 | -6/+11 |
* | Add Cache-Control directives to static pages. | Aldo Cortesi | 2012-08-11 | 1 | -15/+18 |
* | Docs. | Aldo Cortesi | 2012-08-07 | 3 | -2/+64 |
* | Doc tweaks. | Aldo Cortesi | 2012-07-30 | 5 | -48/+67 |
* | Testing examples and docs. | Aldo Cortesi | 2012-07-30 | 7 | -9/+132 |
* | Cleanup of libpathod.test, test example for front page. | Aldo Cortesi | 2012-07-30 | 5 | -15/+50 |
* | 100% test coverage. | Aldo Cortesi | 2012-07-30 | 2 | -4/+3 |
* | Handle invalid headers better. | Aldo Cortesi | 2012-07-30 | 1 | -2/+14 |
* | Handle disconnects on flush. | Aldo Cortesi | 2012-07-30 | 4 | -20/+20 |
* | docs: pathod | Aldo Cortesi | 2012-07-30 | 1 | -9/+17 |
* | Docs. | Aldo Cortesi | 2012-07-29 | 1 | -28/+71 |
* | Listen on localhost by default. | Aldo Cortesi | 2012-07-29 | 1 | -254/+0 |
* | Tweak about page to be less po-faced. | Aldo Cortesi | 2012-07-29 | 2 | -9/+28 |
* | Refactor preview display pages. | Aldo Cortesi | 2012-07-29 | 5 | -37/+94 |
* | Add new styling (thanks to bootswatch.com) | Aldo Cortesi | 2012-07-29 | 5 | -21/+51 |
* | Add an option to specify a log file to pathod. | Aldo Cortesi | 2012-07-27 | 1 | -1/+5 |
* | Add a --nohang flag that turns off pauses in response generation. | Aldo Cortesi | 2012-07-26 | 2 | -7/+12 |
* | Add the public pathod server. | Aldo Cortesi | 2012-07-25 | 2 | -0/+26 |
* | Note that pauses are skipped during previews. | Aldo Cortesi | 2012-07-25 | 4 | -3/+14 |
* | Unit test about page. | Aldo Cortesi | 2012-07-25 | 1 | -1/+1 |
* | Use tabs for request/response definitions on language docs page. | Aldo Cortesi | 2012-07-25 | 4 | -142/+140 |
* | Expand examples for responses, remove dupes from pathod doc. | Aldo Cortesi | 2012-07-25 | 3 | -109/+31 |
* | Add a basic about page. | Aldo Cortesi | 2012-07-25 | 3 | -0/+31 |
* | Add examples for each preview form. | Aldo Cortesi | 2012-07-25 | 2 | -0/+73 |
* | Nicer error for empty preview spec submission. | Aldo Cortesi | 2012-07-25 | 3 | -2/+5 |
* | Refine parse error message a bit. | Aldo Cortesi | 2012-07-25 | 2 | -2/+16 |
* | Refactor test.py, add unit tests for app.py corner case. | Aldo Cortesi | 2012-07-25 | 2 | -10/+7 |