| Commit message (Expand) | Author | Age | Files | Lines |
* | structure libmproxy.script | Maximilian Hils | 2015-11-14 | 1 | -202/+0 |
|\ |
|
| * | Decouple libmproxy.script from libmproxy.flow | Matthew Shao | 2015-11-13 | 1 | -14/+13 |
| * | Move the observer initalization to the constructor of Script | Matthew Shao | 2015-11-11 | 1 | -8/+9 |
| * | Use watchdog to reload scripts automatically. | Matthew Shao | 2015-11-11 | 1 | -0/+22 |
* | | minor stylistic fixes | Maximilian Hils | 2015-11-14 | 1 | -3/+3 |
* | | Feedback from PR #832 | Chris Czub | 2015-11-13 | 1 | -5/+6 |
* | | Add custom content view plugin support for mitmproxy/mitmdump | Chris Czub | 2015-11-13 | 1 | -0/+7 |
|/ |
|
* | fix scripteditor bug | Maximilian Hils | 2015-11-10 | 1 | -0/+1 |
* | Allow reading scripts from an anonymous pipe | sethp-jive | 2015-09-30 | 1 | -1/+1 |
* | Merge pull request #751 from mitmproxy/readthedocs | Maximilian Hils | 2015-09-16 | 1 | -0/+4 |
|\ |
|
| * | Merge branch 'master' into readthedocs | Maximilian Hils | 2015-09-08 | 1 | -1/+2 |
| |\ |
|
| * | | docs, docs, docs! | Maximilian Hils | 2015-09-04 | 1 | -0/+4 |
* | | | inline scripts: provide __file__ | Maximilian Hils | 2015-09-10 | 1 | -1/+1 |
| |/
|/| |
|
* | | whitelist next_layer for @concurrent | Maximilian Hils | 2015-09-07 | 1 | -1/+2 |
|/ |
|
* | improve inline scripts, fix #683, fix #684 | Maximilian Hils | 2015-07-24 | 1 | -27/+34 |
* | fix #653 | Maximilian Hils | 2015-07-04 | 1 | -10/+15 |
* | 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 |
* | 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 |
* | | 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 |