aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/pathoc.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove actions log and explain, preparing for a more sophisticated take on this.Aldo Cortesi2012-10-051-7/+0
|
* rparse.py -> language.pyAldo Cortesi2012-10-051-9/+9
|
* Add pathoc -T to ignore timeouts.Aldo Cortesi2012-09-281-1/+3
| | | | Also move -c to -C for consistency.
* Add pathoc -o, oneshot mode, exits after the first non-ignored response.Aldo Cortesi2012-09-271-0/+3
|
* Add pathoc -c to specify a list of return codes to ignore.Aldo Cortesi2012-09-271-17/+23
|
* Refactor print_requests -> print_requestAldo Cortesi2012-09-261-45/+40
| | | | | - Change to handle one request at a time - Shift error handling around
* Response printingAldo Cortesi2012-09-261-20/+21
| | | | Options to output full response, as sniffed from the socket.
* Hex and verbatim output of requests.Aldo Cortesi2012-09-261-2/+13
| | | | | This works by sniffing traffic through the socket, so always gives us the exact traffic sent upstream.
* Stub out new output argument structure.Aldo Cortesi2012-09-261-6/+13
|
* 100% test coverage.Aldo Cortesi2012-07-301-1/+3
|
* Handle disconnects on flush.Aldo Cortesi2012-07-301-0/+2
|
* Add a Host header to pathoc requests by default.Aldo Cortesi2012-07-241-3/+3
|
* Better handling of binary data output by pathoc.Aldo Cortesi2012-07-241-5/+5
|
* Allow execution of specs from file, using +./pathAldo Cortesi2012-07-221-4/+12
|
* Multiline specifications for pathod and pathoc.Aldo Cortesi2012-07-221-1/+1
|
* More robust response handling.Aldo Cortesi2012-07-211-6/+6
|
* pathoc: add a flag to dump request information.Aldo Cortesi2012-07-211-8/+18
|
* Add support for client timeout to pathoc.Aldo Cortesi2012-07-211-3/+6
|
* Factor out request printing in to a method, and test it.Aldo Cortesi2012-06-301-4/+24
|
* Split pathod and pathoc daemon test suites out.Aldo Cortesi2012-06-261-0/+3
|
* Port pathoc to new netlib API. Add SNI.Aldo Cortesi2012-06-261-2/+2
|
* Move server to new explicit netlib API.Aldo Cortesi2012-06-251-1/+0
|
* Use http.read_response to read server response.Aldo Cortesi2012-06-241-3/+11
| | | | Also add a few different output formats, and a verbosity flag.
* Logging truss for pathod.Aldo Cortesi2012-06-241-1/+0
|
* Sketch out pathoc commandline interaction.Aldo Cortesi2012-06-241-0/+22