aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
Commit message (Expand)AuthorAgeFilesLines
* Add utility functions to search and replace strings in flowsAldo Cortesi2011-07-221-0/+12
* Removes should_autodecode attribute from Response. Adds commandline option 'd...Stephen Altamirano2011-07-211-0/+1
* Adds support for content encoding, namely gip and deflatealts2011-07-161-3/+6
* Introduce an anti-compression command-line argument.Aldo Cortesi2011-07-151-0/+3
* Rewrite Headers object to preserve order and case.Aldo Cortesi2011-07-141-3/+4
* Don't redraw the screen more often than necessary.Aldo Cortesi2011-06-271-1/+1
* Don't backup flows before replay.Aldo Cortesi2011-06-231-1/+0
* Add -r option to mitmdump and mitmproxy.Aldo Cortesi2011-05-151-5/+3
* Add a new flow loading mechanism.Aldo Cortesi2011-05-151-4/+21
* Add a stickyauth option.Aldo Cortesi2011-03-201-0/+32
* Reverse order of flows in mitmproxy.Aldo Cortesi2011-03-201-1/+1
* Server replay shortcut in mitmproxy can now be used to interrupt a current re...Aldo Cortesi2011-03-181-0/+3
* Client playback shortcut in mitmproxy can now be used to interrupt a current ...Aldo Cortesi2011-03-181-0/+3
* Interrupt interception when deleting an intercepting flow.Aldo Cortesi2011-03-151-7/+5
* Do pre-processing of requests before replay.Aldo Cortesi2011-03-151-31/+36
* Add client plaback to mitmproxy.Aldo Cortesi2011-03-131-3/+3
* Rejigger status bar somewhat. Add indicators for various bits of state.Aldo Cortesi2011-03-131-0/+2
* Fix stickycookie setting, indented view traceback.Aldo Cortesi2011-03-131-0/+2
* mitmproxy prompted input now display previously set value.Aldo Cortesi2011-03-131-5/+22
* Handle invalid bind address specifications gracefully.Aldo Cortesi2011-03-121-0/+2
* Make mitmdump handle invalid serialized data gracefully.Aldo Cortesi2011-03-111-3/+10
* Display Errors and killed connections in mitmdump.Aldo Cortesi2011-03-111-5/+3
* Add --norefresh to stop refreshing server playback to mitmdump.Aldo Cortesi2011-03-111-0/+6
* Add an --anticache option to mitmdump.Aldo Cortesi2011-03-091-0/+3
* Move version constants to version.py, add version to serialized flows.Aldo Cortesi2011-03-091-1/+2
* Make mitmdump server playback also exit by default.Aldo Cortesi2011-03-061-4/+9
* Make mitmdump exit after client replay is complete by default.Aldo Cortesi2011-03-061-4/+16
* Add flow_count and active_flow_count methods to flow.State.Aldo Cortesi2011-03-061-9/+19
* Bump unit tests, rearrange mitmdump command-line options slightly.Aldo Cortesi2011-03-061-0/+1
* Allow client replays to be replayed against server replays.Aldo Cortesi2011-03-061-1/+3
* Add client replay options to mitmdump.Aldo Cortesi2011-03-061-4/+3
* Massage namespace to make room for client replay.Aldo Cortesi2011-03-051-8/+24
* Basic client playback state structure.Aldo Cortesi2011-03-041-13/+36
* Add an indicator that sticky cookies have been applied in mitmdump.Aldo Cortesi2011-02-251-0/+1
* Minor housekeeping - unused code, nocover directives.Aldo Cortesi2011-02-241-1/+3
* More mature sticky cookie primitive. Use it in console.py.Aldo Cortesi2011-02-241-15/+47
* Start abstracting out sticky cookie state.Aldo Cortesi2011-02-241-1/+24
* Add a way for users to specify header significance in server replay.Aldo Cortesi2011-02-231-3/+17
* Move script hooks into the flow primitives.Aldo Cortesi2011-02-211-9/+37
* Add --kill option to mitmdumpAldo Cortesi2011-02-211-3/+4
* First pass of playback function for mitmdump.Aldo Cortesi2011-02-211-0/+21
* Add a simple server playback state object.Aldo Cortesi2011-02-211-4/+47
* Certificates are now generated in a temporary per-session directory.Aldo Cortesi2011-02-201-1/+1
* Implement state loading that doesn't change object identity.Aldo Cortesi2011-02-201-3/+18
* Bump test coverage to 100% for flow.pyAldo Cortesi2011-02-191-22/+2
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-191-40/+33
* First pass of script hooks for mitmdump.Aldo Cortesi2011-02-181-1/+2
* Don't leave dangling browser connections for pipelined requests.Aldo Cortesi2011-02-161-1/+2
* Un-break request replay.Aldo Cortesi2011-02-161-0/+1
* FlowMaster bugfixes and unit tests.Aldo Cortesi2011-02-161-6/+1