Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor typo in script error. | Aldo Cortesi | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -10/+25 |
| | |||||
* | fix #110 | Maximilian Hils | 2015-02-07 | 1 | -0/+6 |
| | |||||
* | fix #451 | Maximilian Hils | 2015-02-07 | 1 | -3/+7 |
| | |||||
* | update examples, fix #353 | Maximilian Hils | 2014-09-08 | 1 | -0/+4 |
| | |||||
* | fix #349 | Maximilian Hils | 2014-09-07 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into issue_341 | Maximilian Hils | 2014-09-06 | 1 | -6/+19 |
|\ | |||||
| * | fix race condition with the concurrent decorator | Maximilian Hils | 2014-09-06 | 1 | -6/+19 |
| | | |||||
* | | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 1 | -8/+3 |
|/ | |||||
* | fix script tests | Maximilian Hils | 2014-08-18 | 1 | -1/+1 |
| | |||||
* | fix #324 | Maximilian Hils | 2014-08-17 | 1 | -8/+13 |
| | |||||
* | fix script path escaping on windows, refs #293 | Maximilian Hils | 2014-08-08 | 1 | -0/+3 |
| | |||||
* | docs: add docs for script args, fix #293 | Maximilian Hils | 2014-08-07 | 1 | -2/+4 |
| | |||||
* | fix #267 | Maximilian Hils | 2014-05-15 | 1 | -1/+3 |
| | |||||
* | add support for log levels | Maximilian Hils | 2014-03-13 | 1 | -6/+5 |
| | |||||
* | restrict -e to mitmproxy only (not mitmdump) | Maximilian Hils | 2014-03-12 | 1 | -2/+3 |
| | |||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -1/+2 |
| | |||||
* | Achievement Unlocked: Proxy Chain | Maximilian Hils | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | Extract command parsing and use in script grid editor | Aldo Cortesi | 2014-01-13 | 1 | -7/+12 |
| | |||||
* | Script refactoring: move script command parsing into script module. | Aldo Cortesi | 2014-01-12 | 1 | -4/+4 |
| | |||||
* | Clean up and clarify script API | Aldo Cortesi | 2014-01-12 | 1 | -0/+1 |
| | |||||
* | Start refactoring scripts | Aldo Cortesi | 2014-01-12 | 1 | -3/+36 |
| | | | | | - 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 | -1/+1 |
|\ | |||||
* | | add @concurrent decorator for inline scripts, fixes #176 | Maximilian Hils | 2013-12-15 | 1 | -1/+25 |
|/ | |||||
* | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-08-17 | 1 | -15/+0 |
|\ | |||||
| * | Remove GPL notices left in source files after our change to the MIT license. | Aldo Cortesi | 2013-08-01 | 1 | -15/+0 |
| | | | | | | | | Thanks to Roy Shamir for reporting this. | ||||
* | | update tests to reflect changes to options.scripts | Maximilian Hils | 2013-06-17 | 1 | -2/+4 |
| | | |||||
* | | add support for multiple scripts and script arguments. refs #76 | Maximilian Hils | 2013-06-13 | 1 | -8/+12 |
|/ | |||||
* | Fix a traceback that sometimes occurred when an invalid limit was entered. | Aldo Cortesi | 2012-06-02 | 1 | -1/+1 |
| | |||||
* | License notifications, minor docs. | Aldo Cortesi | 2012-02-23 | 1 | -0/+15 |
| | |||||
* | Code cleanliness - appease pychecker. | Aldo Cortesi | 2011-08-04 | 1 | -3/+2 |
| | |||||
* | Move script.Context to flow.ScriptContext | Aldo Cortesi | 2011-08-04 | 1 | -11/+3 |
| | |||||
* | 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. |