aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-032-12/+12
|
* fix #274Maximilian Hils2014-08-091-2/+2
|
* docs: add docs for script args, fix #293Maximilian Hils2014-08-071-4/+3
|
* improve example scriptsMaximilian Hils2014-08-031-3/+2
|
* Merge branch 'stream'Maximilian Hils2014-07-312-0/+14
|\ | | | | | | | | Conflicts: libmproxy/protocol/http.py
| * add --stream options, various fixesMaximilian Hils2014-07-212-0/+14
| |
* | fix testsMaximilian Hils2014-07-261-2/+1
| |
* | add example how to replace response body contentsMaximilian Hils2014-07-261-0/+18
|/
* fix #253Maximilian Hils2014-05-152-7/+6
|
* Fixed palette forced to light in mitmproxywrapper.pyJean Regisser2014-03-261-1/+0
|
* add example to show how to read mitmproxy dump files, refs #207Maximilian Hils2014-02-041-0/+17
|
* Start refactoring scriptsAldo Cortesi2014-01-121-1/+1
| | | | | - Move ScriptContext into script module - Use mock module instead of hand-rolled mock objects in tests
* Update another reference to PIL.Tomaz Muraus2014-01-041-1/+3
|
* merge smurfix/fix2, add serverconnect hook docs, adjust testsMaximilian Hils2013-12-161-0/+7
|\
* | add @concurrent decorator for inline scripts, fixes #176Maximilian Hils2013-12-151-0/+8
|/
* Merge branch 'master' into 0.10Maximilian Hils2013-08-171-16/+70
|\
| * Pass extra command line arguments to mitmproxyMarc Liyanage2013-07-081-5/+13
| |
| * Re-run mitmproxywrapper.py with sudo if necessary.Marc Liyanage2013-06-021-0/+9
| |
| * Change the proxy settings for all connected interfaces, not just the primary ↵Marc Liyanage2013-05-151-12/+49
| | | | | | | | one.
* | add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-131-2/+1
|/
* Add mitmproxywrapper.pyMarc Liyanage2013-05-152-0/+90
|
* Fix crash in client playback.Aldo Cortesi2013-05-052-7/+7
|
* Add redirect exampleMaximilian Hils2013-04-071-0/+19
|
* Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-144-10/+10
| | | | Fixes #104
* Docs, examples.Aldo Cortesi2013-03-111-0/+1
|
* New example - standalone proxy injecting iframes into responsesJakub Nawalaniec2013-01-131-0/+50
|
* remove trailing whitespaceBryan Bishop2012-12-092-3/+3
|
* Docs and comments for WSGI app example.Aldo Cortesi2012-04-241-1/+7
|
* Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy.Aldo Cortesi2012-04-241-0/+41
| | | | | | | | This commit adds: - A WSGI App adapter for mitmproxy - An app registry in the proxy instance that lets us link WSGI apps with (hostname, port) combinations. - Fixes for a number of bugs discovered while creating this feature.
* Add two more examples: dup_and_replay.py and modify_querystring.pyAldo Cortesi2012-02-233-0/+13
|
* Add an example showing the new form API.Aldo Cortesi2012-02-232-1/+9
|
* Minor docs and example script fixes.Aldo Cortesi2012-02-212-4/+4
|
* README and minor felicities for script examples.Aldo Cortesi2011-08-272-6/+6
|
* Add an example script that turns all PNGs upside down.Aldo Cortesi2011-08-261-0/+9
|
* Add a basic Flow processor example.Aldo Cortesi2011-08-132-2/+48
|
* API docs.Aldo Cortesi2011-08-061-0/+5
|
* Add a "done" event for scripts.Aldo Cortesi2011-08-051-7/+8
| | | | Called exactly once after all other events.
* First draft of scripting docs.Aldo Cortesi2011-08-051-6/+2
|
* Start on scripting documentation and examples.Aldo Cortesi2011-08-052-2/+47
|
* Documentation.Aldo Cortesi2011-08-052-1/+4
|
* Update examples/stickycookies.pyAldo Cortesi2011-08-041-9/+8
|
* Add script hooks, enable new engine for mitmdump.Aldo Cortesi2011-08-031-3/+3
|
* First pass of script hooks for mitmdump.Aldo Cortesi2011-02-181-0/+6
| | | | Also stub out docs, improve mitmdump error handling.
* Initial checkin.Aldo Cortesi2010-02-161-0/+35