aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/script.py
Commit message (Collapse)AuthorAgeFilesLines
* update examples, fix #353Maximilian Hils2014-09-081-0/+4
|
* fix #349Maximilian Hils2014-09-071-0/+2
|
* Merge branch 'master' into issue_341Maximilian Hils2014-09-061-6/+19
|\
| * fix race condition with the concurrent decoratorMaximilian Hils2014-09-061-6/+19
| |
* | fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-031-8/+3
|/
* fix script testsMaximilian Hils2014-08-181-1/+1
|
* fix #324Maximilian Hils2014-08-171-8/+13
|
* fix script path escaping on windows, refs #293Maximilian Hils2014-08-081-0/+3
|
* docs: add docs for script args, fix #293Maximilian Hils2014-08-071-2/+4
|
* fix #267Maximilian Hils2014-05-151-1/+3
|
* add support for log levelsMaximilian Hils2014-03-131-6/+5
|
* restrict -e to mitmproxy only (not mitmdump)Maximilian Hils2014-03-121-2/+3
|
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-1/+2
|
* Achievement Unlocked: Proxy ChainMaximilian Hils2014-02-071-1/+1
|
* Extract command parsing and use in script grid editorAldo Cortesi2014-01-131-7/+12
|
* Script refactoring: move script command parsing into script module.Aldo Cortesi2014-01-121-4/+4
|
* Clean up and clarify script APIAldo Cortesi2014-01-121-0/+1
|
* Start refactoring scriptsAldo Cortesi2014-01-121-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 testsMaximilian Hils2013-12-161-1/+1
|\
* | add @concurrent decorator for inline scripts, fixes #176Maximilian Hils2013-12-151-1/+25
|/
* Merge branch 'master' into 0.10Maximilian Hils2013-08-171-15/+0
|\
| * Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-15/+0
| | | | | | | | Thanks to Roy Shamir for reporting this.
* | update tests to reflect changes to options.scriptsMaximilian Hils2013-06-171-2/+4
| |
* | add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-131-8/+12
|/
* Fix a traceback that sometimes occurred when an invalid limit was entered.Aldo Cortesi2012-06-021-1/+1
|
* License notifications, minor docs.Aldo Cortesi2012-02-231-0/+15
|
* Code cleanliness - appease pychecker.Aldo Cortesi2011-08-041-3/+2
|
* Move script.Context to flow.ScriptContextAldo Cortesi2011-08-041-11/+3
|
* Add script hooks, enable new engine for mitmdump.Aldo Cortesi2011-08-031-2/+7
|
* Rip out old script interface, start replacing with new stubs.Aldo Cortesi2011-08-031-21/+54
| | | | Scripts are broken for now.
* General cleanup.Aldo Cortesi2011-08-021-2/+1
| | | | | Cut out unused variables and code, generally shut up pychecker as much as is reasonable.
* Whitespace in mitmdump output.Aldo Cortesi2011-02-171-1/+0
|
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-031-0/+1
|
* Add an external script API.Aldo Cortesi2011-01-311-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.