| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove actions log and explain, preparing for a more sophisticated take on this. | Aldo Cortesi | 2012-10-05 | 1 | -5/+1 |
| * | rparse.py -> language.py | Aldo Cortesi | 2012-10-05 | 1 | -100/+100 |
| * | Add -q and -r flags to pathod, logging request and respnose bytes. | Aldo Cortesi | 2012-10-01 | 1 | -0/+2 |
| * | Add timeout argument to Pathod, and matching -t command-line option. | Aldo Cortesi | 2012-10-01 | 2 | -1/+12 |
| * | Add pathoc -T to ignore timeouts. | Aldo Cortesi | 2012-09-28 | 1 | -1/+2 |
| * | Add pathoc -c to specify a list of return codes to ignore. | Aldo Cortesi | 2012-09-27 | 1 | -1/+8 |
| * | Refactor print_requests -> print_request | Aldo Cortesi | 2012-09-26 | 1 | -8/+9 |
| * | Response printing | Aldo Cortesi | 2012-09-26 | 1 | -13/+14 |
| * | Hex and verbatim output of requests. | Aldo Cortesi | 2012-09-26 | 1 | -1/+6 |
| * | Stub out new output argument structure. | Aldo Cortesi | 2012-09-26 | 1 | -6/+17 |
| * | Download page, MANIFEST.in | Aldo Cortesi | 2012-08-23 | 1 | -5/+0 |
| * | Testing examples and docs. | Aldo Cortesi | 2012-07-30 | 1 | -5/+4 |
| * | Cleanup of libpathod.test, test example for front page. | Aldo Cortesi | 2012-07-30 | 2 | -10/+10 |
| * | 100% test coverage. | Aldo Cortesi | 2012-07-30 | 2 | -0/+7 |
| * | Add a --nohang flag that turns off pauses in response generation. | Aldo Cortesi | 2012-07-26 | 2 | -1/+12 |
| * | Note that pauses are skipped during previews. | Aldo Cortesi | 2012-07-25 | 1 | -1/+1 |
| * | Unit test about page. | Aldo Cortesi | 2012-07-25 | 1 | -0/+4 |
| * | Nicer error for empty preview spec submission. | Aldo Cortesi | 2012-07-25 | 1 | -0/+4 |
| * | Refine parse error message a bit. | Aldo Cortesi | 2012-07-25 | 1 | -0/+5 |
| * | Refactor test.py, add unit tests for app.py corner case. | Aldo Cortesi | 2012-07-25 | 2 | -6/+14 |
| * | Sizing and placeholder for preview forms. | Aldo Cortesi | 2012-07-25 | 1 | -3/+0 |
| * | Handle file access denied errors in previews. | Aldo Cortesi | 2012-07-25 | 1 | -0/+4 |
| * | Swap the offset, seconds arguments for the pause operator. | Aldo Cortesi | 2012-07-24 | 2 | -8/+8 |
| * | Make actions at end of message work. | Aldo Cortesi | 2012-07-24 | 1 | -0/+14 |
| * | Add preview for pathoc requests to web app. | Aldo Cortesi | 2012-07-24 | 1 | -5/+24 |
| * | Make previews safer by stripping pauses. | Aldo Cortesi | 2012-07-24 | 1 | -0/+6 |
| * | Add a Host header to pathoc requests by default. | Aldo Cortesi | 2012-07-24 | 1 | -7/+7 |
| * | Add a Date header to server responses, unless raw is set. | Aldo Cortesi | 2012-07-24 | 1 | -2/+6 |
| * | Add a raw modifier to requests and responses, which turn off automatic additi... | Aldo Cortesi | 2012-07-24 | 1 | -1/+16 |
| * | Add a --noweb option to turn web iface off, refactor unit tests. | Aldo Cortesi | 2012-07-23 | 2 | -8/+23 |
| * | 100% unit test coverage | Aldo Cortesi | 2012-07-23 | 1 | -1/+6 |
| * | pathod.py unit tests++ | Aldo Cortesi | 2012-07-23 | 2 | -1/+6 |
| * | 100% test coverage for pathoc.py | Aldo Cortesi | 2012-07-23 | 1 | -0/+11 |
| * | Escape unprintable content in preview. | Aldo Cortesi | 2012-07-23 | 2 | -0/+12 |
| * | 100% test coverage for app.py | Aldo Cortesi | 2012-07-23 | 2 | -3/+19 |
| * | Unit tests for most of app.py, return 404 for unknown log entry. | Aldo Cortesi | 2012-07-23 | 3 | -52/+63 |
| * | Refactor rparse.InternalResponse -> rparse.PathodErrorResponse | Aldo Cortesi | 2012-07-23 | 1 | -1/+1 |
| * | Use policy hook to apply a size limit in pathod, add corresponding cmdline arg. | Aldo Cortesi | 2012-07-23 | 2 | -1/+14 |
| * | Add hooks for policy checks of served data. | Aldo Cortesi | 2012-07-23 | 1 | -0/+7 |
| * | Add function for effective length calculation when actions are present. | Aldo Cortesi | 2012-07-23 | 1 | -0/+30 |
| * | Constrain file access to configured directory in pathod. | Aldo Cortesi | 2012-07-22 | 1 | -2/+4 |
| * | Allow execution of specs from file, using +./path | Aldo Cortesi | 2012-07-22 | 5 | -3/+41 |
| * | Multiline specifications for pathod and pathoc. | Aldo Cortesi | 2012-07-22 | 1 | -0/+28 |
| * | Escape special characters in first line error log. | Aldo Cortesi | 2012-07-22 | 1 | -1/+0 |
| * | Handle invalid content length headers. | Aldo Cortesi | 2012-07-22 | 1 | -1/+7 |
| * | More robust response handling. | Aldo Cortesi | 2012-07-21 | 1 | -1/+4 |
| * | pathoc: add a flag to dump request information. | Aldo Cortesi | 2012-07-21 | 2 | -3/+5 |
| * | Use injection to test a corner case in pathod daemon. | Aldo Cortesi | 2012-07-21 | 1 | -1/+12 |
| * | Allow Python string escape sequences in value literals. | Aldo Cortesi | 2012-07-21 | 1 | -1/+5 |
| * | Fine-tuning for injection: docs, bugfixes. | Aldo Cortesi | 2012-07-20 | 1 | -0/+9 |