aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flow.py
Commit message (Expand)AuthorAgeFilesLines
* General cleanup.Aldo Cortesi2011-08-021-1/+1
* We no longer need to track clientconnections.Aldo Cortesi2011-08-021-7/+0
* Improve performance of loading flows from a file hugely.Aldo Cortesi2011-08-011-4/+4
* Refactor the way we calculate views of the flow list.Aldo Cortesi2011-08-011-7/+7
* Add utility functions to search and replace strings in flowsAldo Cortesi2011-07-221-0/+15
* Introduce an anti-compression command-line argument.Aldo Cortesi2011-07-151-0/+1
* Cast some data read from dump files to str, to prevent unicode promotion.Aldo Cortesi2011-07-011-1/+5
* Add a new flow loading mechanism.Aldo Cortesi2011-05-151-0/+21
* Add a stickyauth option.Aldo Cortesi2011-03-201-0/+40
* Interrupt interception when deleting an intercepting flow.Aldo Cortesi2011-03-151-3/+0
* Fix hang on shutdown.Aldo Cortesi2011-03-151-2/+2
* Add client plaback to mitmproxy.Aldo Cortesi2011-03-131-2/+4
* flow.py 100% test coverageAldo Cortesi2011-03-131-1/+11
* mitmproxy prompted input now display previously set value.Aldo Cortesi2011-03-131-3/+3
* Make mitmdump handle invalid serialized data gracefully.Aldo Cortesi2011-03-111-0/+10
* Display Errors and killed connections in mitmdump.Aldo Cortesi2011-03-111-7/+0
* Add --norefresh to stop refreshing server playback to mitmdump.Aldo Cortesi2011-03-111-1/+1
* Add an --anticache option to mitmdump.Aldo Cortesi2011-03-091-2/+1
* Make mitmdump server playback also exit by default.Aldo Cortesi2011-03-061-6/+11
* Make mitmdump exit after client replay is complete by default.Aldo Cortesi2011-03-061-4/+10
* Add flow_count and active_flow_count methods to flow.State.Aldo Cortesi2011-03-061-14/+22
* Bump unit tests, rearrange mitmdump command-line options slightly.Aldo Cortesi2011-03-061-6/+18
* Add client replay options to mitmdump.Aldo Cortesi2011-03-061-5/+2
* Reorganize test suite to remove confusion between test utils and libmproxy ut...Aldo Cortesi2011-03-051-56/+56
* Massage namespace to make room for client replay.Aldo Cortesi2011-03-051-7/+12
* Basic client playback state structure.Aldo Cortesi2011-03-041-4/+26
* More mature sticky cookie primitive. Use it in console.py.Aldo Cortesi2011-02-241-8/+48
* Start abstracting out sticky cookie state.Aldo Cortesi2011-02-241-0/+12
* Add a way for users to specify header significance in server replay.Aldo Cortesi2011-02-231-4/+19
* Move script hooks into the flow primitives.Aldo Cortesi2011-02-211-8/+8
* Add --kill option to mitmdumpAldo Cortesi2011-02-211-2/+2
* First pass of playback function for mitmdump.Aldo Cortesi2011-02-211-0/+18
* Add a simple server playback state object.Aldo Cortesi2011-02-211-0/+38
* Certificates are now generated in a temporary per-session directory.Aldo Cortesi2011-02-201-6/+6
* Bump unit tests for flow.py and dump.pyAldo Cortesi2011-02-201-0/+8
* 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
* First pass of script hooks for mitmdump.Aldo Cortesi2011-02-181-1/+1
* 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
* 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
* View script debug output (stderr) in pager.Aldo Cortesi2011-02-021-1/+2
* Add an external script API.Aldo Cortesi2011-01-311-0/+16
* Factor out flow unit tests into speparate file.Aldo Cortesi2011-01-311-0/+96