Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test a difficult-to-trigger IOError, fix cert generation in test suite. | Aldo Cortesi | 2013-02-24 | 3 | -2/+11 |
| | |||||
* | Test client connection close conditions. | Aldo Cortesi | 2013-02-24 | 2 | -0/+19 |
| | |||||
* | Test request and response kill functionality. | Aldo Cortesi | 2013-02-23 | 5 | -11/+40 |
| | |||||
* | Unit test dummy response functions. | Aldo Cortesi | 2013-02-23 | 3 | -7/+30 |
| | |||||
* | Remove redundant clause in controller.Reply | Aldo Cortesi | 2013-02-23 | 1 | -4/+1 |
| | |||||
* | Refactor proxy core communications to be clearer. | Aldo Cortesi | 2013-02-23 | 3 | -55/+46 |
| | |||||
* | Significantly refactor the master/slave message passing interface. | Aldo Cortesi | 2013-02-17 | 10 | -107/+158 |
| | |||||
* | Test WSGI app calling. | Aldo Cortesi | 2013-02-16 | 5 | -187/+215 |
| | | | | | - Factor out test servers into a separate file - Adjust docs to note new Flask dependency | ||||
* | Unit tests for ServerConnectionPool | Aldo Cortesi | 2013-01-29 | 2 | -1/+30 |
| | |||||
* | Stub implementation of a server connection pool. | Aldo Cortesi | 2013-01-29 | 1 | -21/+27 |
| | |||||
* | 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 |
| | |