aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/cmdline.py
Commit message (Collapse)AuthorAgeFilesLines
* Craft anchor is now specified as a regexAldo Cortesi2015-06-041-4/+16
| | | | Unifies this with anchor points.
* Clarify language API, stub out nested websocket framesAldo Cortesi2015-06-041-2/+2
|
* Refactor, fix a crashing bug by changing the way we specify SANs to pathodAldo Cortesi2015-05-311-5/+6
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-21/+36
|
* Change the semantics of the craft anchor point specificationAldo Cortesi2015-04-231-2/+2
| | | | | The anchor point is now defined as /p (rather than /p/), with the specification for a request just to /p or /p/ being empty.
* Refactor logging, add some defaults to pathod argument help.Aldo Cortesi2015-04-231-3/+3
|
* pathod: flag to set debugging for web interface devAldo Cortesi2015-04-221-0/+4
|
* Whitespace, small fixes.Aldo Cortesi2015-04-201-1/+1
|
* Refactor pathocAldo Cortesi2015-04-191-1/+0
| | | | | | | We're getting ready for websockets. All the output specifiers are now on the Pathoc object itself - we can't assume that all input and output happens in response to a method call any more. This has the upside that we can unify the request/print_request methods.
* Add SANs specification arguments to pathodAldo Cortesi2015-04-191-1/+8
|
* Unit tests: cmdline.pathodAldo Cortesi2015-04-171-5/+4
|
* housekeeping: ++tests, coverage annotationsAldo Cortesi2015-04-171-19/+28
|
* Improvements to pathoc repeat requestsAldo Cortesi2015-03-141-0/+4
| | | | | - Pathoc will now keep trying if connections failed - Add a -w option to specify a wait time between requests
* --memo-limit - limit failed attempts to find new generated requests to NAldo Cortesi2014-10-261-0/+4
|
* Add a memoize argument to prevent playing the same pattern twiceAldo Cortesi2014-10-251-0/+8
| | | | Also remove addition of Date header, which makes this non-deterministic
* pathoc -n 0 repeats foreverAldo Cortesi2014-10-251-1/+1
|
* Rationalize pathoc arguments, add -r flag to randomly select a request from ↵Aldo Cortesi2014-10-251-5/+12
| | | | the provided specs
* Nicer port specification for pathocAldo Cortesi2014-10-251-9/+14
|
* Allow specification of multiple patterns from file and on command lineAldo Cortesi2014-10-251-3/+1
|
* Parse patterns eagerly on instantiationAldo Cortesi2014-10-251-11/+31
|
* Nicer way to specify patterns read for file - just use a pathAldo Cortesi2014-10-251-4/+29
|
* Strictly separate argument parsing from main loopsAldo Cortesi2014-10-241-30/+30
|
* Refactor and whitespaceAldo Cortesi2014-10-241-0/+314