| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure date stamps are added to all logs. | Aldo Cortesi | 2012-08-23 | 1 | -3/+5 |
* | 100% test coverage. | Aldo Cortesi | 2012-07-30 | 1 | -3/+0 |
* | Handle invalid headers better. | Aldo Cortesi | 2012-07-30 | 1 | -2/+14 |
* | Handle disconnects on flush. | Aldo Cortesi | 2012-07-30 | 1 | -13/+13 |
* | 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 | 1 | -5/+10 |
* | Don't add stuff to our internal log buffer if noapi is on. | Aldo Cortesi | 2012-07-24 | 1 | -8/+9 |
* | Add option to specify craft anchor point. | Aldo Cortesi | 2012-07-24 | 1 | -5/+5 |
* | Add pathod --noapi to turn off the service API. | Aldo Cortesi | 2012-07-23 | 1 | -3/+4 |
* | 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 | 1 | -3/+13 |
* | pathod.py unit tests++ | Aldo Cortesi | 2012-07-23 | 1 | -1/+1 |
* | Use configured size limit to keep previews in check. | Aldo Cortesi | 2012-07-23 | 1 | -6/+9 |
* | Refactor rparse.InternalResponse -> rparse.PathodErrorResponse | Aldo Cortesi | 2012-07-23 | 1 | -6/+3 |
* | Use policy hook to apply a size limit in pathod, add corresponding cmdline arg. | Aldo Cortesi | 2012-07-23 | 1 | -2/+4 |
* | Add hooks for policy checks of served data. | Aldo Cortesi | 2012-07-23 | 1 | -2/+7 |
* | Allow execution of specs from file, using +./path | Aldo Cortesi | 2012-07-22 | 1 | -0/+5 |
* | 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 | 1 | -66/+84 |
* | 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 |
* | Handle invalid first line errors, add an error log buffer type. | Aldo Cortesi | 2012-07-20 | 1 | -11/+32 |
* | Factor out request printing in to a method, and test it. | Aldo Cortesi | 2012-06-30 | 1 | -1/+1 |
* | Catch errors that may happen on interpreter shutdown. | Aldo Cortesi | 2012-06-27 | 1 | -2/+5 |
* | Allow naked value literal for pathoc path specifications. | Aldo Cortesi | 2012-06-26 | 1 | -5/+5 |
* | Fixed the WSGI server hang in netlib, remove fudge. | Aldo Cortesi | 2012-06-26 | 1 | -5/+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 | 1 | -0/+5 |
* | 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 | 1 | -1/+3 |
* | Simple HTTP connection keep-alive for pathod. | Aldo Cortesi | 2012-06-24 | 1 | -50/+51 |
* | read_headers now returns an ODictCaseless object. | Aldo Cortesi | 2012-06-24 | 1 | -1/+1 |
* | Logging truss for pathod. | Aldo Cortesi | 2012-06-24 | 1 | -1/+2 |
* | Refactor to extract ready_actions and write_values. | Aldo Cortesi | 2012-06-24 | 1 | -2/+2 |
* | Enable anchors on command line. | Aldo Cortesi | 2012-06-24 | 1 | -3/+11 |
* | Re-enable anchors. | Aldo Cortesi | 2012-06-24 | 1 | -5/+26 |
* | Fix disconnect, improve coverage, enable file value specifier. | Aldo Cortesi | 2012-06-24 | 1 | -4/+6 |
* | Bump version, adapt for API canges in netlib. | Aldo Cortesi | 2012-06-23 | 1 | -4/+4 |
* | Finalize porting built-in web app to Flask. | Aldo Cortesi | 2012-06-21 | 1 | -0/+15 |
* | Restore client argument parsing. Add thread-safe logging subsystem. | Aldo Cortesi | 2012-06-21 | 1 | -2/+30 |
* | Disconnect, rest refactoring. | Aldo Cortesi | 2012-06-21 | 1 | -18/+18 |
* | Re-enable SSL service. | Aldo Cortesi | 2012-06-20 | 1 | -1/+8 |
* | Basic response generation. | Aldo Cortesi | 2012-06-20 | 1 | -3/+17 |
* | Start porting web app to Flask. | Aldo Cortesi | 2012-06-19 | 1 | -3/+16 |
* | Porting to netlib proceeds apace. | Aldo Cortesi | 2012-06-19 | 1 | -6/+17 |
* | Start refactoring towards netlib, adding SNI and client testing. | Aldo Cortesi | 2012-06-17 | 1 | -260/+9 |
* | We can't sensibly unit test pages withhout firing up a server. | Aldo Cortesi | 2012-06-07 | 1 | -98/+99 |
* | Better test daemon cleanup, improve utils test coverage. | Aldo Cortesi | 2012-06-07 | 1 | -1/+0 |
* | Add /api/info, returning general info on the running pathod daemon. | Aldo Cortesi | 2012-06-07 | 1 | -2/+12 |