Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change replay_request behaviour, refs #346; test upstream proxy mode | Maximilian Hils | 2014-09-05 | 1 | -1/+1 |
| | |||||
* | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 1 | -7/+7 |
| | |||||
* | fix script tests | Maximilian Hils | 2014-08-18 | 1 | -17/+24 |
| | |||||
* | fix race conditions in test suite | Maximilian Hils | 2014-02-07 | 1 | -2/+6 |
| | |||||
* | coverage++ | Maximilian Hils | 2014-02-07 | 1 | -3/+0 |
| | |||||
* | add skeleton to change destinatin server during intercept, fix all testcases ↵ | Maximilian Hils | 2014-02-05 | 1 | -1/+1 |
| | | | | on windows | ||||
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 1 | -2/+2 |
| | |||||
* | Extract command parsing and use in script grid editor | Aldo Cortesi | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Script refactoring: move script command parsing into script module. | Aldo Cortesi | 2014-01-12 | 1 | -12/+20 |
| | |||||
* | Clean up and clarify script API | Aldo Cortesi | 2014-01-12 | 1 | -10/+5 |
| | |||||
* | Start refactoring scripts | Aldo Cortesi | 2014-01-12 | 1 | -43/+37 |
| | | | | | - Move ScriptContext into script module - Use mock module instead of hand-rolled mock objects in tests | ||||
* | merge smurfix/fix2, add serverconnect hook docs, adjust tests | Maximilian Hils | 2013-12-16 | 1 | -5/+5 |
|\ | |||||
* | | fix script path error in tests | Maximilian Hils | 2013-12-15 | 1 | -2/+9 |
| | | |||||
* | | add @concurrent decorator for inline scripts, fixes #176 | Maximilian Hils | 2013-12-15 | 1 | -0/+46 |
|/ | |||||
* | add support for multiple scripts and script arguments. refs #76 | Maximilian Hils | 2013-06-13 | 1 | -9/+12 |
| | |||||
* | removed unused imports | András Veres-Szentkirályi | 2012-07-15 | 1 | -1/+0 |
| | |||||
* | Port mitmproxy test suite entirely to nose. | Aldo Cortesi | 2012-06-09 | 1 | -17/+10 |
| | |||||
* | Unit test++. | Aldo Cortesi | 2012-02-25 | 1 | -2/+13 |
| | |||||
* | Move script.Context to flow.ScriptContext | Aldo Cortesi | 2011-08-04 | 1 | -5/+8 |
| | |||||
* | Add script hooks, enable new engine for mitmdump. | Aldo Cortesi | 2011-08-03 | 1 | -3/+9 |
| | |||||
* | Rip out old script interface, start replacing with new stubs. | Aldo Cortesi | 2011-08-03 | 1 | -0/+51 |
Scripts are broken for now. |