| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust tests | Aldo Cortesi | 2014-11-15 | 1 | -6/+6 |
* | mitmproxy -> libmproxy.main. do some leanup on the way | Maximilian Hils | 2014-09-08 | 1 | -10/+10 |
* | remove proxy mode abstraction: always be clear which mode we are in | Maximilian Hils | 2014-09-08 | 1 | -5/+2 |
* | Merge pull request #347 from mitmproxy/issue_341 | Aldo Cortesi | 2014-09-07 | 1 | -9/+18 |
|\ |
|
| * | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-06 | 1 | -4/+16 |
| |\ |
|
| | * | Merge branch 'master' into issue_341 | Maximilian Hils | 2014-09-06 | 1 | -4/+16 |
| | |\ |
|
| * | | | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 1 | -1/+1 |
| * | | | much tests. so tcp. very wow. | Maximilian Hils | 2014-09-04 | 1 | -0/+9 |
| * | | | coverage++ | Maximilian Hils | 2014-09-04 | 1 | -1/+1 |
| * | | | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 1 | -2/+2 |
| |/ / |
|
| * | | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 1 | -5/+5 |
* | | | coverage++ | Maximilian Hils | 2014-09-06 | 1 | -1/+14 |
| |/
|/| |
|
* | | coverage++ | Maximilian Hils | 2014-09-06 | 1 | -4/+16 |
|/ |
|
* | adjust to netlib changes | Maximilian Hils | 2014-08-17 | 1 | -1/+1 |
* | remove platform.setup | Maximilian Hils | 2014-08-08 | 1 | -2/+1 |
* | fix tests on windows | Maximilian Hils | 2014-07-18 | 1 | -1/+2 |
* | add advanced proxying options, add SSL-terminating capability to mitmproxy | Maximilian Hils | 2014-03-10 | 1 | -20/+6 |
* | finish proxy.py split up | Maximilian Hils | 2014-03-09 | 1 | -6/+8 |
* | split up proxy.py | Maximilian Hils | 2014-03-09 | 1 | -3/+5 |
* | Much more sophisticated cert handling | Aldo Cortesi | 2014-03-05 | 1 | -8/+6 |
* | Improve explicit certificate specification | Aldo Cortesi | 2014-03-02 | 1 | -3/+6 |
* | add skeleton to change destinatin server during intercept, fix all testcases ... | Maximilian Hils | 2014-02-05 | 1 | -2/+2 |
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 1 | -3/+1 |
* | fix most testsuite errors, improve proxy error handling | Maximilian Hils | 2014-01-29 | 1 | -6/+7 |
* | Move app mechanism to flow.py | Aldo Cortesi | 2014-01-04 | 1 | -20/+0 |
* | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-08-17 | 1 | -4/+1 |
|\ |
|
| * | Revamp dummy cert store | Aldo Cortesi | 2013-08-12 | 1 | -3/+0 |
| * | Make use of a change to netlib.tcp that clarifies error conditions for flush ... | Aldo Cortesi | 2013-07-30 | 1 | -1/+1 |
* | | skip tests on windows that don't make sense | Maximilian Hils | 2013-06-18 | 1 | -0/+1 |
|/ |
|
* | Remove __slots__ to make it possible to inherit from Options classes. | Aldo Cortesi | 2013-03-03 | 1 | -1/+0 |
* | 100% unit test coverage on proxy.py. Hallelujah! | Aldo Cortesi | 2013-03-03 | 1 | -1/+15 |
* | Unit test proxy option parsing. | Aldo Cortesi | 2013-03-03 | 1 | -4/+71 |
* | Move HTTP auth module to netlib. | Aldo Cortesi | 2013-03-03 | 1 | -0/+8 |
* | Test cert generation errors. | Aldo Cortesi | 2013-03-02 | 1 | -1/+0 |
* | Significantly simplify server connection handling, and test. | Aldo Cortesi | 2013-02-24 | 1 | -31/+4 |
* | Refactor to prepare for SNI fixes. | Aldo Cortesi | 2013-02-24 | 1 | -6/+6 |
* | Test WSGI app calling. | Aldo Cortesi | 2013-02-16 | 1 | -1/+1 |
* | Unit tests for ServerConnectionPool | Aldo Cortesi | 2013-01-29 | 1 | -1/+29 |
* | Test suite, remove extraneous code. | Aldo Cortesi | 2013-01-28 | 1 | -5/+7 |
* | Unit tests and minor code refactoring for ServerConnection. | Aldo Cortesi | 2013-01-05 | 1 | -1/+31 |
* | removed unused imports | András Veres-Szentkirályi | 2012-07-15 | 1 | -4/+1 |
* | Make WSGI apps work in transparent mode. | Aldo Cortesi | 2012-07-10 | 1 | -0/+8 |
* | Refator server tests to use flow.FlowMaster and flow.State | Aldo Cortesi | 2012-07-09 | 1 | -14/+12 |
* | Move wsgi to netlib. | Aldo Cortesi | 2012-06-19 | 1 | -0/+13 |
* | Pull out protocol components into protocol.py | Aldo Cortesi | 2012-06-16 | 1 | -135/+0 |
* | Rename our tcpserver to netlib, expand to include client network functions. | Aldo Cortesi | 2012-06-16 | 1 | -11/+0 |
* | Localise client connection object manipulation. | Aldo Cortesi | 2012-06-10 | 1 | -12/+16 |
* | Consolidate HTTP major and minor versions into a single variable. | Aldo Cortesi | 2012-06-10 | 1 | -10/+7 |
* | Add proxy.should_connection_close, and strip out unused code. | Aldo Cortesi | 2012-06-10 | 1 | -27/+9 |
* | Port mitmproxy test suite entirely to nose. | Aldo Cortesi | 2012-06-09 | 1 | -92/+70 |