aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | 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
| | |/
| | * Also dump SANs for pathoc -SAldo Cortesi2014-03-071-1/+5
| | |
| | * Adjust for upstream cert store changes, improve cert handling significantlyAldo Cortesi2014-03-053-34/+35
| | |
| | * Add connection cipher info to pathod server logAldo Cortesi2014-03-022-20/+30
| | |
| | * 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-023-21/+63
| | |
| | * Support cert/key combo files in args. Improve argument names in SSLOptionsAldo Cortesi2014-03-023-12/+17
| | |
| | * Implement custom certs.Aldo Cortesi2014-03-027-43/+68
| | |
| | * Big improvements to SSL handlingAldo Cortesi2014-03-027-41/+101
| | | | | | | | | | | | | | | | | | | | | | | | - 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-275-19/+47
| | | | | | | | | | | | | | | | | | - 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-082-1/+3
| | |
| | * run tests against netlib master again. refs #12Maximilian Hils2014-02-061-1/+1
| | |
| | * Merge branch 'tcp_proxy'Aldo Cortesi2014-02-079-27/+23
| | |\
| | | * adjust for netlib.tcp.Address changesMaximilian Hils2014-01-301-3/+3
| | | |
| | | * adjust to signature changes in netlib.tcpMaximilian Hils2014-01-289-26/+22
| | | |
| | | * Merge branch 'master' into tcp_proxyMaximilian Hils2014-01-288-19/+27
| | | |\