aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract flow-specific Master operations into FlowMaster.Aldo Cortesi2011-02-161-0/+36
* Switch over to new serialization format.Aldo Cortesi2011-02-161-23/+5
* First draft of the new serialization mechanism.Aldo Cortesi2011-02-161-2/+29
* Merge remote branch 'hno/master'Aldo Cortesi2011-02-061-4/+2
|\
| * Fix kill() again, got broken by the change to use NoneHenrik Nordstrom2011-02-031-4/+2
* | Also serialize ClientConnection and flow backups.Aldo Cortesi2011-02-061-13/+13
|/
* Get rid of ReplayConnection - we now have only one ClientConnection class.Aldo Cortesi2011-02-041-21/+7
* Change "connection" to the less confusing "client_conn" throughout.Aldo Cortesi2011-02-031-27/+27
* Fix tracking of edited state.Aldo Cortesi2011-02-031-2/+0
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-031-1/+1
* Improve script handling.Aldo Cortesi2011-02-021-4/+27
* View script debug output (stderr) in pager.Aldo Cortesi2011-02-021-4/+10
* Add an external script API.Aldo Cortesi2011-01-311-8/+42
* Restructure to make subclassing Flow unnecessary.Aldo Cortesi2011-01-311-2/+8
* Refine flow saving shortcuts.Aldo Cortesi2011-01-271-0/+6
* Fine-tune threading and fix an exception.Aldo Cortesi2011-01-271-0/+2
* Kill deadlock that sometimes occurred on shutdown.Aldo Cortesi2011-01-271-8/+7
* Switch to BSON for data serialization.Aldo Cortesi2011-01-271-5/+7
* Fix UI sync bugs introduced by flow serialization.Aldo Cortesi2011-01-261-1/+2
* Add saving and loading of complete flows for later replay and analysis.Aldo Cortesi2011-01-261-7/+22
* Add serialization hooks to flows and flow component objects.Aldo Cortesi2011-01-261-0/+21
* Abstract flow management out of the interactive code.Aldo Cortesi2011-01-251-0/+207