| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a --noweb option to turn web iface off, refactor unit tests. | Aldo Cortesi | 2012-07-23 | 5 | -25/+52 |
| * | 100% unit test coverage | Aldo Cortesi | 2012-07-23 | 2 | -3/+8 |
| * | pathod.py unit tests++ | Aldo Cortesi | 2012-07-23 | 4 | -11/+10 |
| * | 100% test coverage for pathoc.py | Aldo Cortesi | 2012-07-23 | 2 | -1/+12 |
| * | 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 | 4 | -2/+23 |
| * | 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 | 6 | -56/+68 |
| * | 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 | 3 | -16/+10 |
| * | Use policy hook to apply a size limit in pathod, add corresponding cmdline arg. | Aldo Cortesi | 2012-07-23 | 7 | -18/+62 |
| * | Add hooks for policy checks of served data. | Aldo Cortesi | 2012-07-23 | 3 | -10/+55 |
| * | Add function for effective length calculation when actions are present. | Aldo Cortesi | 2012-07-23 | 2 | -3/+50 |
| * | 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 | 2 | -7/+15 |
| * | Allow execution of specs from file, using +./path | Aldo Cortesi | 2012-07-22 | 9 | -8/+88 |
| * | Doc reorg. | Aldo Cortesi | 2012-07-22 | 4 | -189/+232 |
| * | Multiline specifications for pathod and pathoc. | Aldo Cortesi | 2012-07-22 | 3 | -8/+38 |
| * | pathod: handle keyboard interrupts and SSL errors. | Aldo Cortesi | 2012-07-22 | 1 | -12/+21 |
| * | Escape special characters in first line error log. | Aldo Cortesi | 2012-07-22 | 2 | -2/+1 |
| * | Handle invalid content length headers. | Aldo Cortesi | 2012-07-22 | 2 | -3/+20 |
| * | More robust response handling. | Aldo Cortesi | 2012-07-21 | 3 | -73/+94 |
| * | pathoc: add a flag to dump request information. | Aldo Cortesi | 2012-07-21 | 5 | -17/+40 |
| * | Add support for client timeout to pathoc. | Aldo Cortesi | 2012-07-21 | 2 | -5/+14 |
| * | Add an -n argument to pathoc, to repeat the specified requests N times. | Aldo Cortesi | 2012-07-21 | 2 | -26/+38 |
| * | Document Python-style string escaping. | Aldo Cortesi | 2012-07-21 | 1 | -2/+6 |
| * | 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 | 2 | -2/+6 |
| * | Fine-tuning for injection: docs, bugfixes. | Aldo Cortesi | 2012-07-20 | 3 | -2/+29 |
| * | Add an injection operator. | Aldo Cortesi | 2012-07-20 | 2 | -2/+59 |
| * | 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 | 2 | -24/+45 |
| * | 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 | 2 | -14/+50 |
| * | Handle invalid first line errors, add an error log buffer type. | Aldo Cortesi | 2012-07-20 | 2 | -12/+44 |
| * | Handle NetLibDisconnect error. | Aldo Cortesi | 2012-07-09 | 1 | -24/+27 |
| * | Factor out request printing in to a method, and test it. | Aldo Cortesi | 2012-06-30 | 4 | -21/+49 |
| * | Move docs into pathod server. | Aldo Cortesi | 2012-06-29 | 16 | -493/+107 |
| * | Allow naked literals for path specification. | Aldo Cortesi | 2012-06-29 | 3 | -4/+32 |
| * | Add netlib dependency pointer. | Aldo Cortesi | 2012-06-28 | 1 | -0/+3 |
| * | Catch errors that may happen on interpreter shutdown. | Aldo Cortesi | 2012-06-27 | 1 | -2/+5 |
| * | Split pathod and pathoc daemon test suites out. | Aldo Cortesi | 2012-06-26 | 4 | -48/+81 |
| * | Allow naked value literal for pathoc path specifications. | Aldo Cortesi | 2012-06-26 | 2 | -6/+8 |
| * | parse -> parse_response in web app | Aldo Cortesi | 2012-06-26 | 1 | -1/+1 |
| * | Fixed the WSGI server hang in netlib, remove fudge. | Aldo Cortesi | 2012-06-26 | 2 | -6/+2 |
| * | Catch and log SSL connection errors. Improve log format. | Aldo Cortesi | 2012-06-26 | 1 | -9/+18 |
| * | Port pathoc to new netlib API. Add SNI. | Aldo Cortesi | 2012-06-26 | 3 | -6/+17 |
| * | Handle client close more gracefully. | Aldo Cortesi | 2012-06-25 | 1 | -1/+1 |
| * | Move server to new explicit netlib API. | Aldo Cortesi | 2012-06-25 | 2 | -2/+3 |