Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add advanced proxying options, add SSL-terminating capability to mitmproxy | Maximilian Hils | 2014-03-10 | 1 | -17/+14 |
| | |||||
* | lay the foundations for --(in|out)(abs|rel) command line switches, as ↵ | Maximilian Hils | 2014-03-10 | 1 | -4/+9 |
| | | | | proposed in https://groups.google.com/forum/#!topic/mitmproxy/nApno2TXS0c | ||||
* | finish proxy.py split up | Maximilian Hils | 2014-03-09 | 1 | -4/+6 |
| | |||||
* | Revert to old cert names, use a subdir for test conf dir. | Aldo Cortesi | 2014-03-07 | 1 | -1/+2 |
| | |||||
* | Much more sophisticated cert handling | Aldo Cortesi | 2014-03-05 | 1 | -6/+7 |
| | | | | | | - Specify per-domain certificates and keys - Certs are no longer regenerated for SANs - And more. :) | ||||
* | Minor cleanups. | Aldo Cortesi | 2014-03-02 | 1 | -1/+3 |
| | |||||
* | Improve explicit certificate specification | Aldo Cortesi | 2014-03-02 | 1 | -0/+1 |
| | | | | | - Support cert/key in the same PEM file - Rationalize arguments, expand tests, clean up a bit | ||||
* | Cleanup: fix unit tests, simpler app test, remove print statements | Aldo Cortesi | 2014-02-08 | 1 | -7/+3 |
| | |||||
* | add tests for reconnect to upstream proxy, ensure that server_reconnect is ↵ | Maximilian Hils | 2014-02-07 | 1 | -1/+7 |
| | | | | always hooked | ||||
* | Achievement Unlocked: Proxy Chain | Maximilian Hils | 2014-02-07 | 1 | -5/+44 |
| | |||||
* | fix most testsuite errors, improve proxy error handling | Maximilian Hils | 2014-01-29 | 1 | -6/+6 |
| | |||||
* | Move app mechanism to flow.py | Aldo Cortesi | 2014-01-04 | 1 | -2/+2 |
| | | | | Disable apps while message passing is improved. | ||||
* | backport changes to fix tests | Maximilian Hils | 2013-12-08 | 1 | -2/+2 |
| | |||||
* | add option to expose webapp externally, remove distinct ip setting | Maximilian Hils | 2013-08-18 | 1 | -4/+2 |
| | |||||
* | Move app instantiation out of proxy.py. | Aldo Cortesi | 2013-07-24 | 1 | -3/+6 |
| | |||||
* | Adapt for new request_client_cert option in netlib. | Aldo Cortesi | 2013-05-13 | 1 | -2/+3 |
| | |||||
* | Add a basic built-in web app. | Aldo Cortesi | 2013-03-25 | 1 | -0/+15 |
| | |||||
* | Unit test proxy auth. | Aldo Cortesi | 2013-03-03 | 1 | -1/+2 |
| | |||||
* | Extend unit tests for proxy.py to some tricky cases. | Aldo Cortesi | 2013-03-02 | 1 | -2/+4 |
| | |||||
* | Test cert generation errors. | Aldo Cortesi | 2013-03-02 | 1 | -4/+11 |
| | |||||
* | Remove human_curl requirement for the test suite - it's pathoc all the way, ↵ | Aldo Cortesi | 2013-03-02 | 1 | -9/+17 |
| | | | | baby. | ||||
* | Test SNI for transparent mode. | Aldo Cortesi | 2013-03-02 | 1 | -11/+12 |
| | |||||
* | Test SNI for ordinary proxy connections. | Aldo Cortesi | 2013-03-02 | 1 | -5/+11 |
| | |||||
* | New SNI handling mechanism. | Aldo Cortesi | 2013-03-01 | 1 | -10/+23 |
| | |||||
* | Test cert file specification, spruce up server testing truss a bit. | Aldo Cortesi | 2013-02-24 | 1 | -13/+18 |
| | |||||
* | Significantly simplify server connection handling, and test. | Aldo Cortesi | 2013-02-24 | 1 | -11/+12 |
| | |||||
* | Test a difficult-to-trigger IOError, fix cert generation in test suite. | Aldo Cortesi | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | Test client connection close conditions. | Aldo Cortesi | 2013-02-24 | 1 | -0/+3 |
| | |||||
* | Unit test dummy response functions. | Aldo Cortesi | 2013-02-23 | 1 | -6/+12 |
| | |||||
* | Significantly refactor the master/slave message passing interface. | Aldo Cortesi | 2013-02-17 | 1 | -1/+1 |
| | |||||
* | Test WSGI app calling. | Aldo Cortesi | 2013-02-16 | 1 | -0/+183 |
- Factor out test servers into a separate file - Adjust docs to note new Flask dependency |