aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Expand)AuthorAgeFilesLines
* Handle NetLibDisconnect error.Aldo Cortesi2012-07-091-24/+27
* Factor out request printing in to a method, and test it.Aldo Cortesi2012-06-302-5/+25
* Move docs into pathod server.Aldo Cortesi2012-06-2910-25/+592
* Allow naked literals for path specification.Aldo Cortesi2012-06-291-4/+23
* Catch errors that may happen on interpreter shutdown.Aldo Cortesi2012-06-271-2/+5
* Split pathod and pathoc daemon test suites out.Aldo Cortesi2012-06-261-0/+3
* Allow naked value literal for pathoc path specifications.Aldo Cortesi2012-06-262-6/+8
* parse -> parse_response in web appAldo Cortesi2012-06-261-1/+1
* Fixed the WSGI server hang in netlib, remove fudge.Aldo Cortesi2012-06-261-5/+2
* Catch and log SSL connection errors. Improve log format.Aldo Cortesi2012-06-261-9/+18
* Port pathoc to new netlib API. Add SNI.Aldo Cortesi2012-06-262-2/+7
* Handle client close more gracefully.Aldo Cortesi2012-06-251-1/+1
* Move server to new explicit netlib API.Aldo Cortesi2012-06-252-2/+3
* Simple HTTP connection keep-alive for pathod.Aldo Cortesi2012-06-241-50/+51
* Use http.read_response to read server response.Aldo Cortesi2012-06-241-3/+11
* read_headers now returns an ODictCaseless object.Aldo Cortesi2012-06-241-1/+1
* Logging truss for pathod.Aldo Cortesi2012-06-242-2/+2
* Sketch out pathoc commandline interaction.Aldo Cortesi2012-06-241-0/+22
* Request service rendering.Aldo Cortesi2012-06-241-79/+98
* Add Path specification to request parser.Aldo Cortesi2012-06-241-1/+19
* Simple request spec parsing.Aldo Cortesi2012-06-242-8/+59
* Request method parsing.Aldo Cortesi2012-06-241-13/+43
* Refactor to extract ready_actions and write_values.Aldo Cortesi2012-06-242-46/+53
* Enable anchors on command line.Aldo Cortesi2012-06-242-20/+15
* Re-enable anchors.Aldo Cortesi2012-06-242-9/+30
* Add staticdir to test.Test.Aldo Cortesi2012-06-241-5/+8
* Fix disconnect, improve coverage, enable file value specifier.Aldo Cortesi2012-06-242-6/+6
* More doc refinement.Aldo Cortesi2012-06-241-4/+4
* Move http.py to netlib.http_statusAldo Cortesi2012-06-232-107/+4
* Bump version, adapt for API canges in netlib.Aldo Cortesi2012-06-232-5/+5
* Remove last vestige of Tornado pathod.Aldo Cortesi2012-06-212-265/+0
* Finalize porting built-in web app to Flask.Aldo Cortesi2012-06-216-86/+74
* Built-in app: Index page.Aldo Cortesi2012-06-213-8/+19
* Log inspection and manipulation from tests.Aldo Cortesi2012-06-212-27/+30
* Restore client argument parsing. Add thread-safe logging subsystem.Aldo Cortesi2012-06-211-2/+30
* Disconnect, rest refactoring.Aldo Cortesi2012-06-213-49/+25
* Re-enable SSL service.Aldo Cortesi2012-06-202-2/+9
* Basic response generation.Aldo Cortesi2012-06-202-23/+25
* Start porting web app to Flask.Aldo Cortesi2012-06-193-8/+31
* Porting to netlib proceeds apace.Aldo Cortesi2012-06-194-193/+121
* Start refactoring towards netlib, adding SNI and client testing.Aldo Cortesi2012-06-174-261/+454
* Join thread on test exit to avoid race condition.Aldo Cortesi2012-06-091-0/+1
* Port test suite over to Nose.Aldo Cortesi2012-06-092-3/+2
* SSL support for test struss.Aldo Cortesi2012-06-071-12/+17
* We can't sensibly unit test pages withhout firing up a server.Aldo Cortesi2012-06-072-111/+113
* Better test daemon cleanup, improve utils test coverage.Aldo Cortesi2012-06-072-10/+0
* Add /api/info, returning general info on the running pathod daemon.Aldo Cortesi2012-06-072-8/+22
* Start building a Pathod unit testing truss.Aldo Cortesi2012-06-072-6/+64
* Let Pathod pick an arbitrary empty port if -p 0 is specified.Aldo Cortesi2012-06-071-3/+16
* lippathod/app.py -> libpathod/pathod.pyAldo Cortesi2012-06-071-0/+0