Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix flow read unit test to accomodate more tolerant dumpfile parsing. | Aldo Cortesi | 2012-07-24 | 1 | -4/+2 |
| | |||||
* | removed assigned but unread variables | András Veres-Szentkirályi | 2012-07-15 | 3 | -3/+3 |
| | |||||
* | removed unused imports | András Veres-Szentkirályi | 2012-07-15 | 7 | -17/+4 |
| | |||||
* | Add an ~a filter expression, matching an asset content type in responses. | Aldo Cortesi | 2012-07-14 | 1 | -0/+6 |
| | | | | | | Asset content types are Javascript, images, Flash and CSS. This is useful because doing a quick "!~a" while auditing an app will filter out the majority of the static asset cruft, letting you focus on what matters. | ||||
* | Refine semantics of replay_request method. | Aldo Cortesi | 2012-07-10 | 1 | -6/+3 |
| | |||||
* | Make WSGI apps work in transparent mode. | Aldo Cortesi | 2012-07-10 | 1 | -0/+8 |
| | |||||
* | Test replay corner cases. Fix discovered bugs. | Aldo Cortesi | 2012-07-09 | 1 | -0/+12 |
| | |||||
* | Unit test request replay thread. | Aldo Cortesi | 2012-07-09 | 1 | -0/+10 |
| | | | | | | This is a small patch, but is the culmination of lots of work: we can now unit test the deep innards of mitmproxy, with coverage. There's a lot more to come in this vein. | ||||
* | Refator server tests to use flow.FlowMaster and flow.State | Aldo Cortesi | 2012-07-09 | 3 | -43/+33 |
| | |||||
* | Add streaming to FlowMaster | Aldo Cortesi | 2012-07-09 | 1 | -1/+27 |
| | |||||
* | Remove ODict tests. ODict is now in netlib. | Aldo Cortesi | 2012-07-09 | 1 | -111/+0 |
| | |||||
* | Add a domain match filter (~d regex) | Aldo Cortesi | 2012-07-06 | 1 | -0/+6 |
| | |||||
* | Fix error when serializing reverted SSL flows. | Aldo Cortesi | 2012-07-05 | 1 | -0/+7 |
| | |||||
* | Catch and handle SSL connection errors. | Aldo Cortesi | 2012-07-01 | 1 | -1/+3 |
| | |||||
* | Beef up logging substantially. | Aldo Cortesi | 2012-07-01 | 1 | -3/+3 |
| | |||||
* | Handle invalid data more gracefully. | Aldo Cortesi | 2012-06-30 | 1 | -1/+14 |
| | | | | Fixes #47 | ||||
* | Serialization and de-serialization of new cert format. | Aldo Cortesi | 2012-06-28 | 2 | -12/+4 |
| | |||||
* | Remove certutils from mitmproxy. | Aldo Cortesi | 2012-06-27 | 3 | -256/+0 |
| | |||||
* | Remove -T and -U command-line options. | Aldo Cortesi | 2012-06-26 | 1 | -8/+0 |
| | | | | They're redundant convenience options, and we need more space. | ||||
* | Adapt for API changes in netlib. | Aldo Cortesi | 2012-06-23 | 1 | -1/+0 |
| | |||||
* | Move wsgi to netlib. | Aldo Cortesi | 2012-06-19 | 2 | -110/+13 |
| | |||||
* | Extract protocol and tcp server implementations into netlib. | Aldo Cortesi | 2012-06-19 | 2 | -256/+0 |
| | |||||
* | Refactor protocol.py to remove dependence on flow and utils. | Aldo Cortesi | 2012-06-17 | 2 | -33/+31 |
| | |||||
* | Pull out protocol components into protocol.py | Aldo Cortesi | 2012-06-16 | 3 | -137/+139 |
| | |||||
* | Test suite and refactoring for netlib. | Aldo Cortesi | 2012-06-16 | 1 | -1/+81 |
| | |||||
* | Rename our tcpserver to netlib, expand to include client network functions. | Aldo Cortesi | 2012-06-16 | 2 | -11/+15 |
| | |||||
* | Fix a problem in ODictCaseless that could cause duplicate headers. | Aldo Cortesi | 2012-06-15 | 1 | -0/+6 |
| | |||||
* | Basic transparent mode. | Aldo Cortesi | 2012-06-15 | 2 | -1/+32 |
| | |||||
* | Refactor test suite to make room for transparent mode tests. | Aldo Cortesi | 2012-06-15 | 2 | -37/+56 |
| | |||||
* | First draft conversion of server to PyOpenSSL. | Aldo Cortesi | 2012-06-13 | 2 | -1/+4 |
| | |||||
* | Fix an exception when replaying a flow with no response. | Aldo Cortesi | 2012-06-10 | 2 | -5/+2 |
| | |||||
* | Localise client connection object manipulation. | Aldo Cortesi | 2012-06-10 | 1 | -12/+16 |
| | | | | This simplifies the call signature for a bunch of functions. | ||||
* | Add HTTP version to response objects. | Aldo Cortesi | 2012-06-10 | 3 | -5/+6 |
| | | | | Another change in the serialization format. | ||||
* | Refactoring of proxy.py | Aldo Cortesi | 2012-06-10 | 2 | -6/+14 |
| | | | | | - Correctly pass HTTP request version on to upstream servers - Adjust tests not to hang due to a pathod response with no content-length | ||||
* | Add HTTP version to flow.Request | Aldo Cortesi | 2012-06-10 | 3 | -12/+13 |
| | | | | | This is a serialization format change, that makes us incompatible with previous versions. | ||||
* | 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 |
| | |||||
* | Reverse proxy testing. | Aldo Cortesi | 2012-06-09 | 2 | -15/+43 |
| | |||||
* | Move from requests to human_curl. | Aldo Cortesi | 2012-06-09 | 1 | -9/+12 |
| | | | | | It turns out that _none_ of the Python stdlib or anything that relies on it supports CONNECT through a proxy. Beggars belief, but there you go. | ||||
* | Nose mopup: docs, no cover pragmas, a few missing path specs. | Aldo Cortesi | 2012-06-09 | 2 | -2/+2 |
| | |||||
* | Port mitmproxy test suite entirely to nose. | Aldo Cortesi | 2012-06-09 | 13 | -490/+401 |
| | |||||
* | Move pathod service testing truss to nose. | Aldo Cortesi | 2012-06-09 | 2 | -43/+32 |
| | |||||
* | Start conversion to nose. | Aldo Cortesi | 2012-06-09 | 4 | -173/+178 |
| | | | | RIP pry. | ||||
* | Shift mitmproxy test suite over to pathod. | Aldo Cortesi | 2012-06-08 | 6 | -161/+52 |
| | | | | This opens a whole brave new world of testing for mitmproxy. | ||||
* | Split parsing of intial line into separate protocols. | Aldo Cortesi | 2012-06-03 | 1 | -0/+52 |
| | |||||
* | Add unit tests for console/help.py | Aldo Cortesi | 2012-06-03 | 1 | -0/+25 |
| | |||||
* | Fix a crashing bug when replacing text in a flow with unicode bodies. | Aldo Cortesi | 2012-05-25 | 2 | -0/+10 |
| | |||||
* | Refuse to replay a request with missing content. | Aldo Cortesi | 2012-05-16 | 1 | -0/+10 |
| | |||||
* | Add the ability to flag content as missing in a request or a response. | Aldo Cortesi | 2012-05-16 | 1 | -0/+6 |
| | | | | | | | We'll use this in a number of situations. First, we'll soon have response streaming that directly pipes responses to clients. These will be content-less from mitmproxy's perspective. Second, we'll be growing new events that fire after headers are received, but before content is read. | ||||
* | Internal error page for WSGI. | Aldo Cortesi | 2012-04-27 | 1 | -5/+61 |
| | | | | Also, 100% test coverage. |