aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_console.py
Commit message (Expand)AuthorAgeFilesLines
* Do pre-processing of requests before replay.Aldo Cortesi2011-03-151-0/+1
* 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
* console.py 100% test coverageAldo Cortesi2011-03-121-1/+16
* Reorganize test suite to remove confusion between test utils and libmproxy ut...Aldo Cortesi2011-03-051-6/+6
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-191-24/+8
* 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
* 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