Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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 | |
| | | | | | ||||||
| | * | | | Merge pull request #18 from mitmproxy/mitm_issue_341 | Aldo Cortesi | 2014-09-07 | 1 | -3/+3 | |
| | |\ \ \ | | | | | | | | | | | | | adapt pathod to netlib changes | |||||
| | | * | | | adapt pathod to netlib changes | Maximilian Hils | 2014-09-06 | 1 | -3/+3 | |
| | | | |/ | | | |/| | ||||||
| | * / | | Silence insecure requets warnings in our test package | Aldo Cortesi | 2014-09-07 | 2 | -6/+15 | |
| | |/ / | ||||||
| | * / | fix tests to be compatible with the latest requests version | Maximilian Hils | 2014-08-31 | 3 | -8/+8 | |
| | |/ | ||||||
| | * | only require the minor version of netlib to match | Maximilian Hils | 2014-08-19 | 2 | -2/+4 | |
| | | | ||||||
| | * | Merge pull request #15 from mitmproxy/stream | Maximilian Hils | 2014-07-31 | 2 | -74/+77 | |
| | |\ | | | | | | | | | adjust to netlib api changes | |||||
| | | * | adjust to netlib api changes | Maximilian Hils | 2014-07-21 | 2 | -74/+77 | |
| | | | | ||||||
| | * | | Adjust timeout test to make race condition much less likely. | Aldo Cortesi | 2014-03-10 | 1 | -1/+1 | |
| | |/ |