| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor test.py, add unit tests for app.py corner case. | Aldo Cortesi | 2012-07-25 | 2 | -10/+7 |
| * | Sizing and placeholder for preview forms. | Aldo Cortesi | 2012-07-25 | 2 | -2/+16 |
| * | Handle file access denied errors in previews. | Aldo Cortesi | 2012-07-25 | 2 | -25/+28 |
| * | Swap the offset, seconds arguments for the pause operator. | Aldo Cortesi | 2012-07-24 | 3 | -10/+10 |
| * | Make actions at end of message work. | Aldo Cortesi | 2012-07-24 | 1 | -6/+10 |
| * | Hide "go" button if crafting is off. Use configured crafting anchor point. | Aldo Cortesi | 2012-07-24 | 5 | -7/+13 |
| * | Add preview for pathoc requests to web app. | Aldo Cortesi | 2012-07-24 | 7 | -16/+66 |
| * | Make previews safer by stripping pauses. | Aldo Cortesi | 2012-07-24 | 2 | -0/+7 |
| * | Don't add stuff to our internal log buffer if noapi is on. | Aldo Cortesi | 2012-07-24 | 1 | -8/+9 |
| * | Turn off /log when noapi is set. | Aldo Cortesi | 2012-07-24 | 2 | -9/+18 |
| * | Add option to specify craft anchor point. | Aldo Cortesi | 2012-07-24 | 1 | -5/+5 |
| * | Add basic docs for request spec language. | Aldo Cortesi | 2012-07-24 | 1 | -24/+71 |
| * | Add a Host header to pathoc requests by default. | Aldo Cortesi | 2012-07-24 | 2 | -14/+23 |
| * | Document raw flag. | Aldo Cortesi | 2012-07-24 | 1 | -1/+12 |
| * | Add a Date header to server responses, unless raw is set. | Aldo Cortesi | 2012-07-24 | 1 | -12/+28 |
| * | Add a raw modifier to requests and responses, which turn off automatic additi... | Aldo Cortesi | 2012-07-24 | 1 | -11/+25 |
| * | Better handling of binary data output by pathoc. | Aldo Cortesi | 2012-07-24 | 2 | -5/+9 |
| * | Add pathod --noapi to turn off the service API. | Aldo Cortesi | 2012-07-23 | 2 | -17/+19 |
| * | Add a --nocraft option to pathod that turns off crafting. | Aldo Cortesi | 2012-07-23 | 1 | -31/+32 |
| * | Add a --noweb option to turn web iface off, refactor unit tests. | Aldo Cortesi | 2012-07-23 | 2 | -7/+19 |
| * | 100% unit test coverage | Aldo Cortesi | 2012-07-23 | 1 | -2/+2 |
| * | pathod.py unit tests++ | Aldo Cortesi | 2012-07-23 | 2 | -10/+4 |
| * | 100% test coverage for pathoc.py | Aldo Cortesi | 2012-07-23 | 1 | -1/+1 |
| * | Use local scrolling with a JQuery module, because anchor jumps are braindead. | Aldo Cortesi | 2012-07-23 | 3 | -0/+32 |
| * | Unify offset specifications, and document them. | Aldo Cortesi | 2012-07-23 | 2 | -148/+180 |
| * | Escape unprintable content in preview. | Aldo Cortesi | 2012-07-23 | 2 | -2/+11 |
| * | Unit tests for most of app.py, return 404 for unknown log entry. | Aldo Cortesi | 2012-07-23 | 3 | -4/+5 |
| * | Use configured size limit to keep previews in check. | Aldo Cortesi | 2012-07-23 | 3 | -15/+14 |
| * | Refactor rparse.InternalResponse -> rparse.PathodErrorResponse | Aldo Cortesi | 2012-07-23 | 2 | -15/+9 |
| * | Use policy hook to apply a size limit in pathod, add corresponding cmdline arg. | Aldo Cortesi | 2012-07-23 | 4 | -16/+34 |
| * | Add hooks for policy checks of served data. | Aldo Cortesi | 2012-07-23 | 2 | -10/+48 |
| * | Add function for effective length calculation when actions are present. | Aldo Cortesi | 2012-07-23 | 1 | -3/+20 |
| * | Make file generators display nicely in pathoc actions dump. | Aldo Cortesi | 2012-07-22 | 1 | -0/+3 |
| * | Constrain file access to configured directory in pathod. | Aldo Cortesi | 2012-07-22 | 1 | -5/+11 |
| * | Allow execution of specs from file, using +./path | Aldo Cortesi | 2012-07-22 | 4 | -5/+47 |
| * | Doc reorg. | Aldo Cortesi | 2012-07-22 | 4 | -189/+232 |
| * | Multiline specifications for pathod and pathoc. | Aldo Cortesi | 2012-07-22 | 2 | -8/+10 |
| * | Escape special characters in first line error log. | Aldo Cortesi | 2012-07-22 | 1 | -1/+1 |
| * | Handle invalid content length headers. | Aldo Cortesi | 2012-07-22 | 1 | -2/+13 |
| * | More robust response handling. | Aldo Cortesi | 2012-07-21 | 2 | -72/+90 |
| * | pathoc: add a flag to dump request information. | Aldo Cortesi | 2012-07-21 | 2 | -13/+30 |
| * | Add support for client timeout to pathoc. | Aldo Cortesi | 2012-07-21 | 1 | -3/+6 |
| * | Document Python-style string escaping. | Aldo Cortesi | 2012-07-21 | 1 | -2/+6 |
| * | Allow Python string escape sequences in value literals. | Aldo Cortesi | 2012-07-21 | 1 | -1/+1 |
| * | Fine-tuning for injection: docs, bugfixes. | Aldo Cortesi | 2012-07-20 | 2 | -2/+20 |
| * | Add an injection operator. | Aldo Cortesi | 2012-07-20 | 1 | -2/+27 |
| * | Convert documentation to HTML, fix styling. | Aldo Cortesi | 2012-07-20 | 3 | -263/+293 |
| * | Much simpler rewrite of inner data sending loop. | Aldo Cortesi | 2012-07-20 | 1 | -23/+26 |
| * | We shouldn't ever get a socket error emanating from netlib. | Aldo Cortesi | 2012-07-20 | 1 | -4/+1 |
| * | Extend test suite to cover SSL. Log SSL connection errors. | Aldo Cortesi | 2012-07-20 | 1 | -1/+8 |