| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up and clarify StateObject | Aldo Cortesi | 2014-09-17 | 1 | -2/+2 |
* | Merge pull request #347 from mitmproxy/issue_341 | Aldo Cortesi | 2014-09-07 | 1 | -58/+62 |
|\ |
|
| * | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 1 | -58/+62 |
* | | coverage++ | Maximilian Hils | 2014-09-06 | 1 | -0/+10 |
|/ |
|
* | fix display of urls in upstream mode, refs #308 | Maximilian Hils | 2014-08-08 | 1 | -0/+2 |
* | add advanced proxying options, add SSL-terminating capability to mitmproxy | Maximilian Hils | 2014-03-10 | 1 | -1/+10 |
* | finish proxy.py split up | Maximilian Hils | 2014-03-09 | 1 | -2/+2 |
* | split up proxy.py | Maximilian Hils | 2014-03-09 | 1 | -3/+4 |
* | combine asterisk-form and origin-form into relative form | Maximilian Hils | 2014-03-08 | 1 | -1/+1 |
* | coverage++ | Maximilian Hils | 2014-02-07 | 1 | -0/+12 |
* | mock urwid to run console tests on windows, push failing testcases down to 0.... | Maximilian Hils | 2014-02-05 | 1 | -3/+3 |
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 1 | -1/+4 |
* | push failing tests down to 43 | Maximilian Hils | 2014-02-04 | 1 | -3/+7 |
* | bring failing tests back into the double-digit range | Maximilian Hils | 2014-01-31 | 1 | -19/+45 |
* | ignore console test utilities on windows | Maximilian Hils | 2014-01-10 | 1 | -2/+3 |
* | Add focusing, and fixes non-clearance of prev searches. Add | root | 2013-12-25 | 1 | -6/+15 |
* | test passing, UI still not working | root | 2013-12-24 | 1 | -0/+10 |
* | add @concurrent decorator for inline scripts, fixes #176 | Maximilian Hils | 2013-12-15 | 1 | -8/+11 |
* | skip tests on windows that don't make sense | Maximilian Hils | 2013-06-18 | 1 | -1/+9 |
* | always read files in binary mode | Maximilian Hils | 2013-06-16 | 1 | -1/+1 |
* | Significantly refactor the master/slave message passing interface. | Aldo Cortesi | 2013-02-17 | 1 | -4/+11 |
* | Test WSGI app calling. | Aldo Cortesi | 2013-02-16 | 1 | -165/+2 |
* | Add tests for client certificate support. | Aldo Cortesi | 2013-01-20 | 1 | -3/+2 |
* | Rudimentary testing for client certs. | Aldo Cortesi | 2013-01-18 | 1 | -1/+5 |
* | Unit tests and minor code refactoring for ServerConnection. | Aldo Cortesi | 2013-01-05 | 1 | -0/+5 |
* | Use new netlib certificate store implementation. | Aldo Cortesi | 2013-01-06 | 1 | -1/+1 |
* | Minor cleanups of proxy request handling. | Aldo Cortesi | 2013-01-04 | 1 | -2/+2 |
* | removed assigned but unread variables | András Veres-Szentkirályi | 2012-07-15 | 1 | -1/+1 |
* | removed unused imports | András Veres-Szentkirályi | 2012-07-15 | 1 | -2/+1 |
* | Refator server tests to use flow.FlowMaster and flow.State | Aldo Cortesi | 2012-07-09 | 1 | -24/+16 |
* | Serialization and de-serialization of new cert format. | Aldo Cortesi | 2012-06-28 | 1 | -1/+3 |
* | Adapt for API changes in netlib. | Aldo Cortesi | 2012-06-23 | 1 | -1/+0 |
* | Basic transparent mode. | Aldo Cortesi | 2012-06-15 | 1 | -0/+31 |
* | Refactor test suite to make room for transparent mode tests. | Aldo Cortesi | 2012-06-15 | 1 | -31/+46 |
* | First draft conversion of server to PyOpenSSL. | Aldo Cortesi | 2012-06-13 | 1 | -1/+1 |
* | Fix an exception when replaying a flow with no response. | Aldo Cortesi | 2012-06-10 | 1 | -2/+2 |
* | Add HTTP version to response objects. | Aldo Cortesi | 2012-06-10 | 1 | -1/+1 |
* | Refactoring of proxy.py | Aldo Cortesi | 2012-06-10 | 1 | -2/+2 |
* | Add HTTP version to flow.Request | Aldo Cortesi | 2012-06-10 | 1 | -1/+1 |
* | Reverse proxy testing. | Aldo Cortesi | 2012-06-09 | 1 | -15/+38 |
* | Move from requests to human_curl. | Aldo Cortesi | 2012-06-09 | 1 | -9/+12 |
* | Port mitmproxy test suite entirely to nose. | Aldo Cortesi | 2012-06-09 | 1 | -2/+19 |
* | Move pathod service testing truss to nose. | Aldo Cortesi | 2012-06-09 | 1 | -25/+18 |
* | Start conversion to nose. | Aldo Cortesi | 2012-06-09 | 1 | -0/+39 |
* | Shift mitmproxy test suite over to pathod. | Aldo Cortesi | 2012-06-08 | 1 | -25/+43 |
* | Expand SSL cert support | Aldo Cortesi | 2012-04-02 | 1 | -1/+1 |
* | Create ODictCaseless for headers, use vanilla ODict for everything else. | Aldo Cortesi | 2012-02-20 | 1 | -2/+2 |
* | Unit test import cleanups. | Aldo Cortesi | 2012-02-20 | 1 | -4/+4 |
* | Rename Headers class to ODict | Aldo Cortesi | 2012-02-20 | 1 | -2/+2 |
* | Basic infrastructure for request and response body size limits. | Aldo Cortesi | 2011-09-09 | 1 | -1/+1 |