Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #274 | Maximilian Hils | 2014-08-09 | 1 | -2/+2 |
| | |||||
* | docs: add docs for script args, fix #293 | Maximilian Hils | 2014-08-07 | 1 | -4/+3 |
| | |||||
* | improve example scripts | Maximilian Hils | 2014-08-03 | 1 | -3/+2 |
| | |||||
* | Merge branch 'stream' | Maximilian Hils | 2014-07-31 | 2 | -0/+14 |
|\ | | | | | | | | | Conflicts: libmproxy/protocol/http.py | ||||
| * | add --stream options, various fixes | Maximilian Hils | 2014-07-21 | 2 | -0/+14 |
| | | |||||
* | | fix tests | Maximilian Hils | 2014-07-26 | 1 | -2/+1 |
| | | |||||
* | | add example how to replace response body contents | Maximilian Hils | 2014-07-26 | 1 | -0/+18 |
|/ | |||||
* | fix #253 | Maximilian Hils | 2014-05-15 | 2 | -7/+6 |
| | |||||
* | Fixed palette forced to light in mitmproxywrapper.py | Jean Regisser | 2014-03-26 | 1 | -1/+0 |
| | |||||
* | add example to show how to read mitmproxy dump files, refs #207 | Maximilian Hils | 2014-02-04 | 1 | -0/+17 |
| | |||||
* | Start refactoring scripts | Aldo Cortesi | 2014-01-12 | 1 | -1/+1 |
| | | | | | - Move ScriptContext into script module - Use mock module instead of hand-rolled mock objects in tests | ||||
* | Update another reference to PIL. | Tomaz Muraus | 2014-01-04 | 1 | -1/+3 |
| | |||||
* | merge smurfix/fix2, add serverconnect hook docs, adjust tests | Maximilian Hils | 2013-12-16 | 1 | -0/+7 |
|\ | |||||
* | | add @concurrent decorator for inline scripts, fixes #176 | Maximilian Hils | 2013-12-15 | 1 | -0/+8 |
|/ | |||||
* | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-08-17 | 1 | -16/+70 |
|\ | |||||
| * | Pass extra command line arguments to mitmproxy | Marc Liyanage | 2013-07-08 | 1 | -5/+13 |
| | | |||||
| * | Re-run mitmproxywrapper.py with sudo if necessary. | Marc Liyanage | 2013-06-02 | 1 | -0/+9 |
| | | |||||
| * | Change the proxy settings for all connected interfaces, not just the primary ↵ | Marc Liyanage | 2013-05-15 | 1 | -12/+49 |
| | | | | | | | | one. | ||||
* | | add support for multiple scripts and script arguments. refs #76 | Maximilian Hils | 2013-06-13 | 1 | -2/+1 |
|/ | |||||
* | Add mitmproxywrapper.py | Marc Liyanage | 2013-05-15 | 2 | -0/+90 |
| | |||||
* | Fix crash in client playback. | Aldo Cortesi | 2013-05-05 | 2 | -7/+7 |
| | |||||
* | Add redirect example | Maximilian Hils | 2013-04-07 | 1 | -0/+19 |
| | |||||
* | Introduce a filtered flow writer, and use it in dump.py | Aldo Cortesi | 2013-03-14 | 4 | -10/+10 |
| | | | | Fixes #104 | ||||
* | Docs, examples. | Aldo Cortesi | 2013-03-11 | 1 | -0/+1 |
| | |||||
* | New example - standalone proxy injecting iframes into responses | Jakub Nawalaniec | 2013-01-13 | 1 | -0/+50 |
| | |||||
* | remove trailing whitespace | Bryan Bishop | 2012-12-09 | 2 | -3/+3 |
| | |||||
* | Docs and comments for WSGI app example. | Aldo Cortesi | 2012-04-24 | 1 | -1/+7 |
| | |||||
* | Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy. | Aldo Cortesi | 2012-04-24 | 1 | -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.py | Aldo Cortesi | 2012-02-23 | 3 | -0/+13 |
| | |||||
* | Add an example showing the new form API. | Aldo Cortesi | 2012-02-23 | 2 | -1/+9 |
| | |||||
* | Minor docs and example script fixes. | Aldo Cortesi | 2012-02-21 | 2 | -4/+4 |
| | |||||
* | README and minor felicities for script examples. | Aldo Cortesi | 2011-08-27 | 2 | -6/+6 |
| | |||||
* | Add an example script that turns all PNGs upside down. | Aldo Cortesi | 2011-08-26 | 1 | -0/+9 |
| | |||||
* | Add a basic Flow processor example. | Aldo Cortesi | 2011-08-13 | 2 | -2/+48 |
| | |||||
* | API docs. | Aldo Cortesi | 2011-08-06 | 1 | -0/+5 |
| | |||||
* | Add a "done" event for scripts. | Aldo Cortesi | 2011-08-05 | 1 | -7/+8 |
| | | | | Called exactly once after all other events. | ||||
* | First draft of scripting docs. | Aldo Cortesi | 2011-08-05 | 1 | -6/+2 |
| | |||||
* | Start on scripting documentation and examples. | Aldo Cortesi | 2011-08-05 | 2 | -2/+47 |
| | |||||
* | Documentation. | Aldo Cortesi | 2011-08-05 | 2 | -1/+4 |
| | |||||
* | Update examples/stickycookies.py | Aldo Cortesi | 2011-08-04 | 1 | -9/+8 |
| | |||||
* | Add script hooks, enable new engine for mitmdump. | Aldo Cortesi | 2011-08-03 | 1 | -3/+3 |
| | |||||
* | First pass of script hooks for mitmdump. | Aldo Cortesi | 2011-02-18 | 1 | -0/+6 |
| | | | | Also stub out docs, improve mitmdump error handling. | ||||
* | Initial checkin. | Aldo Cortesi | 2010-02-16 | 1 | -0/+35 |