Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve script handling. | Aldo Cortesi | 2011-02-02 | 1 | -4/+27 | |
| | | | | | | - Display output in external viewer when script exits with error. - Add a "changed" indicator to show if a request can be reverted. | |||||
* | View script debug output (stderr) in pager. | Aldo Cortesi | 2011-02-02 | 1 | -4/+10 | |
| | ||||||
* | Add an external script API. | Aldo Cortesi | 2011-01-31 | 1 | -8/+42 | |
| | | | | | | | External scripts can read a flow, modify it, and then return it to mitmproxy using a simple API. The "|" keyboard shortcut within mitmproxy prompts the user for a script. | |||||
* | Restructure to make subclassing Flow unnecessary. | Aldo Cortesi | 2011-01-31 | 1 | -2/+8 | |
| | ||||||
* | Refine flow saving shortcuts. | Aldo Cortesi | 2011-01-27 | 1 | -0/+6 | |
| | | | | | | "S" to save all flows. "s" to save just the current flow. | |||||
* | Fine-tune threading and fix an exception. | Aldo Cortesi | 2011-01-27 | 1 | -0/+2 | |
| | ||||||
* | Kill deadlock that sometimes occurred on shutdown. | Aldo Cortesi | 2011-01-27 | 1 | -8/+7 | |
| | ||||||
* | Switch to BSON for data serialization. | Aldo Cortesi | 2011-01-27 | 1 | -5/+7 | |
| | ||||||
* | Fix UI sync bugs introduced by flow serialization. | Aldo Cortesi | 2011-01-26 | 1 | -1/+2 | |
| | ||||||
* | Add saving and loading of complete flows for later replay and analysis. | Aldo Cortesi | 2011-01-26 | 1 | -7/+22 | |
| | ||||||
* | Add serialization hooks to flows and flow component objects. | Aldo Cortesi | 2011-01-26 | 1 | -0/+21 | |
| | ||||||
* | Abstract flow management out of the interactive code. | Aldo Cortesi | 2011-01-25 | 1 | -0/+207 | |