aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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
| | | | |
| | * | | Merge pull request #18 from mitmproxy/mitm_issue_341Aldo Cortesi2014-09-071-3/+3
| | |\ \ \ | | | | | | | | | | | | adapt pathod to netlib changes
| | | * | | adapt pathod to netlib changesMaximilian Hils2014-09-061-3/+3
| | | | |/ | | | |/|
| | * / | Silence insecure requets warnings in our test packageAldo Cortesi2014-09-072-6/+15
| | |/ /
| | * / fix tests to be compatible with the latest requests versionMaximilian Hils2014-08-313-8/+8
| | |/
| | * only require the minor version of netlib to matchMaximilian Hils2014-08-192-2/+4
| | |
| | * Merge pull request #15 from mitmproxy/streamMaximilian Hils2014-07-312-74/+77
| | |\ | | | | | | | | adjust to netlib api changes
| | | * adjust to netlib api changesMaximilian Hils2014-07-212-74/+77
| | | |
| | * | Adjust timeout test to make race condition much less likely.Aldo Cortesi2014-03-101-1/+1
| | |/