| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix pep8 whitespace | Thomas Kriechbaumer | 2015-06-18 | 1 | -1/+2 |
| * | Revamp timeout handling and test logging | Aldo Cortesi | 2015-06-08 | 1 | -1/+8 |
| * | Craft anchor is now specified as a regex | Aldo Cortesi | 2015-06-04 | 1 | -1/+2 |
| * | Change test API to allow multiple pathoc requests | Aldo Cortesi | 2015-05-31 | 1 | -1/+1 |
| * | Factor logger out of pathoc, use it in pathod as well. | Aldo Cortesi | 2015-05-30 | 1 | -0/+1 |
| * | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -5/+6 |
| * | Fix tests, re-add scripts | Aldo Cortesi | 2014-10-24 | 1 | -4/+11 |
| * | Silence insecure requets warnings in our test package | Aldo Cortesi | 2014-09-07 | 1 | -0/+4 |
| * | fix pathod main script | Maximilian Hils | 2014-02-08 | 1 | -0/+2 |
| * | adjust to signature changes in netlib.tcp | Maximilian Hils | 2014-01-28 | 1 | -1/+1 |
| * | Pyflakes cleanup, adjust requirements.txt | Aldo Cortesi | 2014-01-19 | 1 | -2/+2 |
| * | Make last_log return None if nothing is logged. | Aldo Cortesi | 2013-02-23 | 1 | -3/+2 |
| * | Collect SSL options into an SSLOptions object | Aldo Cortesi | 2013-01-05 | 1 | -9/+1 |
| * | Provisional proxy mode support for pathod. | Aldo Cortesi | 2013-01-05 | 1 | -0/+1 |
| * | Require requests > 1.0.4 | Aldo Cortesi | 2012-12-31 | 1 | -2/+2 |
| * | Testing examples and docs. | Aldo Cortesi | 2012-07-30 | 1 | -0/+7 |
| * | Cleanup of libpathod.test, test example for front page. | Aldo Cortesi | 2012-07-30 | 1 | -7/+23 |
| * | Handle disconnects on flush. | Aldo Cortesi | 2012-07-30 | 1 | -1/+1 |
| * | Refactor test.py, add unit tests for app.py corner case. | Aldo Cortesi | 2012-07-25 | 1 | -9/+6 |
| * | Add a --noweb option to turn web iface off, refactor unit tests. | Aldo Cortesi | 2012-07-23 | 1 | -4/+6 |
| * | Unit tests for most of app.py, return 404 for unknown log entry. | Aldo Cortesi | 2012-07-23 | 1 | -1/+0 |
| * | Use policy hook to apply a size limit in pathod, add corresponding cmdline arg. | Aldo Cortesi | 2012-07-23 | 1 | -5/+6 |
| * | Re-enable anchors. | Aldo Cortesi | 2012-06-24 | 1 | -4/+4 |
| * | Add staticdir to test.Test. | Aldo Cortesi | 2012-06-24 | 1 | -5/+8 |
| * | Log inspection and manipulation from tests. | Aldo Cortesi | 2012-06-21 | 1 | -0/+20 |
| * | Re-enable SSL service. | Aldo Cortesi | 2012-06-20 | 1 | -1/+1 |
| * | Start porting web app to Flask. | Aldo Cortesi | 2012-06-19 | 1 | -5/+3 |
| * | Porting to netlib proceeds apace. | Aldo Cortesi | 2012-06-19 | 1 | -5/+7 |
| * | Start refactoring towards netlib, adding SNI and client testing. | Aldo Cortesi | 2012-06-17 | 1 | -1/+0 |
| * | Join thread on test exit to avoid race condition. | Aldo Cortesi | 2012-06-09 | 1 | -0/+1 |
| * | Port test suite over to Nose. | Aldo Cortesi | 2012-06-09 | 1 | -0/+1 |
| * | SSL support for test struss. | Aldo Cortesi | 2012-06-07 | 1 | -12/+17 |
| * | We can't sensibly unit test pages withhout firing up a server. | Aldo Cortesi | 2012-06-07 | 1 | -13/+14 |
| * | Add /api/info, returning general info on the running pathod daemon. | Aldo Cortesi | 2012-06-07 | 1 | -6/+10 |
| * | Start building a Pathod unit testing truss. | Aldo Cortesi | 2012-06-07 | 1 | -0/+31 |