aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_dump.py
Commit message (Collapse)AuthorAgeFilesLines
* Add an eventlog option to mitmdumpAldo Cortesi2011-07-231-2/+3
| | | | | This shows client connections, disconnections and requests (before a complete flow is assembled). We need to add an analogous display to mitmproxy.
* unit test coverage ++Aldo Cortesi2011-03-201-0/+2
|
* Bump unit tests, rearrange mitmdump command-line options slightly.Aldo Cortesi2011-03-061-0/+5
|
* Reorganize test suite to remove confusion between test utils and libmproxy ↵Aldo Cortesi2011-03-051-7/+7
| | | | utils.
* Massage namespace to make room for client replay.Aldo Cortesi2011-03-051-3/+3
| | | | Mostly replay -> server_replay
* Add an indicator that sticky cookies have been applied in mitmdump.Aldo Cortesi2011-02-251-0/+4
|
* Move stringification funcs from proxy to dump.Aldo Cortesi2011-02-251-0/+10
|
* Add --kill option to mitmdumpAldo Cortesi2011-02-211-3/+11
| | | | | | If this option is passed all requests that are not part of a replayed conversation are killed. If the option is not passed, such requests are passed through to the server as usual.
* First pass of playback function for mitmdump.Aldo Cortesi2011-02-211-0/+17
|
* Bump unit tests for flow.py and dump.pyAldo Cortesi2011-02-201-12/+17
|
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-191-1/+1
| | | | | | 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-30/+42
| | | | Also stub out docs, improve mitmdump error handling.
* Add filtering to mitmdump.Aldo Cortesi2011-02-171-4/+13
|
* Add file writing to mitmdump.Aldo Cortesi2011-02-171-1/+26
|
* Tweaks and cleanups for mitmdump.Aldo Cortesi2011-02-161-2/+9
|
* Initial port of mitmdump to Flows.Aldo Cortesi2011-02-161-0/+30