| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add an injection operator. | Aldo Cortesi | 2012-07-20 | 1 | -0/+32 |
* | Much simpler rewrite of inner data sending loop. | Aldo Cortesi | 2012-07-20 | 1 | -1/+19 |
* | Extend test suite to cover SSL. Log SSL connection errors. | Aldo Cortesi | 2012-07-20 | 1 | -13/+42 |
* | Handle invalid first line errors, add an error log buffer type. | Aldo Cortesi | 2012-07-20 | 1 | -1/+12 |
* | Factor out request printing in to a method, and test it. | Aldo Cortesi | 2012-06-30 | 1 | -2/+18 |
* | Allow naked literals for path specification. | Aldo Cortesi | 2012-06-29 | 1 | -0/+8 |
* | Split pathod and pathoc daemon test suites out. | Aldo Cortesi | 2012-06-26 | 3 | -48/+78 |
* | Fixed the WSGI server hang in netlib, remove fudge. | Aldo Cortesi | 2012-06-26 | 1 | -1/+0 |
* | Sketch out pathoc commandline interaction. | Aldo Cortesi | 2012-06-24 | 1 | -1/+0 |
* | Request service rendering. | Aldo Cortesi | 2012-06-24 | 1 | -0/+10 |
* | Add Path specification to request parser. | Aldo Cortesi | 2012-06-24 | 1 | -2/+10 |
* | Simple request spec parsing. | Aldo Cortesi | 2012-06-24 | 1 | -2/+8 |
* | Request method parsing. | Aldo Cortesi | 2012-06-24 | 1 | -0/+6 |
* | Refactor to extract ready_actions and write_values. | Aldo Cortesi | 2012-06-24 | 1 | -60/+56 |
* | Enable anchors on command line. | Aldo Cortesi | 2012-06-24 | 2 | -4/+5 |
* | Re-enable anchors. | Aldo Cortesi | 2012-06-24 | 2 | -3/+15 |
* | Add staticdir to test.Test. | Aldo Cortesi | 2012-06-24 | 2 | -1/+7 |
* | Fix disconnect, improve coverage, enable file value specifier. | Aldo Cortesi | 2012-06-24 | 1 | -1/+17 |
* | Log inspection and manipulation from tests. | Aldo Cortesi | 2012-06-21 | 2 | -17/+8 |
* | Restore client argument parsing. Add thread-safe logging subsystem. | Aldo Cortesi | 2012-06-21 | 1 | -2/+14 |
* | Disconnect, rest refactoring. | Aldo Cortesi | 2012-06-21 | 2 | -14/+14 |