aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
Commit message (Expand)AuthorAgeFilesLines
* 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