Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add script hooks, enable new engine for mitmdump. | Aldo Cortesi | 2011-08-03 | 1 | -2/+7 |
| | |||||
* | Rip out old script interface, start replacing with new stubs. | Aldo Cortesi | 2011-08-03 | 1 | -21/+54 |
| | | | | Scripts are broken for now. | ||||
* | General cleanup. | Aldo Cortesi | 2011-08-02 | 1 | -2/+1 |
| | | | | | Cut out unused variables and code, generally shut up pychecker as much as is reasonable. | ||||
* | Whitespace in mitmdump output. | Aldo Cortesi | 2011-02-17 | 1 | -1/+0 |
| | |||||
* | Test suite rejiggering and cleanup. | Aldo Cortesi | 2011-02-03 | 1 | -0/+1 |
| | |||||
* | Add an external script API. | Aldo Cortesi | 2011-01-31 | 1 | -0/+27 |
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. |