aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_dump.py
Commit message (Expand)AuthorAgeFilesLines
* Move app instantiation out of proxy.py.Aldo Cortesi2013-07-241-0/+6
* always read files in binary modeMaximilian Hils2013-06-161-2/+2
* Un-break unit tests. Tsk tsk.Aldo Cortesi2013-03-171-2/+4
* Fuzzing, and fixes for errors found with fuzzing.Aldo Cortesi2013-03-031-6/+5
* Remove __slots__ to make it possible to inherit from Options classes.Aldo Cortesi2013-03-031-1/+0
* Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-171-1/+5
* Unit test love - 100% for flow.py, dump.pyAldo Cortesi2013-01-051-0/+9
* Little bit of love for the unit tests.Aldo Cortesi2012-08-191-0/+6
* Fix flow read unit test to accomodate more tolerant dumpfile parsing.Aldo Cortesi2012-07-241-4/+2
* Catch and handle SSL connection errors.Aldo Cortesi2012-07-011-1/+3
* Nose mopup: docs, no cover pragmas, a few missing path specs.Aldo Cortesi2012-06-091-1/+1
* Port mitmproxy test suite entirely to nose.Aldo Cortesi2012-06-091-48/+39
* Minor unit test bump.Aldo Cortesi2012-04-031-1/+8
* Unit test import cleanups.Aldo Cortesi2012-02-201-1/+1
* Expand test coverage.Aldo Cortesi2012-02-101-2/+7
* Code cleanliness - appease pychecker.Aldo Cortesi2011-08-041-3/+2
* Request class now has a clean pydoc profile.Aldo Cortesi2011-08-041-1/+1
* Move all HTTP objects to flow.pyAldo Cortesi2011-08-031-1/+1
* Add script hooks, enable new engine for mitmdump.Aldo Cortesi2011-08-031-18/+10
* Unit test++Aldo Cortesi2011-08-021-21/+39
* Add an eventlog option to mitmdumpAldo Cortesi2011-07-231-2/+3
* 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 ut...Aldo Cortesi2011-03-051-7/+7
* Massage namespace to make room for client replay.Aldo Cortesi2011-03-051-3/+3
* 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
* 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
* First pass of script hooks for mitmdump.Aldo Cortesi2011-02-181-30/+42
* 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