aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Handle NetLibDisconnect error.Aldo Cortesi2012-07-091-24/+27
| | |
| | * Factor out request printing in to a method, and test it.Aldo Cortesi2012-06-304-21/+49
| | |
| | * Move docs into pathod server.Aldo Cortesi2012-06-2916-493/+107
| | |
| | * Allow naked literals for path specification.Aldo Cortesi2012-06-293-4/+32
| | |
| | * Add netlib dependency pointer.Aldo Cortesi2012-06-281-0/+3
| | |
| | * 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-264-48/+81
| | |
| | * 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-262-6/+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-263-6/+17
| | |
| | * 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-242-7/+22
| | | | | | | | | | | | Also add a few different output formats, and a verbosity flag.
| | * read_headers now returns an ODictCaseless object.Aldo Cortesi2012-06-241-1/+1
| | |
| | * Logging truss for pathod.Aldo Cortesi2012-06-244-4/+21
| | |
| | * Sketch out pathoc commandline interaction.Aldo Cortesi2012-06-244-2/+48
| | |
| | * Request service rendering.Aldo Cortesi2012-06-243-101/+127
| | |
| | * Add Path specification to request parser.Aldo Cortesi2012-06-243-5/+31
| | |
| | * Simple request spec parsing.Aldo Cortesi2012-06-243-10/+67
| | |
| | * Request method parsing.Aldo Cortesi2012-06-242-13/+49
| | |
| | * Refactor to extract ready_actions and write_values.Aldo Cortesi2012-06-243-106/+109
| | |
| | * Document our use of the 800 response code.Aldo Cortesi2012-06-241-2/+19
| | |
| | * Enable anchors on command line.Aldo Cortesi2012-06-246-32/+38
| | |
| | * Re-enable anchors.Aldo Cortesi2012-06-244-12/+45
| | |
| | * Add staticdir to test.Test.Aldo Cortesi2012-06-243-6/+15
| | |
| | * Fix disconnect, improve coverage, enable file value specifier.Aldo Cortesi2012-06-244-8/+25
| | |
| | * More doc refinement.Aldo Cortesi2012-06-245-70/+66
| | |
| | * Documentation.Aldo Cortesi2012-06-247-327/+361
| | |
| | * Documentation skeleton.Aldo Cortesi2012-06-2411-9/+618
| | |
| | * Move http.py to netlib.http_statusAldo Cortesi2012-06-232-107/+4
| | |
| | * Bump version, adapt for API canges in netlib.Aldo Cortesi2012-06-234-16/+19
| | |
| | * Remove last vestige of Tornado pathod.Aldo Cortesi2012-06-215-270/+4
| | |
| | * 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-214-44/+38
| | |
| | * Restore client argument parsing. Add thread-safe logging subsystem.Aldo Cortesi2012-06-214-63/+99
| | |
| | * Disconnect, rest refactoring.Aldo Cortesi2012-06-215-63/+39
| | |
| | * 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-194-9/+32
| | |
| | * Porting to netlib proceeds apace.Aldo Cortesi2012-06-196-194/+122
| | |
| | * Start refactoring towards netlib, adding SNI and client testing.Aldo Cortesi2012-06-176-315/+513
| | |
| | * Join thread on test exit to avoid race condition.Aldo Cortesi2012-06-091-0/+1
| | |
| | * Port test suite over to Nose.Aldo Cortesi2012-06-099-80/+110
| | |
| | * Add requests to install_requires.Aldo Cortesi2012-06-071-1/+1
| | |
| | * SSL support for test struss.Aldo Cortesi2012-06-072-16/+41
| | | | | | | | | | | | Also, rewrite requests usage for latest version.
| | * Fail if only one of certfile or keyfile is specified.Aldo Cortesi2012-06-071-0/+4
| | |