aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_console.py
Commit message (Collapse)AuthorAgeFilesLines
* introduce revised views, port over changes from multiple_views branchMaximilian Hils2014-11-261-4/+4
|
* fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-031-6/+6
|
* mock urwid to run console tests on windows, push failing testcases down to ↵Maximilian Hils2014-02-051-12/+10
| | | | 0. :-)
* remove _flow_map from state, improve loggingMaximilian Hils2014-01-311-1/+1
|
* update tests to reflect changes to options.scriptsMaximilian Hils2013-06-171-0/+4
|
* Port mitmproxy test suite entirely to nose.Aldo Cortesi2012-06-091-32/+23
|
* Minor unit test bump.Aldo Cortesi2012-04-031-1/+2
|
* Make "T" pretty view over-ride persistent when switching between flows.Aldo Cortesi2012-04-021-2/+14
| | | | | We do this by adding a flow settings mechanism to ConsoleState. This is pretty rough at the moment and should become more sophisticated as needed.
* Unit test import cleanups.Aldo Cortesi2012-02-201-1/+1
|
* Repair unit tests.Aldo Cortesi2012-02-181-31/+0
|
* Make filter matching act more sensibly.Aldo Cortesi2012-02-101-1/+1
|
* Refactor console.Aldo Cortesi2012-02-071-11/+12
| | | | Split the console implementation out into logical components.
* Request class now has a clean pydoc profile.Aldo Cortesi2011-08-041-2/+2
|
* Move all HTTP objects to flow.pyAldo Cortesi2011-08-031-2/+2
| | | | That's Request, Response, ClientConnect, ClientDisconnect, Error, and Headers.
* Refactor the way we calculate views of the flow list.Aldo Cortesi2011-08-011-1/+1
| | | | | The naive approach we used before recalculated the view on every access, and consequently had serious performance problems.
* Refine path completion somewhat.Aldo Cortesi2011-07-141-1/+2
| | | | Make it match the behaviour of vim and mutt more closely
* unit test coverage ++Aldo Cortesi2011-03-201-0/+2
|
* Reverse order of flows in mitmproxy.Aldo Cortesi2011-03-201-6/+6
| | | | It matches user expectations much better to have new flows appended to the bottom.
* Do pre-processing of requests before replay.Aldo Cortesi2011-03-151-0/+1
| | | | | This enables scripts, anticache, server playback and sticky cookies for request replays.
* Fix flow formatting unit tests.Aldo Cortesi2011-03-141-4/+2
|
* Fix a traceback sometimes triggered viewing a connection with no response.Aldo Cortesi2011-03-131-1/+2
|
* mitmproxy prompted input now display previously set value.Aldo Cortesi2011-03-131-2/+2
| | | | | E.g. if you set a limit, then re-enter the limit prompt, you start with the currently set value.
* console.py 100% test coverageAldo Cortesi2011-03-121-1/+16
|
* Reorganize test suite to remove confusion between test utils and libmproxy ↵Aldo Cortesi2011-03-051-6/+6
| | | | utils.
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-191-24/+8
| | | | | | 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.
* Initial port of mitmdump to Flows.Aldo Cortesi2011-02-161-4/+5
|
* Get rid of ReplayConnection - we now have only one ClientConnection class.Aldo Cortesi2011-02-041-4/+4
|
* Change "connection" to the less confusing "client_conn" throughout.Aldo Cortesi2011-02-031-6/+6
|
* Fine-tune completion a bit.Aldo Cortesi2011-02-031-0/+12
|
* Add timestamps to flows.Aldo Cortesi2011-02-031-0/+5
| | | | | For now, these are only displayed on the connection view screen, with second granularity.
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-031-100/+31
|
* Factor out flow unit tests into speparate file.Aldo Cortesi2011-01-311-126/+16
|
* Restructure to make subclassing Flow unnecessary.Aldo Cortesi2011-01-311-19/+27
|
* Add tab completion for save and load path specs.Aldo Cortesi2011-01-271-1/+31
|
* Add saving and loading of complete flows for later replay and analysis.Aldo Cortesi2011-01-261-1/+14
|
* Add serialization hooks to flows and flow component objects.Aldo Cortesi2011-01-261-0/+9
|
* Abstract flow management out of the interactive code.Aldo Cortesi2011-01-251-17/+22
|
* Initial checkin.Aldo Cortesi2010-02-161-0/+269