Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scripts to reproducibly generate the test certificate | Aldo Cortesi | 2015-04-19 | 4 | -29/+121 |
| | |||||
* | Document embedded response specification. | Aldo Cortesi | 2015-04-18 | 3 | -29/+75 |
| | |||||
* | Unit test++ for PathodSpec | Aldo Cortesi | 2015-04-18 | 2 | -5/+13 |
| | |||||
* | Fix test that fails on Travis with a bodge | Aldo Cortesi | 2015-04-17 | 1 | -1/+3 |
| | | | | Circumvents a platform difference causing a test failure. | ||||
* | Unit tests: cmdline.pathod | Aldo Cortesi | 2015-04-17 | 2 | -6/+92 |
| | |||||
* | housekeeping: ++tests, coverage annotations | Aldo Cortesi | 2015-04-17 | 6 | -25/+88 |
| | |||||
* | Housekeeping: .env and fix unit tests | Aldo Cortesi | 2015-04-17 | 2 | -1/+6 |
| | |||||
* | Improvements to pathoc repeat requests | Aldo Cortesi | 2015-03-14 | 2 | -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/pathod | Aldo Cortesi | 2015-03-14 | 6 | -10/+31 |
|\ | |||||
| * | Bump to 0.11.1 | Aldo Cortesi | 2014-11-15 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' of ssh.github.com:mitmproxy/pathod | Aldo Cortesi | 2014-11-15 | 2 | -2/+6 |
| |\ | |||||
| | * | Merge remote-tracking branch 'origin/master' | Maximilian Hils | 2014-11-11 | 19 | -863/+1261 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: setup.py | ||||
| | * | | be more explicit about requirements | Maximilian Hils | 2014-11-11 | 2 | -2/+6 |
| | | | | |||||
| * | | | Use current version for download links | Aldo Cortesi | 2014-11-15 | 2 | -3/+10 |
| | |/ | |/| | | | | | | | Fixes #19 | ||||
| * | | Fix unit tests | Aldo Cortesi | 2014-11-11 | 1 | -2/+2 |
| | | | |||||
| * | | Changelog, remove entry points in favor of scripts | Aldo Cortesi | 2014-11-08 | 2 | -8/+10 |
| | | | |||||
| * | | Add a pip requirement to pathod to work around a pip/requests screwup | Aldo Cortesi | 2014-11-05 | 1 | -0/+3 |
| | | | |||||
* | | | Fix entry points for cmdline tools | Aldo Cortesi | 2015-03-14 | 1 | -2/+2 |
|/ / | |||||
* | | --memo-limit - limit failed attempts to find new generated requests to N | Aldo Cortesi | 2014-10-26 | 2 | -0/+11 |
| | | |||||
* | | Improve netability of grammars | Aldo Cortesi | 2014-10-26 | 2 | -17/+43 |
| | | |||||
* | | Resolve a quoting ambiguity in nested response specs | Aldo Cortesi | 2014-10-26 | 2 | -19/+24 |
| | | |||||
* | | Allow nesting of pathod response specs in pathoc specs | Aldo Cortesi | 2014-10-26 | 3 | -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 twice | Aldo Cortesi | 2014-10-25 | 3 | -21/+29 |
| | | | | | | | | Also remove addition of Date header, which makes this non-deterministic | ||||
* | | pathoc -n 0 repeats forever | Aldo Cortesi | 2014-10-25 | 3 | -3/+9 |
| | | |||||
* | | Make grammar less ambiguous for multi-pattern files | Aldo Cortesi | 2014-10-25 | 2 | -3/+12 |
| | | |||||
* | | Rationalize pathoc arguments, add -r flag to randomly select a request from ↵ | Aldo Cortesi | 2014-10-25 | 2 | -7/+19 |
| | | | | | | | | the provided specs | ||||
* | | Nicer port specification for pathoc | Aldo Cortesi | 2014-10-25 | 1 | -9/+14 |
| | | |||||
* | | Allow specification of multiple patterns from file and on command line | Aldo Cortesi | 2014-10-25 | 6 | -42/+69 |
| | | |||||
* | | Update pyparsing | Aldo Cortesi | 2014-10-25 | 2 | -379/+379 |
| | | |||||
* | | Parse patterns eagerly on instantiation | Aldo Cortesi | 2014-10-25 | 7 | -108/+155 |
| | | |||||
* | | Whitespace and formatting | Aldo Cortesi | 2014-10-25 | 2 | -57/+125 |
| | | |||||
* | | Nicer way to specify patterns read for file - just use a path | Aldo Cortesi | 2014-10-25 | 8 | -92/+88 |
| | | |||||
* | | Add forgotten import. Oops. | Aldo Cortesi | 2014-10-24 | 1 | -0/+1 |
| | | |||||
* | | Strictly separate argument parsing from main loops | Aldo Cortesi | 2014-10-24 | 3 | -60/+68 |
| | | |||||
* | | Refactor and whitespace | Aldo Cortesi | 2014-10-24 | 6 | -148/+176 |
| | | |||||
* | | Fix tests, re-add scripts | Aldo Cortesi | 2014-10-24 | 9 | -25/+93 |
|/ | |||||
* | fix pathod | Maximilian Hils | 2014-10-09 | 1 | -2/+0 |
| | |||||
* | adjust to netlib changes | Maximilian Hils | 2014-10-08 | 1 | -2/+4 |
| | |||||
* | distutils -> setuptools | Maximilian Hils | 2014-10-02 | 2 | -82/+25 |
| | |||||
* | fix tests | Maximilian Hils | 2014-09-28 | 2 | -5/+4 |
| | |||||
* | increment version | Maximilian Hils | 2014-09-28 | 1 | -1/+1 |
| | |||||
* | update gitignore | Maximilian Hils | 2014-09-28 | 1 | -1/+2 |
| | |||||
* | Merge pull request #16 from mitmproxy/dist | Aldo Cortesi | 2014-09-08 | 6 | -225/+228 |
|\ | | | | | improve distribution | ||||
| * | use setuptools entrypoints rather than scripts | Maximilian Hils | 2014-08-31 | 3 | -186/+188 |
| | | |||||
| * | Merge branch 'master' into dist | Maximilian Hils | 2014-08-31 | 2 | -8/+9 |
| |\ | | | | | | | | | | | | | | | | Conflicts: requirements.txt setup.py | ||||
| * | | try hardererer to fix travis | Maximilian Hils | 2014-08-30 | 1 | -1/+1 |
| | | | |||||
| * | | try harderer to fix travis | Maximilian Hils | 2014-08-30 | 1 | -1/+1 |
| | | | |||||
| * | | try harder to fix travis | Maximilian Hils | 2014-08-30 | 4 | -32/+40 |
| | | | |||||
| * | | fix travis | Maximilian Hils | 2014-08-30 | 2 | -4/+3 |
| | | | |||||
| * | | requirements.txt: use dependencies specified in setup.py | Maximilian Hils | 2014-08-19 | 1 | -9/+2 |
| | | |