Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move app instantiation out of proxy.py. | Aldo Cortesi | 2013-07-24 | 1 | -0/+6 |
| | |||||
* | always read files in binary mode | Maximilian Hils | 2013-06-16 | 1 | -2/+2 |
| | |||||
* | Un-break unit tests. Tsk tsk. | Aldo Cortesi | 2013-03-17 | 1 | -2/+4 |
| | |||||
* | Fuzzing, and fixes for errors found with fuzzing. | Aldo Cortesi | 2013-03-03 | 1 | -6/+5 |
| | |||||
* | Remove __slots__ to make it possible to inherit from Options classes. | Aldo Cortesi | 2013-03-03 | 1 | -1/+0 |
| | |||||
* | Significantly refactor the master/slave message passing interface. | Aldo Cortesi | 2013-02-17 | 1 | -1/+5 |
| | |||||
* | Unit test love - 100% for flow.py, dump.py | Aldo Cortesi | 2013-01-05 | 1 | -0/+9 |
| | |||||
* | Little bit of love for the unit tests. | Aldo Cortesi | 2012-08-19 | 1 | -0/+6 |
| | |||||
* | Fix flow read unit test to accomodate more tolerant dumpfile parsing. | Aldo Cortesi | 2012-07-24 | 1 | -4/+2 |
| | |||||
* | Catch and handle SSL connection errors. | Aldo Cortesi | 2012-07-01 | 1 | -1/+3 |
| | |||||
* | Nose mopup: docs, no cover pragmas, a few missing path specs. | Aldo Cortesi | 2012-06-09 | 1 | -1/+1 |
| | |||||
* | Port mitmproxy test suite entirely to nose. | Aldo Cortesi | 2012-06-09 | 1 | -48/+39 |
| | |||||
* | Minor unit test bump. | Aldo Cortesi | 2012-04-03 | 1 | -1/+8 |
| | |||||
* | Unit test import cleanups. | Aldo Cortesi | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Expand test coverage. | Aldo Cortesi | 2012-02-10 | 1 | -2/+7 |
| | |||||
* | Code cleanliness - appease pychecker. | Aldo Cortesi | 2011-08-04 | 1 | -3/+2 |
| | |||||
* | Request class now has a clean pydoc profile. | Aldo Cortesi | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Move all HTTP objects to flow.py | Aldo Cortesi | 2011-08-03 | 1 | -1/+1 |
| | | | | That's Request, Response, ClientConnect, ClientDisconnect, Error, and Headers. | ||||
* | Add script hooks, enable new engine for mitmdump. | Aldo Cortesi | 2011-08-03 | 1 | -18/+10 |
| | |||||
* | Unit test++ | Aldo Cortesi | 2011-08-02 | 1 | -21/+39 |
| | |||||
* | Add an eventlog option to mitmdump | Aldo Cortesi | 2011-07-23 | 1 | -2/+3 |
| | | | | | This shows client connections, disconnections and requests (before a complete flow is assembled). We need to add an analogous display to mitmproxy. | ||||
* | unit test coverage ++ | Aldo Cortesi | 2011-03-20 | 1 | -0/+2 |
| | |||||
* | Bump unit tests, rearrange mitmdump command-line options slightly. | Aldo Cortesi | 2011-03-06 | 1 | -0/+5 |
| | |||||
* | Reorganize test suite to remove confusion between test utils and libmproxy ↵ | Aldo Cortesi | 2011-03-05 | 1 | -7/+7 |
| | | | | utils. | ||||
* | Massage namespace to make room for client replay. | Aldo Cortesi | 2011-03-05 | 1 | -3/+3 |
| | | | | Mostly replay -> server_replay | ||||
* | Add an indicator that sticky cookies have been applied in mitmdump. | Aldo Cortesi | 2011-02-25 | 1 | -0/+4 |
| | |||||
* | Move stringification funcs from proxy to dump. | Aldo Cortesi | 2011-02-25 | 1 | -0/+10 |
| | |||||
* | Add --kill option to mitmdump | Aldo Cortesi | 2011-02-21 | 1 | -3/+11 |
| | | | | | | If this option is passed all requests that are not part of a replayed conversation are killed. If the option is not passed, such requests are passed through to the server as usual. | ||||
* | First pass of playback function for mitmdump. | Aldo Cortesi | 2011-02-21 | 1 | -0/+17 |
| | |||||
* | Bump unit tests for flow.py and dump.py | Aldo Cortesi | 2011-02-20 | 1 | -12/+17 |
| | |||||
* | 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. | ||||
* | First pass of script hooks for mitmdump. | Aldo Cortesi | 2011-02-18 | 1 | -30/+42 |
| | | | | Also stub out docs, improve mitmdump error handling. | ||||
* | Add filtering to mitmdump. | Aldo Cortesi | 2011-02-17 | 1 | -4/+13 |
| | |||||
* | Add file writing to mitmdump. | Aldo Cortesi | 2011-02-17 | 1 | -1/+26 |
| | |||||
* | Tweaks and cleanups for mitmdump. | Aldo Cortesi | 2011-02-16 | 1 | -2/+9 |
| | |||||
* | Initial port of mitmdump to Flows. | Aldo Cortesi | 2011-02-16 | 1 | -0/+30 |