aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Scripts to reproducibly generate the test certificateAldo Cortesi2015-04-194-29/+121
|
* Document embedded response specification.Aldo Cortesi2015-04-183-29/+75
|
* Unit test++ for PathodSpecAldo Cortesi2015-04-182-5/+13
|
* Fix test that fails on Travis with a bodgeAldo Cortesi2015-04-171-1/+3
| | | | Circumvents a platform difference causing a test failure.
* Unit tests: cmdline.pathodAldo Cortesi2015-04-172-6/+92
|
* housekeeping: ++tests, coverage annotationsAldo Cortesi2015-04-176-25/+88
|
* Housekeeping: .env and fix unit testsAldo Cortesi2015-04-172-1/+6
|
* Improvements to pathoc repeat requestsAldo Cortesi2015-03-142-4/+16
| | | | | - Pathoc will now keep trying if connections failed - Add a -w option to specify a wait time between requests
* Merge branch 'master' of ssh.github.com:mitmproxy/pathodAldo Cortesi2015-03-146-10/+31
|\
| * Bump to 0.11.1Aldo Cortesi2014-11-151-2/+2
| |
| * Merge branch 'master' of ssh.github.com:mitmproxy/pathodAldo Cortesi2014-11-152-2/+6
| |\
| | * Merge remote-tracking branch 'origin/master'Maximilian Hils2014-11-1119-863/+1261
| | |\ | | | | | | | | | | | | | | | | Conflicts: setup.py
| | * | be more explicit about requirementsMaximilian Hils2014-11-112-2/+6
| | | |
| * | | Use current version for download linksAldo Cortesi2014-11-152-3/+10
| | |/ | |/| | | | | | | Fixes #19
| * | Fix unit testsAldo Cortesi2014-11-111-2/+2
| | |
| * | Changelog, remove entry points in favor of scriptsAldo Cortesi2014-11-082-8/+10
| | |
| * | Add a pip requirement to pathod to work around a pip/requests screwupAldo Cortesi2014-11-051-0/+3
| | |
* | | Fix entry points for cmdline toolsAldo Cortesi2015-03-141-2/+2
|/ /
* | --memo-limit - limit failed attempts to find new generated requests to NAldo Cortesi2014-10-262-0/+11
| |
* | Improve netability of grammarsAldo Cortesi2014-10-262-17/+43
| |
* | Resolve a quoting ambiguity in nested response specsAldo Cortesi2014-10-262-19/+24
| |
* | Allow nesting of pathod response specs in pathoc specsAldo Cortesi2014-10-263-5/+73
| | | | | | | | | | This opens the door to really neat, repeatable, client-side driven fuzzing, especially of proxies.
* | Add a memoize argument to prevent playing the same pattern twiceAldo Cortesi2014-10-253-21/+29
| | | | | | | | Also remove addition of Date header, which makes this non-deterministic
* | pathoc -n 0 repeats foreverAldo Cortesi2014-10-253-3/+9
| |
* | Make grammar less ambiguous for multi-pattern filesAldo Cortesi2014-10-252-3/+12
| |
* | Rationalize pathoc arguments, add -r flag to randomly select a request from ↵Aldo Cortesi2014-10-252-7/+19
| | | | | | | | 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-256-42/+69
| |
* | Update pyparsingAldo Cortesi2014-10-252-379/+379
| |
* | Parse patterns eagerly on instantiationAldo Cortesi2014-10-257-108/+155
| |
* | Whitespace and formattingAldo Cortesi2014-10-252-57/+125
| |
* | Nicer way to specify patterns read for file - just use a pathAldo Cortesi2014-10-258-92/+88
| |
* | Add forgotten import. Oops.Aldo Cortesi2014-10-241-0/+1
| |
* | Strictly separate argument parsing from main loopsAldo Cortesi2014-10-243-60/+68
| |
* | Refactor and whitespaceAldo Cortesi2014-10-246-148/+176
| |
* | Fix tests, re-add scriptsAldo Cortesi2014-10-249-25/+93
|/
* fix pathodMaximilian Hils2014-10-091-2/+0
|
* adjust to netlib changesMaximilian Hils2014-10-081-2/+4
|
* distutils -> setuptoolsMaximilian Hils2014-10-022-82/+25
|
* fix testsMaximilian Hils2014-09-282-5/+4
|
* increment versionMaximilian Hils2014-09-281-1/+1
|
* update gitignoreMaximilian Hils2014-09-281-1/+2
|
* Merge pull request #16 from mitmproxy/distAldo Cortesi2014-09-086-225/+228
|\ | | | | improve distribution
| * use setuptools entrypoints rather than scriptsMaximilian Hils2014-08-313-186/+188
| |
| * Merge branch 'master' into distMaximilian Hils2014-08-312-8/+9
| |\ | | | | | | | | | | | | | | | Conflicts: requirements.txt setup.py
| * | try hardererer to fix travisMaximilian Hils2014-08-301-1/+1
| | |
| * | try harderer to fix travisMaximilian Hils2014-08-301-1/+1
| | |
| * | try harder to fix travisMaximilian Hils2014-08-304-32/+40
| | |
| * | fix travisMaximilian Hils2014-08-302-4/+3
| | |
| * | requirements.txt: use dependencies specified in setup.pyMaximilian Hils2014-08-191-9/+2
| | |