aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Store timestamps on flow components as a UTC time tuple.Aldo Cortesi2011-03-073-7/+15
* Add bind address option to mitmdump.Aldo Cortesi2011-03-061-40/+72
* Make mitmdump server playback also exit by default.Aldo Cortesi2011-03-063-11/+22
* Make mitmdump exit after client replay is complete by default.Aldo Cortesi2011-03-065-18/+41
* Add flow_count and active_flow_count methods to flow.State.Aldo Cortesi2011-03-062-23/+41
* Bump unit tests, rearrange mitmdump command-line options slightly.Aldo Cortesi2011-03-064-12/+29
* Allow client replays to be replayed against server replays.Aldo Cortesi2011-03-061-1/+3
* Add client replay options to mitmdump.Aldo Cortesi2011-03-068-101/+115
* 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-055-24/+45
* Basic client playback state structure.Aldo Cortesi2011-03-042-17/+62
* Minor command-line argument fixes.Aldo Cortesi2011-02-252-13/+2
* Add an indicator that sticky cookies have been applied in mitmdump.Aldo Cortesi2011-02-254-1/+12
* Move stringification funcs from proxy to dump.Aldo Cortesi2011-02-254-17/+27
* Add -c and -C options to mitmdump to control sticky cookies.Aldo Cortesi2011-02-253-4/+24
* Minor housekeeping - unused code, nocover directives.Aldo Cortesi2011-02-244-27/+3
* More mature sticky cookie primitive. Use it in console.py.Aldo Cortesi2011-02-244-42/+103
* Start abstracting out sticky cookie state.Aldo Cortesi2011-02-243-3/+38
* Remove first iteration playback/record.Aldo Cortesi2011-02-234-479/+0
* Add a way for users to specify header significance in server replay.Aldo Cortesi2011-02-234-20/+61
* Minor housekeeping: bump version, clean todo.Aldo Cortesi2011-02-212-11/+2
* Make README reflect reality.Aldo Cortesi2011-02-211-10/+7
* Fix setup.pyAldo Cortesi2011-02-211-2/+2
* Remove Henrik's mitmplayback and mitmrecord.Aldo Cortesi2011-02-212-137/+0
* Move script hooks into the flow primitives.Aldo Cortesi2011-02-213-31/+52
* Add --kill option to mitmdumpAldo Cortesi2011-02-216-11/+40
* Fix a subtle Unicode problem in Response.assembleAldo Cortesi2011-02-211-1/+1
* First pass of playback function for mitmdump.Aldo Cortesi2011-02-217-2/+85
* Add a simple server playback state object.Aldo Cortesi2011-02-214-7/+87
* Clean up and strip down netstrings module.Aldo Cortesi2011-02-203-98/+13
* Certificates are now generated in a temporary per-session directory.Aldo Cortesi2011-02-207-62/+24
* Revamp SSL configuration.Aldo Cortesi2011-02-208-91/+102
* Clean up certificate generation.Aldo Cortesi2011-02-209-156/+196
* 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-203-6/+87
* Stub out doc structure, add screenshots for configuring certs in Firefox.Aldo Cortesi2011-02-1914-111/+169
* Bump test coverage to 100% for flow.pyAldo Cortesi2011-02-192-28/+24
* Fix serialization when a Request has no associated client connection.Aldo Cortesi2011-02-192-2/+6
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-1910-192/+139
* First pass of script hooks for mitmdump.Aldo Cortesi2011-02-1813-54/+127
* Whitespace in mitmdump output.Aldo Cortesi2011-02-172-6/+6
* Refine verbose mitmdump output.Aldo Cortesi2011-02-171-8/+17
* Improve mitmdump text output.Aldo Cortesi2011-02-171-14/+21
* Whitepsace and extraneous code.Aldo Cortesi2011-02-172-4/+1
* Add filtering to mitmdump.Aldo Cortesi2011-02-173-11/+30
* Add file writing to mitmdump.Aldo Cortesi2011-02-176-8/+54
* Extract common SSL certificate option processingHenrik Nordstrom2011-02-165-98/+26
* Clean up README.mkAldo Cortesi2011-02-161-11/+0
* Extract common SSL certificate options into a group.Aldo Cortesi2011-02-163-45/+31
* Tweaks and cleanups for mitmdump.Aldo Cortesi2011-02-163-30/+52