aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flow.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump test coverage to 100% for flow.pyAldo Cortesi2011-02-191-6/+22
|
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-191-79/+50
| | | | | | 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 Cortesi2011-02-181-1/+1
| | | | Also stub out docs, improve mitmdump error handling.
* Add file writing to mitmdump.Aldo Cortesi2011-02-171-3/+3
|
* FlowMaster bugfixes and unit tests.Aldo Cortesi2011-02-161-2/+20
|
* Switch over to new serialization format.Aldo Cortesi2011-02-161-6/+3
| | | | Remove BSON from contrib.
* First draft of the new serialization mechanism.Aldo Cortesi2011-02-161-0/+17
|
* Also serialize ClientConnection and flow backups.Aldo Cortesi2011-02-061-0/+5
|
* Get rid of ReplayConnection - we now have only one ClientConnection class.Aldo Cortesi2011-02-041-7/+5
|
* Change "connection" to the less confusing "client_conn" throughout.Aldo Cortesi2011-02-031-8/+8
|
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-031-2/+140
|
* Improve script handling.Aldo Cortesi2011-02-021-0/+2
| | | | | | - Display output in external viewer when script exits with error. - Add a "changed" indicator to show if a request can be reverted.
* View script debug output (stderr) in pager.Aldo Cortesi2011-02-021-1/+2
|
* Add an external script API.Aldo Cortesi2011-01-311-0/+16
| | | | | | | External scripts can read a flow, modify it, and then return it to mitmproxy using a simple API. The "|" keyboard shortcut within mitmproxy prompts the user for a script.
* Factor out flow unit tests into speparate file.Aldo Cortesi2011-01-311-0/+96