aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Collapse)AuthorAgeFilesLines
* Unit tests: cmdline.pathodAldo Cortesi2015-04-171-5/+4
|
* housekeeping: ++tests, coverage annotationsAldo Cortesi2015-04-174-24/+31
|
* 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
* Bump to 0.11.1Aldo Cortesi2014-11-151-2/+2
|
* Merge branch 'master' of ssh.github.com:mitmproxy/pathodAldo Cortesi2014-11-151-1/+5
|\
| * Merge remote-tracking branch 'origin/master'Maximilian Hils2014-11-119-722/+992
| |\ | | | | | | | | | | | | Conflicts: setup.py
| * | be more explicit about requirementsMaximilian Hils2014-11-111-1/+5
| | |
* | | Use current version for download linksAldo Cortesi2014-11-152-3/+10
| |/ |/| | | | | Fixes #19
* | --memo-limit - limit failed attempts to find new generated requests to NAldo Cortesi2014-10-262-0/+11
| |
* | Improve netability of grammarsAldo Cortesi2014-10-261-6/+16
| |
* | Resolve a quoting ambiguity in nested response specsAldo Cortesi2014-10-261-10/+11
| |
* | Allow nesting of pathod response specs in pathoc specsAldo Cortesi2014-10-261-2/+46
| | | | | | | | | | 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-252-2/+6
| |
* | Make grammar less ambiguous for multi-pattern filesAldo Cortesi2014-10-251-2/+2
| |
* | 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-254-26/+23
| |
* | Update pyparsingAldo Cortesi2014-10-251-378/+377
| |
* | Parse patterns eagerly on instantiationAldo Cortesi2014-10-254-70/+123
| |
* | Whitespace and formattingAldo Cortesi2014-10-251-41/+96
| |
* | Nicer way to specify patterns read for file - just use a pathAldo Cortesi2014-10-256-25/+38
| |
* | 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-243-143/+172
| |
* | Fix tests, re-add scriptsAldo Cortesi2014-10-244-10/+30
|/
* fix pathodMaximilian Hils2014-10-091-2/+0
|
* adjust to netlib changesMaximilian Hils2014-10-081-2/+4
|
* increment versionMaximilian Hils2014-09-281-1/+1
|
* Merge pull request #16 from mitmproxy/distAldo Cortesi2014-09-081-0/+401
|\ | | | | improve distribution
| * use setuptools entrypoints rather than scriptsMaximilian Hils2014-08-311-0/+401
| |
* | 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-071-0/+4
|/
* only require the minor version of netlib to matchMaximilian Hils2014-08-191-1/+2
|
* adjust to netlib api changesMaximilian Hils2014-07-212-74/+77
|
* Also dump SANs for pathoc -SAldo Cortesi2014-03-071-1/+5
|
* Adjust for upstream cert store changes, improve cert handling significantlyAldo Cortesi2014-03-051-18/+14
|
* Add connection cipher info to pathod server logAldo Cortesi2014-03-021-18/+21
|
* Use new get_current_cipher to show cipher in pathoc SSL outputAldo Cortesi2014-03-021-3/+5
|
* pathoc -S dumps information on the remote SSL certificate chainAldo Cortesi2014-03-021-2/+30
|
* Support cert/key combo files in args. Improve argument names in SSLOptionsAldo Cortesi2014-03-021-10/+10
|
* Implement custom certs.Aldo Cortesi2014-03-024-40/+20
|
* Big improvements to SSL handlingAldo Cortesi2014-03-022-15/+47
| | | | | | | | - pathod now dynamically generates SSL certs, using the ~/.mitmproxy cacert - pathoc returns data on SSL peer certificates - Pathod certificate CN can be specified on command line - Support SSLv23
* Expand SSL supportAldo Cortesi2014-02-273-13/+26
| | | | | | - Cipher suite selection for both pathoc and pathod - SSL version specification for pathod - Expose SSLv23 as an option, and use it by default
* fix pathod main scriptMaximilian Hils2014-02-081-0/+2
|
* Merge branch 'tcp_proxy'Aldo Cortesi2014-02-073-11/+11
|\
| * adjust for netlib.tcp.Address changesMaximilian Hils2014-01-301-3/+3
| |
| * adjust to signature changes in netlib.tcpMaximilian Hils2014-01-283-10/+10
| |
| * Merge branch 'master' into tcp_proxyMaximilian Hils2014-01-285-13/+12
| |\