Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | New example - standalone proxy injecting iframes into responses | Jakub Nawalaniec | 2013-01-13 | 1 | -0/+50 | |
| |/ / | ||||||
| | * | changing requests and responses to have two timestamps, one marking their ↵ | Rouli | 2013-01-17 | 3 | -19/+75 | |
| | | | | | | | | | | | | initiation, and the other their complete | |||||
* | | | Unit tests and minor code refactoring for ServerConnection. | Aldo Cortesi | 2013-01-05 | 4 | -16/+57 | |
|/ / | ||||||
* | | Remove cert_wait_time flag. | Aldo Cortesi | 2013-01-06 | 2 | -11/+1 | |
| | | | | | | | | | | We now cater for this by generating certs with a commencement date an hour in the past in netlib. | |||||
* | | Use new netlib certificate store implementation. | Aldo Cortesi | 2013-01-06 | 2 | -15/+6 | |
| | | ||||||
* | | Unit test love - 100% for flow.py, dump.py | Aldo Cortesi | 2013-01-05 | 3 | -5/+28 | |
| | | ||||||
* | | Minor cleanups of proxy request handling. | Aldo Cortesi | 2013-01-04 | 2 | -5/+7 | |
| | | ||||||
* | | First draft of "How mitmproxy works", a complete guide to the mechanics of ↵ | Aldo Cortesi | 2013-01-03 | 23 | -47/+3871 | |
| | | | | | | | | the proxy process | |||||
* | | Docs: remove proxydroid instructions from Android. | Aldo Cortesi | 2013-01-03 | 3 | -54/+4 | |
| | | | | | | | | The "official way" is now to just use transparent mode. | |||||
* | | Docs: move features into their own directory | Aldo Cortesi | 2013-01-03 | 13 | -11/+16 | |
| | | ||||||
* | | Docs: Set Headers | Aldo Cortesi | 2013-01-03 | 1 | -1/+17 | |
| | | ||||||
* | | Docs - features. | Aldo Cortesi | 2013-01-02 | 7 | -34/+130 | |
| | | ||||||
* | | Refactor proxy auth a bit | Aldo Cortesi | 2013-01-02 | 2 | -36/+14 | |
| | | | | | | | | | | | | - Remove authentication scheme option. We only support basic at the moment - we'll add the option back when we diversify. - Add some meta variables to make printout nicer | |||||
* | | Documentation, setup.py updates, styling. | Aldo Cortesi | 2013-01-02 | 11 | -53/+62 | |
| | | ||||||
* | | Docs and Readme | Aldo Cortesi | 2013-01-01 | 8 | -116/+33 | |
| | | | | | | | | | | | | - Don't keep a full duplicate readme just for pypi. Pypi really needs to learn to read markdown. - Style and content adjustments | |||||
* | | Preliminary changelog. | Aldo Cortesi | 2013-01-01 | 2 | -40/+80 | |
| | | ||||||
* | | Docs: make nav sidebar work | Aldo Cortesi | 2013-01-01 | 2 | -31/+40 | |
| | | ||||||
* | | Much-needed facelift for the docs. | Aldo Cortesi | 2013-01-01 | 10 | -230/+1017 | |
| | | ||||||
* | | Better error handling for transparent mode remote address resolution. | Aldo Cortesi | 2013-01-01 | 2 | -2/+8 | |
| | | ||||||
* | | First draft of OSX transparent proxy mode. | Aldo Cortesi | 2013-01-01 | 4 | -97/+47 | |
| | | ||||||
* | | More work on proxy auth | Aldo Cortesi | 2012-12-31 | 3 | -14/+56 | |
| | | | | | | | | | | | | - Strip auth header if auth succeeds, so it's not passed upstream - Actually use realm specification to BasicProxyAuth, and make it mandatory - Cleanups and unit tests | |||||
* | | Test and robustify BasicProxyAuth.parse_auth_value | Aldo Cortesi | 2012-12-31 | 2 | -6/+29 | |
| | | | | | | | | | | - This is partly in preparation for moving the implementation to netlib - Also add an unparse_auth_value for testing (and use in pathod once the move is done) | |||||
* | | Start solidifying proxy authentication | Aldo Cortesi | 2012-12-31 | 3 | -19/+46 | |
| | | | | | | | | | | | | - Add a unit test file - Remove some extraneous methods - Change the auth API to make the authenticate method take a header object. | |||||
* | | Merge pull request #83 from rouli/master | Aldo Cortesi | 2012-12-30 | 5 | -29/+288 | |
|\| | | | | | Adding some basic proxy authentication code | |||||
| * | adding some simple authetication code to limit proxy access | israel | 2012-12-30 | 4 | -38/+99 | |
| | | ||||||
| * | adding some simple authetication code to limit proxy access | israel | 2012-12-30 | 2 | -0/+198 | |
|/ | ||||||
* | Merge pull request #82 from kanzure/show-filepath-in-statusbar | Aldo Cortesi | 2012-12-30 | 1 | -0/+3 | |
|\ | | | | | Show current filepath in status bar | |||||
| * | show current filepath in status bar | Bryan Bishop | 2012-12-26 | 1 | -0/+3 | |
| | | | | | | | | | | Showing the filename is useful when looking at multiple .mitm files simultaneously. | |||||
* | | Merge pull request #81 from kanzure/issue/79 | Aldo Cortesi | 2012-12-30 | 2 | -10/+18 | |
|\ \ | |/ |/| | Fix external viewer function by using shlex | |||||
| * | fix external viewer using shlex | Bryan Bishop | 2012-12-22 | 2 | -10/+18 | |
|/ | | | | | | | | | | | | | | This makes spawn_external_viewer not crash when $EDITOR or $PAGER have spaces or multiple arguments. In addition, spawn_external_viewer now chmods the file to read-only to remind users who use only an $EDITOR that this function does not read the file when the user returns. Also, some of the redundant exception case handling for editing has been consolidated. fixes #79 | |||||
* | Merge pull request #75 from kanzure/whitespacefixing | Aldo Cortesi | 2012-12-11 | 7 | -31/+31 | |
|\ | | | | | Make trailing whitespace more consistent | |||||
| * | remove trailing whitespace | Bryan Bishop | 2012-12-09 | 7 | -31/+31 | |
|/ | ||||||
* | Merge pull request #74 from kanzure/editexception | Aldo Cortesi | 2012-12-05 | 1 | -1/+4 | |
|\ | | | | | Show an error when $EDITOR/$PAGER are unset. | |||||
| * | Show an error when $EDITOR/$PAGER are unset. | Bryan Bishop | 2012-12-05 | 1 | -1/+4 | |
|/ | | | | | | This catches an exception that otherwise crashes mitmproxy. fixes cortesi/mitmproxy#71 | |||||
* | Fix READMEs: we don't support Python 2.6 | Aldo Cortesi | 2012-11-30 | 2 | -2/+2 | |
| | | | | Fixes #70 | |||||
* | Substantially rewrite AMF decoding. | Aldo Cortesi | 2012-11-26 | 5 | -33/+90 | |
| | | | | This is tricky, but we should now handle a lot more corner-cases. | |||||
* | Merge pull request #69 from mat128/master | Aldo Cortesi | 2012-11-24 | 1 | -2/+7 | |
|\ | | | | | PIL imports -- packaging | |||||
| * | Workaround for PIL's ambiguious import method and/or easy_install PIL ↵ | Mathieu Mitchell | 2012-11-23 | 1 | -2/+7 | |
|/ | | | | | | | | | | packaging problem. PIL documents two different way to import it's modules: * import Image (http://www.pythonware.com/library/pil/handbook/introduction.htm) * from PIL import Image (http://www.pythonware.com/library/pil/handbook/image.htm) The same problem was noted in Django at https://code.djangoproject.com/ticket/6054 | |||||
* | We now require Urwid 1.1 or newer. | Aldo Cortesi | 2012-11-23 | 1 | -1/+1 | |
| | ||||||
* | Move eventlog to new Urwid container API. | Aldo Cortesi | 2012-11-23 | 1 | -4/+2 | |
| | ||||||
* | Urwid 1.1 compatibility. | Aldo Cortesi | 2012-10-29 | 2 | -4/+4 | |
| | ||||||
* | Improve error reporting for one-shot scripts. | Aldo Cortesi | 2012-10-11 | 1 | -4/+15 | |
| | ||||||
* | Move cleanBin and hexdump into netutils. | Aldo Cortesi | 2012-09-24 | 4 | -54/+8 | |
| | ||||||
* | Stub out ctypes structures for OSX transparent mode. | Aldo Cortesi | 2012-09-17 | 6 | -182/+90 | |
| | ||||||
* | Doc stubs. | Aldo Cortesi | 2012-09-17 | 8 | -16/+34 | |
| | ||||||
* | Doc reorg. | Aldo Cortesi | 2012-09-16 | 6 | -6/+154 | |
| | ||||||
* | Expand Flow.match to accept either a string or a compiled filter expression. | Aldo Cortesi | 2012-09-14 | 2 | -3/+13 | |
| | ||||||
* | Catch a potential exception on connection finalization. | Aldo Cortesi | 2012-09-14 | 1 | -1/+4 | |
| | ||||||
* | Don't run replace or header hooks on error. | Aldo Cortesi | 2012-09-02 | 1 | -2/+0 | |
| | ||||||
* | Add help entry for H global header shortcut. | Aldo Cortesi | 2012-09-02 | 1 | -2/+1 | |
| |