Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scripts to reproducibly generate the test certificate | Aldo Cortesi | 2015-04-19 | 4 | -29/+121 |
| | |||||
* | Unit test++ for PathodSpec | Aldo Cortesi | 2015-04-18 | 1 | -0/+9 |
| | |||||
* | Fix test that fails on Travis with a bodge | Aldo Cortesi | 2015-04-17 | 1 | -1/+3 |
| | | | | Circumvents a platform difference causing a test failure. | ||||
* | Unit tests: cmdline.pathod | Aldo Cortesi | 2015-04-17 | 1 | -1/+88 |
| | |||||
* | housekeeping: ++tests, coverage annotations | Aldo Cortesi | 2015-04-17 | 2 | -1/+57 |
| | |||||
* | Housekeeping: .env and fix unit tests | Aldo Cortesi | 2015-04-17 | 1 | -1/+1 |
| | |||||
* | Fix unit tests | Aldo Cortesi | 2014-11-11 | 1 | -2/+2 |
| | |||||
* | Improve netability of grammars | Aldo Cortesi | 2014-10-26 | 1 | -11/+27 |
| | |||||
* | Resolve a quoting ambiguity in nested response specs | Aldo Cortesi | 2014-10-26 | 1 | -9/+13 |
| | |||||
* | Allow nesting of pathod response specs in pathoc specs | Aldo Cortesi | 2014-10-26 | 2 | -3/+27 |
| | | | | | This opens the door to really neat, repeatable, client-side driven fuzzing, especially of proxies. | ||||
* | pathoc -n 0 repeats forever | Aldo Cortesi | 2014-10-25 | 1 | -1/+3 |
| | |||||
* | Make grammar less ambiguous for multi-pattern files | Aldo Cortesi | 2014-10-25 | 1 | -1/+10 |
| | |||||
* | Allow specification of multiple patterns from file and on command line | Aldo Cortesi | 2014-10-25 | 2 | -16/+46 |
| | |||||
* | Update pyparsing | Aldo Cortesi | 2014-10-25 | 1 | -1/+2 |
| | |||||
* | Parse patterns eagerly on instantiation | Aldo Cortesi | 2014-10-25 | 3 | -38/+32 |
| | |||||
* | Whitespace and formatting | Aldo Cortesi | 2014-10-25 | 1 | -16/+29 |
| | |||||
* | Nicer way to specify patterns read for file - just use a path | Aldo Cortesi | 2014-10-25 | 2 | -67/+50 |
| | |||||
* | Refactor and whitespace | Aldo Cortesi | 2014-10-24 | 1 | -1/+0 |
| | |||||
* | Fix tests, re-add scripts | Aldo Cortesi | 2014-10-24 | 3 | -15/+53 |
| | |||||
* | fix tests | Maximilian Hils | 2014-09-28 | 1 | -4/+3 |
| | |||||
* | Merge pull request #16 from mitmproxy/dist | Aldo Cortesi | 2014-09-08 | 1 | -4/+0 |
|\ | | | | | improve distribution | ||||
| * | Merge branch 'master' into dist | Maximilian Hils | 2014-08-31 | 1 | -6/+6 |
| |\ | | | | | | | | | | | | | | | | Conflicts: requirements.txt setup.py | ||||
| * | | try harder to fix travis | Maximilian Hils | 2014-08-30 | 1 | -4/+0 |
| | | | |||||
* | | | Silence insecure requets warnings in our test package | Aldo Cortesi | 2014-09-07 | 1 | -6/+11 |
| |/ |/| | |||||
* | | fix tests to be compatible with the latest requests version | Maximilian Hils | 2014-08-31 | 1 | -6/+6 |
|/ | |||||
* | Adjust timeout test to make race condition much less likely. | Aldo Cortesi | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | Adjust for upstream cert store changes, improve cert handling significantly | Aldo Cortesi | 2014-03-05 | 1 | -6/+3 |
| | |||||
* | Add connection cipher info to pathod server log | Aldo Cortesi | 2014-03-02 | 1 | -2/+9 |
| | |||||
* | pathoc -S dumps information on the remote SSL certificate chain | Aldo Cortesi | 2014-03-02 | 1 | -19/+28 |
| | |||||
* | Support cert/key combo files in args. Improve argument names in SSLOptions | Aldo Cortesi | 2014-03-02 | 1 | -1/+1 |
| | |||||
* | Implement custom certs. | Aldo Cortesi | 2014-03-02 | 3 | -3/+48 |
| | |||||
* | Big improvements to SSL handling | Aldo Cortesi | 2014-03-02 | 3 | -8/+34 |
| | | | | | | | | - 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 | ||||
* | adjust to signature changes in netlib.tcp | Maximilian Hils | 2014-01-28 | 3 | -12/+9 |
| | |||||
* | move test requirements out of main requirements.txt | Maximilian Hils | 2014-01-28 | 1 | -0/+4 |
| | |||||
* | Merge pull request #11 from mitmproxy/refactor_read_http_body | Aldo Cortesi | 2014-01-04 | 1 | -6/+6 |
|\ | | | | | always return Content-Length: 0 if r is not set | ||||
| * | always return Content-Length: 0 if r is not set | Maximilian Hils | 2013-12-15 | 1 | -6/+6 |
| | | |||||
* | | fix windows compatibility | Maximilian Hils | 2013-12-16 | 1 | -4/+7 |
|/ | |||||
* | always read files in binary mode | Maximilian Hils | 2013-06-16 | 1 | -2/+2 |
| | |||||
* | Adapt for new request_client_cert option in netlib. | Aldo Cortesi | 2013-05-13 | 1 | -1/+4 |
| | |||||
* | Changelog, minor cleanups. | Aldo Cortesi | 2013-04-30 | 1 | -0/+3 |
| | |||||
* | Print pathod craft explanations to stdout. | Aldo Cortesi | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | Improve robustness of proxy CONNECT, test coverage to 100%. | Aldo Cortesi | 2013-03-02 | 1 | -0/+20 |
| | |||||
* | Make pathoc request return more human-friendly. | Aldo Cortesi | 2013-02-27 | 2 | -14/+14 |
| | |||||
* | Adapt to netlib API changes. | Aldo Cortesi | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | Make last_log return None if nothing is logged. | Aldo Cortesi | 2013-02-23 | 1 | -1/+1 |
| | |||||
* | Add support for client certificates | Aldo Cortesi | 2013-01-20 | 5 | -0/+71 |
| | | | | | | - pathod request logs now include a clientcert member with details on the client cert, or None if there wasn't one. - pathoc has a -C option to specify a client certificate | ||||
* | Implement and unit test not-after-connect option. | Aldo Cortesi | 2013-01-05 | 2 | -1/+12 |
| | |||||
* | CONNECT through proxy mode for pathoc | Aldo Cortesi | 2013-01-05 | 2 | -5/+11 |
| | | | | Also, use this to unit test the pathod CONNECT implementation. | ||||
* | Proxy mode: drop to SSL if we see an HTTP CONNECT request | Aldo Cortesi | 2013-01-05 | 1 | -0/+4 |
| | |||||
* | Provisional proxy mode support for pathod. | Aldo Cortesi | 2013-01-05 | 2 | -0/+11 |
| |