aboutsummaryrefslogtreecommitdiffstats
path: root/test/scripts
Commit message (Collapse)AuthorAgeFilesLines
* fix streamingMaximilian Hils2015-08-291-2/+2
|
* improve inline scripts, fix #683, fix #684Maximilian Hils2015-07-243-4/+7
|
* Add coding style check, reformat.Aldo Cortesi2015-05-306-4/+16
|
* fix #319Maximilian Hils2015-02-271-0/+7
|
* simplify responseheader scripthookMaximilian Hils2014-07-201-3/+3
|
* fixed handling of Transfer-Encoding header during streaming; wrote tests for ↵Brad Peabody2014-07-191-0/+4
| | | | streaming support
* merge smurfix/fix2, add serverconnect hook docs, adjust testsMaximilian Hils2013-12-162-11/+16
|\
* | fix script path error in testsMaximilian Hils2013-12-151-0/+5
| |
* | add @concurrent decorator for inline scripts, fixes #176Maximilian Hils2013-12-151-0/+31
|/
* update test scriptMaximilian Hils2013-06-161-3/+3
|
* add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-132-1/+9
|
* Unit test++.Aldo Cortesi2012-02-251-0/+5
|
* 100% test coverage for flow.pyAldo Cortesi2012-02-101-0/+2
|
* Add script hooks, enable new engine for mitmdump.Aldo Cortesi2011-08-032-0/+23
|
* Rip out old script interface, start replacing with new stubs.Aldo Cortesi2011-08-037-17/+15
| | | | Scripts are broken for now.
* Bump unit tests for flow.py and dump.pyAldo Cortesi2011-02-201-0/+1
|
* View script debug output (stderr) in pager.Aldo Cortesi2011-02-021-0/+1
|
* Add an external script API.Aldo Cortesi2011-01-314-0/+15
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.