Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unit test++. | Aldo Cortesi | 2012-02-25 | 1 | -0/+5 |
| | |||||
* | 100% test coverage for flow.py | Aldo Cortesi | 2012-02-10 | 1 | -0/+2 |
| | |||||
* | Add script hooks, enable new engine for mitmdump. | Aldo Cortesi | 2011-08-03 | 2 | -0/+23 |
| | |||||
* | Rip out old script interface, start replacing with new stubs. | Aldo Cortesi | 2011-08-03 | 7 | -17/+15 |
| | | | | Scripts are broken for now. | ||||
* | Bump unit tests for flow.py and dump.py | Aldo Cortesi | 2011-02-20 | 1 | -0/+1 |
| | |||||
* | View script debug output (stderr) in pager. | Aldo Cortesi | 2011-02-02 | 1 | -0/+1 |
| | |||||
* | Add an external script API. | Aldo Cortesi | 2011-01-31 | 4 | -0/+15 |
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. |