Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | 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 t... | Aldo Cortesi | 2014-10-25 | 2 | -7/+19 | |
| | * | | 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 | |
| | |\ | ||||||
| | | * | 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 | |
| | | |\ | ||||||
| | | * | | 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 | 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 | 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 | |
| | |/ | ||||||
| | * | Also dump SANs for pathoc -S | Aldo Cortesi | 2014-03-07 | 1 | -1/+5 | |
| | * | Adjust for upstream cert store changes, improve cert handling significantly | Aldo Cortesi | 2014-03-05 | 3 | -34/+35 | |
| | * | Add connection cipher info to pathod server log | Aldo Cortesi | 2014-03-02 | 2 | -20/+30 | |
| | * | Use new get_current_cipher to show cipher in pathoc SSL output | Aldo Cortesi | 2014-03-02 | 1 | -3/+5 | |
| | * | pathoc -S dumps information on the remote SSL certificate chain | Aldo Cortesi | 2014-03-02 | 3 | -21/+63 | |
| | * | Support cert/key combo files in args. Improve argument names in SSLOptions | Aldo Cortesi | 2014-03-02 | 3 | -12/+17 | |
| | * | Implement custom certs. | Aldo Cortesi | 2014-03-02 | 7 | -43/+68 | |
| | * | Big improvements to SSL handling | Aldo Cortesi | 2014-03-02 | 7 | -41/+101 | |
| | * | Expand SSL support | Aldo Cortesi | 2014-02-27 | 5 | -19/+47 | |
| | * | fix pathod main script | Maximilian Hils | 2014-02-08 | 2 | -1/+3 | |
| | * | run tests against netlib master again. refs #12 | Maximilian Hils | 2014-02-06 | 1 | -1/+1 | |
| | * | Merge branch 'tcp_proxy' | Aldo Cortesi | 2014-02-07 | 9 | -27/+23 | |
| | |\ | ||||||
| | | * | adjust for netlib.tcp.Address changes | Maximilian Hils | 2014-01-30 | 1 | -3/+3 | |
| | | * | adjust to signature changes in netlib.tcp | Maximilian Hils | 2014-01-28 | 9 | -26/+22 | |
| | | * | Merge branch 'master' into tcp_proxy | Maximilian Hils | 2014-01-28 | 8 | -19/+27 | |
| | | |\ |