aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revamp key generation.Aldo Cortesi2011-03-182-1/+7
* Interrupt interception when deleting an intercepting flow.Aldo Cortesi2011-03-151-3/+0
* Fix hang on shutdown.Aldo Cortesi2011-03-152-2/+3
* Do pre-processing of requests before replay.Aldo Cortesi2011-03-151-0/+1
* Improve responsiveness of request and response viewing.Aldo Cortesi2011-03-151-0/+31
* Fix unit tests on OSX when a system proxy is configured.Aldo Cortesi2011-03-141-4/+7
* 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
* 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-132-5/+5
* Unit tests for proxy.read_chunkedAldo Cortesi2011-03-121-0/+17
* Unit tests for cmdline.pyAldo Cortesi2011-03-121-0/+29
* console.py 100% test coverageAldo Cortesi2011-03-121-1/+16
* netstring.py 100% unit test coverage.Aldo Cortesi2011-03-121-0/+10
* 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-112-1/+12
* Stub out refresh for server-side replay.Aldo Cortesi2011-03-091-1/+19
* Add an --anticache option to mitmdump.Aldo Cortesi2011-03-092-2/+10
* Store timestamps on flow components as a UTC time tuple.Aldo Cortesi2011-03-071-1/+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-062-6/+23
* Add client replay options to mitmdump.Aldo Cortesi2011-03-065-82/+79
* Reorganize test suite to remove confusion between test utils and libmproxy ut...Aldo Cortesi2011-03-056-187/+191
* Massage namespace to make room for client replay.Aldo Cortesi2011-03-052-10/+15
* Basic client playback state structure.Aldo Cortesi2011-03-041-4/+26
* 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-252-2/+10
* Minor housekeeping - unused code, nocover directives.Aldo Cortesi2011-02-241-3/+0
* 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-213-5/+20
* First pass of playback function for mitmdump.Aldo Cortesi2011-02-213-0/+37
* Add a simple server playback state object.Aldo Cortesi2011-02-212-1/+38
* Clean up and strip down netstrings module.Aldo Cortesi2011-02-201-7/+0
* Certificates are now generated in a temporary per-session directory.Aldo Cortesi2011-02-201-6/+6
* Revamp SSL configuration.Aldo Cortesi2011-02-202-2/+7
* Clean up certificate generation.Aldo Cortesi2011-02-201-11/+33
* Bump unit tests for flow.py and dump.pyAldo Cortesi2011-02-203-12/+26
* Implement state loading that doesn't change object identity.Aldo Cortesi2011-02-201-1/+30
* Bump test coverage to 100% for flow.pyAldo Cortesi2011-02-191-6/+22
* Fix serialization when a Request has no associated client connection.Aldo Cortesi2011-02-191-0/+4
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-196-113/+68
* First pass of script hooks for mitmdump.Aldo Cortesi2011-02-182-31/+43
* Add filtering to mitmdump.Aldo Cortesi2011-02-171-4/+13