aboutsummaryrefslogtreecommitdiffstats
path: root/pathoc
Commit message (Expand)AuthorAgeFilesLines
* rparse.py -> language.pyAldo Cortesi2012-10-051-1/+1
* Add pathoc -T to ignore timeouts.Aldo Cortesi2012-09-281-2/+7
* Add pathoc -o, oneshot mode, exits after the first non-ignored response.Aldo Cortesi2012-09-271-2/+8
* Add pathoc -c to specify a list of return codes to ignore.Aldo Cortesi2012-09-271-9/+19
* Refactor print_requests -> print_requestAldo Cortesi2012-09-261-8/+9
* Stub out new output argument structure.Aldo Cortesi2012-09-261-9/+24
* pathod: handle keyboard interrupts and SSL errors.Aldo Cortesi2012-07-221-12/+21
* pathoc: add a flag to dump request information.Aldo Cortesi2012-07-211-1/+5
* Add support for client timeout to pathoc.Aldo Cortesi2012-07-211-2/+8
* Add an -n argument to pathoc, to repeat the specified requests N times.Aldo Cortesi2012-07-211-15/+38
* Factor out request printing in to a method, and test it.Aldo Cortesi2012-06-301-14/+6
* Port pathoc to new netlib API. Add SNI.Aldo Cortesi2012-06-261-4/+10
* Use http.read_response to read server response.Aldo Cortesi2012-06-241-4/+11
* Logging truss for pathod.Aldo Cortesi2012-06-241-1/+1
* Sketch out pathoc commandline interaction.Aldo Cortesi2012-06-241-0/+25