aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/script.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.