Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -279/+0 |
| | |||||
* | remove noop code | Thomas Kriechbaumer | 2016-02-14 | 1 | -2/+0 |
| | |||||
* | autoflake | Thomas Kriechbaumer | 2016-02-14 | 1 | -2/+2 |
| | |||||
* | fix import in tests | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | tests: use relative imports | Maximilian Hils | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 1 | -0/+2 |
| | |||||
* | cleanup imports | Thomas Kriechbaumer | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 1 | -3/+2 |
| | |||||
* | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 1 | -9/+7 |
| | |||||
* | move files around | Maximilian Hils | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Add ~src ~dst REGEX filters | isra17 | 2015-07-13 | 1 | -0/+17 |
| | | | | | | | | | This filter allow to match on the request source and destination address in the form of `<IP>:<Port>`. Also fixed the parsing grammar to add a `WordEnd` after each filter name. That way, `~src` doesn't match `~s` instead and keep the behavior consistent with `~hq` != `~h`. | ||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -1/+10 |
| | |||||
* | Housekeeping and cleanups | Aldo Cortesi | 2015-04-14 | 1 | -3/+3 |
| | | | | | | | | - No output to stdout on load in examples - they muck up the test suite. - Use the odict module directly, rather than aliasing it. The small convenience this gives to scripters is not worth it. - Move the cookie tests from the flow test module to the protocol_http test module. | ||||
* | fix #307 | Maximilian Hils | 2014-08-03 | 1 | -3/+11 |
| | |||||
* | push failing tests down to 43 | Maximilian Hils | 2014-02-04 | 1 | -1/+2 |
| | |||||
* | bring failing tests back into the double-digit range | Maximilian Hils | 2014-01-31 | 1 | -23/+20 |
| | |||||
* | 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. | ||||
* | Add a domain match filter (~d regex) | Aldo Cortesi | 2012-07-06 | 1 | -0/+6 |
| | |||||
* | Add HTTP version to response objects. | Aldo Cortesi | 2012-06-10 | 1 | -0/+1 |
| | | | | Another change in the serialization format. | ||||
* | Add HTTP version to flow.Request | Aldo Cortesi | 2012-06-10 | 1 | -0/+1 |
| | | | | | This is a serialization format change, that makes us incompatible with previous versions. | ||||
* | Port mitmproxy test suite entirely to nose. | Aldo Cortesi | 2012-06-09 | 1 | -11/+2 |
| | |||||
* | Expand SSL cert support | Aldo Cortesi | 2012-04-02 | 1 | -1/+2 |
| | | | | | | - Capture the remote SSL certificate - Expose the remote cert as an attribute on Response - Expand the certutils.SSLCert interface to expose more cert info | ||||
* | Make "~q" filter work more intuitively. | Aldo Cortesi | 2012-02-23 | 1 | -4/+2 |
| | | | | It now matches any flow that has no response. | ||||
* | Refactor filter matching. | Aldo Cortesi | 2012-02-23 | 1 | -14/+20 |
| | |||||
* | Create ODictCaseless for headers, use vanilla ODict for everything else. | Aldo Cortesi | 2012-02-20 | 1 | -2/+2 |
| | |||||
* | Rename Headers class to ODict | Aldo Cortesi | 2012-02-20 | 1 | -2/+2 |
| | | | | | ODict is an ordered dictionary class that will be useful in many other parts of our API. | ||||
* | Add filter for detecting flows with errors. | Aldo Cortesi | 2012-02-10 | 1 | -1/+9 |
| | | | | Also, remove dependency on weird _is_response method. | ||||
* | Expand test coverage. | Aldo Cortesi | 2012-02-10 | 1 | -0/+2 |
| | |||||
* | Add support for filtering by HTTP method (get, post, etc.) using ~m operator. | Mark E. Haase | 2011-12-28 | 1 | -0/+8 |
| | |||||
* | Move all HTTP objects to flow.py | Aldo Cortesi | 2011-08-03 | 1 | -6/+6 |
| | | | | That's Request, Response, ClientConnect, ClientDisconnect, Error, and Headers. | ||||
* | Refactor Flow primitives to remove HTTP1.0 assumption. | Aldo Cortesi | 2011-02-19 | 1 | -1/+1 |
| | | | | | | This is a big patch removing the assumption that there's one connection per Request/Response pair. It touches pretty much every part of mitmproxy, so expect glitches until everything is ironed out. | ||||
* | drop unused protocol parameter from Response | Henrik Nordstrom | 2011-02-15 | 1 | -1/+0 |
| | |||||
* | Get rid of ReplayConnection - we now have only one ClientConnection class. | Aldo Cortesi | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | Change "connection" to the less confusing "client_conn" throughout. | Aldo Cortesi | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | Test suite rejiggering and cleanup. | Aldo Cortesi | 2011-02-03 | 1 | -3/+6 |
| | |||||
* | Initial checkin. | Aldo Cortesi | 2010-02-16 | 1 | -0/+220 |