Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge smurfix/fix2, add serverconnect hook docs, adjust tests | Maximilian Hils | 2013-12-16 | 2 | -11/+16 |
|\ | |||||
* | | fix script path error in tests | Maximilian Hils | 2013-12-15 | 1 | -0/+5 |
| | | |||||
* | | add @concurrent decorator for inline scripts, fixes #176 | Maximilian Hils | 2013-12-15 | 1 | -0/+31 |
|/ | |||||
* | update test script | Maximilian Hils | 2013-06-16 | 1 | -3/+3 |
| | |||||
* | add support for multiple scripts and script arguments. refs #76 | Maximilian Hils | 2013-06-13 | 2 | -1/+9 |
| | |||||
* | 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. |