| Commit message (Expand) | Author | Age | Files | Lines |
* | introduce revised views, port over changes from multiple_views branch | Maximilian Hils | 2014-11-26 | 1 | -4/+4 |
* | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 1 | -6/+6 |
* | mock urwid to run console tests on windows, push failing testcases down to 0.... | Maximilian Hils | 2014-02-05 | 1 | -12/+10 |
* | remove _flow_map from state, improve logging | Maximilian Hils | 2014-01-31 | 1 | -1/+1 |
* | update tests to reflect changes to options.scripts | Maximilian Hils | 2013-06-17 | 1 | -0/+4 |
* | Port mitmproxy test suite entirely to nose. | Aldo Cortesi | 2012-06-09 | 1 | -32/+23 |
* | Minor unit test bump. | Aldo Cortesi | 2012-04-03 | 1 | -1/+2 |
* | Make "T" pretty view over-ride persistent when switching between flows. | Aldo Cortesi | 2012-04-02 | 1 | -2/+14 |
* | Unit test import cleanups. | Aldo Cortesi | 2012-02-20 | 1 | -1/+1 |
* | Repair unit tests. | Aldo Cortesi | 2012-02-18 | 1 | -31/+0 |
* | Make filter matching act more sensibly. | Aldo Cortesi | 2012-02-10 | 1 | -1/+1 |
* | Refactor console. | Aldo Cortesi | 2012-02-07 | 1 | -11/+12 |
* | Request class now has a clean pydoc profile. | Aldo Cortesi | 2011-08-04 | 1 | -2/+2 |
* | Move all HTTP objects to flow.py | Aldo Cortesi | 2011-08-03 | 1 | -2/+2 |
* | Refactor the way we calculate views of the flow list. | Aldo Cortesi | 2011-08-01 | 1 | -1/+1 |
* | Refine path completion somewhat. | Aldo Cortesi | 2011-07-14 | 1 | -1/+2 |
* | unit test coverage ++ | Aldo Cortesi | 2011-03-20 | 1 | -0/+2 |
* | Reverse order of flows in mitmproxy. | Aldo Cortesi | 2011-03-20 | 1 | -6/+6 |
* | Do pre-processing of requests before replay. | Aldo Cortesi | 2011-03-15 | 1 | -0/+1 |
* | Fix flow formatting unit tests. | Aldo Cortesi | 2011-03-14 | 1 | -4/+2 |
* | Fix a traceback sometimes triggered viewing a connection with no response. | Aldo Cortesi | 2011-03-13 | 1 | -1/+2 |
* | mitmproxy prompted input now display previously set value. | Aldo Cortesi | 2011-03-13 | 1 | -2/+2 |
* | console.py 100% test coverage | Aldo Cortesi | 2011-03-12 | 1 | -1/+16 |
* | Reorganize test suite to remove confusion between test utils and libmproxy ut... | Aldo Cortesi | 2011-03-05 | 1 | -6/+6 |
* | Refactor Flow primitives to remove HTTP1.0 assumption. | Aldo Cortesi | 2011-02-19 | 1 | -24/+8 |
* | Initial port of mitmdump to Flows. | Aldo Cortesi | 2011-02-16 | 1 | -4/+5 |
* | Get rid of ReplayConnection - we now have only one ClientConnection class. | Aldo Cortesi | 2011-02-04 | 1 | -4/+4 |
* | Change "connection" to the less confusing "client_conn" throughout. | Aldo Cortesi | 2011-02-03 | 1 | -6/+6 |
* | Fine-tune completion a bit. | Aldo Cortesi | 2011-02-03 | 1 | -0/+12 |
* | Add timestamps to flows. | Aldo Cortesi | 2011-02-03 | 1 | -0/+5 |
* | Test suite rejiggering and cleanup. | Aldo Cortesi | 2011-02-03 | 1 | -100/+31 |
* | Factor out flow unit tests into speparate file. | Aldo Cortesi | 2011-01-31 | 1 | -126/+16 |
* | Restructure to make subclassing Flow unnecessary. | Aldo Cortesi | 2011-01-31 | 1 | -19/+27 |
* | Add tab completion for save and load path specs. | Aldo Cortesi | 2011-01-27 | 1 | -1/+31 |
* | Add saving and loading of complete flows for later replay and analysis. | Aldo Cortesi | 2011-01-26 | 1 | -1/+14 |
* | Add serialization hooks to flows and flow component objects. | Aldo Cortesi | 2011-01-26 | 1 | -0/+9 |
* | Abstract flow management out of the interactive code. | Aldo Cortesi | 2011-01-25 | 1 | -17/+22 |
* | Initial checkin. | Aldo Cortesi | 2010-02-16 | 1 | -0/+269 |