aboutsummaryrefslogtreecommitdiffstats
path: root/examples/stub.py
Commit message (Collapse)AuthorAgeFilesLines
* Addon iface: .configure(options) -> .configure(options, updated)Aldo Cortesi2016-07-231-1/+1
|
* Adjust concurrent tests for start methodAldo Cortesi2016-07-151-2/+0
|
* Add .start for addons and scriptsAldo Cortesi2016-07-151-0/+9
| | | | Also improve error messages, fix various unit tests
* Convert examples and example tests for new-style scriptsAldo Cortesi2016-07-141-3/+3
| | | | | Remove the test that just loads all the example scripts for now - it's a very low-value test, and we need to think of something better.
* move script context to mitmproxy.ctxMaximilian Hils2016-07-081-10/+10
|
* remove context from all scriptsMaximilian Hils2016-07-071-20/+21
|
* update examples, tests, docsMaximilian Hils2016-06-131-1/+1
|
* Docs and examples to top levelAldo Cortesi2016-02-181-0/+79
|
* move mitmproxyMaximilian Hils2016-02-151-79/+0
|
* update example inline scriptsMaximilian Hils2015-09-041-8/+8
|
* update inline script hooksMaximilian Hils2015-08-311-3/+10
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-0/+9
|
* update examples, fix #353Maximilian Hils2014-09-081-18/+18
|
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-3/+3
|
* add --stream options, various fixesMaximilian Hils2014-07-211-0/+9
|
* merge smurfix/fix2, add serverconnect hook docs, adjust testsMaximilian Hils2013-12-161-0/+7
|
* add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-131-2/+1
|
* remove trailing whitespaceBryan Bishop2012-12-091-1/+1
|
* Add a "done" event for scripts.Aldo Cortesi2011-08-051-7/+8
| | | | Called exactly once after all other events.
* Start on scripting documentation and examples.Aldo Cortesi2011-08-051-0/+47