Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fuzzing, and fixes for errors found with fuzzing. | Aldo Cortesi | 2013-03-03 | 1 | -1/+2 |
| | |||||
* | Begin some simple fuzzing with pathod. | Aldo Cortesi | 2013-03-03 | 1 | -1/+1 |
| | | | | Finally doing what I started writing pathod for in the first place... | ||||
* | Remove __slots__ to make it possible to inherit from Options classes. | Aldo Cortesi | 2013-03-03 | 2 | -4/+4 |
| | |||||
* | Revert "show current filepath in status bar" | Aldo Cortesi | 2013-03-03 | 1 | -3/+0 |
| | | | | | | This reverts commit bf8367d6cf3e6b5b1e916453c9cf114194174a1a. This just doesn't work. We need a better solution, probably in the next release. | ||||
* | 100% unit test coverage on proxy.py. Hallelujah! | Aldo Cortesi | 2013-03-03 | 1 | -5/+2 |
| | |||||
* | Unit test proxy option parsing. | Aldo Cortesi | 2013-03-03 | 1 | -11/+11 |
| | |||||
* | Move HTTP auth module to netlib. | Aldo Cortesi | 2013-03-03 | 3 | -223/+6 |
| | |||||
* | Extend unit tests for proxy.py to some tricky cases. | Aldo Cortesi | 2013-03-02 | 1 | -24/+22 |
| | |||||
* | Test cert generation errors. | Aldo Cortesi | 2013-03-02 | 1 | -1/+1 |
| | |||||
* | Test SNI for transparent mode. | Aldo Cortesi | 2013-03-02 | 1 | -1/+7 |
| | |||||
* | Test SNI for ordinary proxy connections. | Aldo Cortesi | 2013-03-02 | 1 | -9/+10 |
| | |||||
* | New SNI handling mechanism. | Aldo Cortesi | 2013-03-01 | 1 | -18/+39 |
| | |||||
* | Significantly simplify server connection handling, and test. | Aldo Cortesi | 2013-02-24 | 1 | -31/+35 |
| | |||||
* | Refactor to prepare for SNI fixes. | Aldo Cortesi | 2013-02-24 | 1 | -50/+49 |
| | |||||
* | Handle server disconnects better. | Aldo Cortesi | 2013-02-24 | 1 | -10/+29 |
| | | | | | | | | Server connections can be closed for legitimate reasons, like timeouts. If we've already pumped data over a server connection, we reconnect on error. If not, we treat it as a legitimate error and pass it on to the client. Fixes #85 | ||||
* | Test request and response kill functionality. | Aldo Cortesi | 2013-02-23 | 1 | -3/+6 |
| | |||||
* | Unit test dummy response functions. | Aldo Cortesi | 2013-02-23 | 1 | -1/+2 |
| | |||||
* | 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 | 6 | -88/+122 |
| | |||||
* | Unit tests for ServerConnectionPool | Aldo Cortesi | 2013-01-29 | 1 | -0/+1 |
| | |||||
* | Stub implementation of a server connection pool. | Aldo Cortesi | 2013-01-29 | 1 | -21/+27 |
| | |||||
* | Merge pull request #99 from rouli/master | Aldo Cortesi | 2013-01-28 | 1 | -0/+59 |
|\ | | | | | Adding helper functions to make HAR export easier | ||||
| * | adding helper functions to make HAR export easier | Rouli | 2013-01-28 | 1 | -0/+59 |
| | | |||||
* | | 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 | 1 | -5/+2 |
|/ | |||||
* | 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 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' of ssh.github.com:cortesi/mitmproxy | Aldo Cortesi | 2013-01-19 | 1 | -1/+1 |
|\ | |||||
| * | 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 | 2 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of ssh.github.com:cortesi/mitmproxy | Aldo Cortesi | 2013-01-18 | 2 | -19/+34 |
|\ | | | | | | | | | Conflicts: test/test_server.py | ||||
| * | Merge remote-tracking branch 'upstream/master' | Rouli | 2013-01-17 | 6 | -193/+125 |
| |\ | |||||
| * | | changing requests and responses to have two timestamps, one marking their ↵ | Rouli | 2013-01-17 | 2 | -19/+34 |
| | | | | | | | | | | | | initiation, and the other their complete | ||||
* | | | Unit tests and minor code refactoring for ServerConnection. | Aldo Cortesi | 2013-01-05 | 1 | -6/+6 |
| |/ |/| | |||||
* | | 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 | 1 | -14/+5 |
| | | |||||
* | | Unit test love - 100% for flow.py, dump.py | Aldo Cortesi | 2013-01-05 | 1 | -4/+2 |
| | | |||||
* | | Minor cleanups of proxy request handling. | Aldo Cortesi | 2013-01-04 | 1 | -3/+5 |
| | | |||||
* | | 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 | 1 | -2/+2 |
| | | |||||
* | | 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 | 2 | -97/+30 |
| | | |||||
* | | More work on proxy auth | Aldo Cortesi | 2012-12-31 | 2 | -12/+26 |
| | | | | | | | | | | | | - 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 | 1 | -6/+17 |
| | | | | | | | | | | - 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 | 2 | -19/+28 |
|/ | | | | | | - Add a unit test file - Remove some extraneous methods - Change the auth API to make the authenticate method take a header object. | ||||
* | 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. |