Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | We've just added functionality to do this ourselves, so rip out the old stuff. | ||||
* | 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 |
| | |||||
* | Start building a Pathod unit testing truss. | Aldo Cortesi | 2012-06-07 | 1 | -6/+33 |
| | | | | | | - Add test.py, which will house the testing API. - Extend API with a shutdown method, used to terminate the test daemon. - Refactor to allow clean shutdown. | ||||
* | Let Pathod pick an arbitrary empty port if -p 0 is specified. | Aldo Cortesi | 2012-06-07 | 1 | -3/+16 |
| | |||||
* | lippathod/app.py -> libpathod/pathod.py | Aldo Cortesi | 2012-06-07 | 1 | -0/+215 |