aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Handle invalid content length headers.Aldo Cortesi2012-07-222-3/+20
| | |
| | * More robust response handling.Aldo Cortesi2012-07-213-73/+94
| | |
| | * pathoc: add a flag to dump request information.Aldo Cortesi2012-07-215-17/+40
| | |
| | * Add support for client timeout to pathoc.Aldo Cortesi2012-07-212-5/+14
| | |
| | * Add an -n argument to pathoc, to repeat the specified requests N times.Aldo Cortesi2012-07-212-26/+38
| | |
| | * Document Python-style string escaping.Aldo Cortesi2012-07-211-2/+6
| | |
| | * Use injection to test a corner case in pathod daemon.Aldo Cortesi2012-07-211-1/+12
| | |
| | * Allow Python string escape sequences in value literals.Aldo Cortesi2012-07-212-2/+6
| | |
| | * Fine-tuning for injection: docs, bugfixes.Aldo Cortesi2012-07-203-2/+29
| | |
| | * Add an injection operator.Aldo Cortesi2012-07-202-2/+59
| | |
| | * Convert documentation to HTML, fix styling.Aldo Cortesi2012-07-203-263/+293
| | |
| | * Much simpler rewrite of inner data sending loop.Aldo Cortesi2012-07-202-24/+45
| | | | | | | | | | | | We don't have to do the asynchronous code contortion anymore.
| | * We shouldn't ever get a socket error emanating from netlib.Aldo Cortesi2012-07-201-4/+1
| | |
| | * Extend test suite to cover SSL. Log SSL connection errors.Aldo Cortesi2012-07-202-14/+50
| | |
| | * Handle invalid first line errors, add an error log buffer type.Aldo Cortesi2012-07-202-12/+44
| | |
| | * 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
| | |