Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep blank URL parameters | Eric Entzel | 2013-02-11 | 3 | -3/+5 |
| | | | | TODO: This should probably be configurable | ||||
* | Beef up unit tests for HAR utility functions - flow.py coverage now 100%. | Aldo Cortesi | 2013-01-29 | 2 | -12/+26 |
| | |||||
* | Merge pull request #99 from rouli/master | Aldo Cortesi | 2013-01-28 | 2 | -0/+172 |
|\ | | | | | Adding helper functions to make HAR export easier | ||||
| * | adding helper functions to make HAR export easier | Rouli | 2013-01-28 | 2 | -0/+172 |
| | | |||||
* | | Unravel enormously long read_request into three distinct methods. | Aldo Cortesi | 2013-01-28 | 1 | -80/+102 |
| | | |||||
* | | Test suite, remove extraneous code. | Aldo Cortesi | 2013-01-28 | 3 | -11/+10 |
|/ | |||||
* | Merge pull request #98 from pplante/master | Aldo Cortesi | 2013-01-25 | 1 | -0/+1 |
|\ | | | | | Explicit file flush in mitmdump | ||||
| * | Force flush of file content in dump | phil plante | 2013-01-24 | 1 | -0/+1 |
|/ | | | The dump file would be end up corrupted sometimes when working with mitmdump in a VM. Adding an explicit flush seems to have resolved the file sync issues. | ||||
* | Add tests for client certificate support. | Aldo Cortesi | 2013-01-20 | 8 | -35/+101 |
| | |||||
* | Merge branch 'master' of ssh.github.com:cortesi/mitmproxy | Aldo Cortesi | 2013-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #94 from cjneasbi/master | Aldo Cortesi | 2013-01-18 | 1 | -1/+1 |
| |\ | | | | | | | Fixed a bug in format_flow in common.py. | ||||
| | * | Fixed a bug in format_flow in common.py. Changed the reference from ↵ | Chris Neasbitt | 2013-01-18 | 1 | -1/+1 |
| |/ | | | | | | | timestamp to timestamp_start. | ||||
* / | Rudimentary testing for client certs. | Aldo Cortesi | 2013-01-18 | 5 | -2/+41 |
|/ | |||||
* | Speed up the test suite by reducing time sleeping in tests. | Aldo Cortesi | 2013-01-18 | 1 | -3/+2 |
| | |||||
* | Merge branch 'master' of ssh.github.com:cortesi/mitmproxy | Aldo Cortesi | 2013-01-18 | 5 | -22/+137 |
|\ | | | | | | | | | Conflicts: test/test_server.py | ||||
| * | Merge pull request #93 from rouli/master | Aldo Cortesi | 2013-01-17 | 3 | -20/+77 |
| |\ | | | | | | | More precise timestamps | ||||
| | * | fixes due to merge with master | Rouli | 2013-01-17 | 1 | -1/+2 |
| | | | |||||
| | * | Merge remote-tracking branch 'upstream/master' | Rouli | 2013-01-17 | 64 | -692/+5426 |
| | |\ | | |/ | |/| | |||||
| * | | Merge pull request #91 from termie/patch-1 | Aldo Cortesi | 2013-01-14 | 1 | -3/+2 |
| |\ \ | | | | | | | | | fix some syntax / formatting in the docs | ||||
| | * | | fix some syntax / formatting in the docs | Andy Smith | 2013-01-11 | 1 | -3/+2 |
| | | | | |||||
| * | | | Merge pull request #92 from pielgrzym/injector | Aldo Cortesi | 2013-01-14 | 1 | -0/+50 |
| |\ \ \ | | |/ / | |/| | | New example - standalone proxy injecting iframes into responses | ||||
| | * | | 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 |