| Commit message (Expand) | Author | Age | Files | Lines |
* | fix tests | Maximilian Hils | 2014-12-01 | 1 | -8/+15 |
* | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2014-12-01 | 1 | -1/+1 |
|\ |
|
| * | Changed argument name from confdir to cadir in flowbasic example | Gabriel Kirkpatrick | 2014-11-28 | 1 | -1/+1 |
* | | add inline script example for websocket passthrough, fix #340 | Maximilian Hils | 2014-12-01 | 1 | -0/+27 |
|/ |
|
* | Added try/except block for import errors with harparser and pytz. | Justus Wingert | 2014-11-15 | 1 | -2/+8 |
* | Updated setup.py and moved requirements to examples section. Included example... | Justus Wingert | 2014-11-15 | 1 | -14/+22 |
* | Switched to pytz. Added comment for clarification on behaviour of HAREncodabl... | Justus Wingert | 2014-11-15 | 1 | -15/+8 |
* | It seems get_decoded_content can actually be shorter than content due to enco... | Justus Wingert | 2014-11-15 | 1 | -1/+1 |
* | Removed the globals and replaced them with internal attributes of _HARLog. Mi... | Justus Wingert | 2014-11-15 | 1 | -34/+46 |
* | Typo... | Justus Wingert | 2014-11-15 | 1 | -1/+1 |
* | Improved helper method, marginally. | Justus Wingert | 2014-11-15 | 1 | -4/+4 |
* | Updated documentation and cleaned up the code. | Justus Wingert | 2014-11-15 | 1 | -105/+91 |
* | Initial checkin with har_extractor script. | Justus Wingert | 2014-11-15 | 1 | -0/+207 |
* | update change_upstream_proxy example | Maximilian Hils | 2014-11-10 | 1 | -2/+2 |
* | remove default_ca | Maximilian Hils | 2014-10-18 | 2 | -5/+2 |
* | fix support for chained certificates | Maximilian Hils | 2014-10-08 | 2 | -2/+2 |
* | Clean up and clarify StateObject | Aldo Cortesi | 2014-09-17 | 1 | -2/+2 |
* | update iframe injector example to use BeautifulSoup | Maximilian Hils | 2014-09-12 | 1 | -6/+10 |
* | mitmproxy -> libmproxy.main. do some leanup on the way | Maximilian Hils | 2014-09-08 | 2 | -3/+5 |
* | update examples, fix #353 | Maximilian Hils | 2014-09-08 | 18 | -132/+135 |
* | add note that request.host should be used in the majority of cases | Maximilian Hils | 2014-09-07 | 1 | -0/+3 |
* | improve change_server api, add example how to change the upstream server | Maximilian Hils | 2014-09-07 | 1 | -0/+17 |
* | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 10 | -27/+32 |
* | iframe injector example: use inline script | Maximilian Hils | 2014-09-05 | 2 | -50/+18 |
* | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-04 | 1 | -1/+1 |
|\ |
|
| * | fix some leftovers | Maximilian Hils | 2014-09-04 | 1 | -1/+1 |
* | | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 3 | -7/+7 |
|/ |
|
* | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 2 | -12/+12 |
* | 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 |
|\ |
|
| * | 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 |
* | 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 |
* | | 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 |