Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix bug that caused mis-identification of some HTTPS connections in ↵ | Aldo Cortesi | 2013-03-17 | 1 | -10/+11 | |
| | | | | | | | | | | | | transparent mode. | |||||
* | | | Add filter to mitmdump examples. | Aldo Cortesi | 2013-03-17 | 1 | -4/+18 | |
| | | | ||||||
* | | | Update Android cert install documents. | Aldo Cortesi | 2013-03-17 | 1 | -18/+11 | |
| | | | ||||||
* | | | Add instructions for installing the CA in the IOS Simulator. | Aldo Cortesi | 2013-03-17 | 5 | -18/+41 | |
| | | | ||||||
* | | | Update CONTRIBUTORS. | Aldo Cortesi | 2013-03-17 | 1 | -18/+32 | |
| | | | ||||||
* | | | Fix typo in setup.py | Aldo Cortesi | 2013-03-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fixes #105 | |||||
* | | | Introduce a filtered flow writer, and use it in dump.py | Aldo Cortesi | 2013-03-14 | 9 | -18/+48 | |
| | | | | | | | | | | | | Fixes #104 | |||||
* | | | Docs, examples. | Aldo Cortesi | 2013-03-11 | 11 | -42/+82 | |
| | | | ||||||
* | | | Expand "How mitmproxy works". Clean up some un-needed sections. | Aldo Cortesi | 2013-03-10 | 9 | -1075/+165 | |
| | | | ||||||
* | | | Sync mitmproxy, pathod and netlib version numbers. | Aldo Cortesi | 2013-03-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Few more fuzzing commands, exclude console app from coverage. | Aldo Cortesi | 2013-03-03 | 2 | -4/+6 | |
| | | | ||||||
* | | | Fuzzing, and fixes for errors found with fuzzing. | Aldo Cortesi | 2013-03-03 | 5 | -10/+33 | |
| | | | ||||||
* | | | Three more errors turned up with fuzzing. | Aldo Cortesi | 2013-03-03 | 2 | -3/+18 | |
| | | | | | | | | | | | | These are fixed in netlib, regression tests added here. | |||||
* | | | Begin some simple fuzzing with pathod. | Aldo Cortesi | 2013-03-03 | 4 | -1/+23 | |
| | | | | | | | | | | | | 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 | 4 | -6/+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 | 3 | -7/+34 | |
| | | | ||||||
* | | | Unit test proxy option parsing. | Aldo Cortesi | 2013-03-03 | 4 | -15/+84 | |
| | | | ||||||
* | | | Unit test proxy auth. | Aldo Cortesi | 2013-03-03 | 2 | -8/+20 | |
| | | | ||||||
* | | | Move HTTP auth module to netlib. | Aldo Cortesi | 2013-03-03 | 6 | -282/+15 | |
| | | | ||||||
* | | | Test controller message default reply. | Aldo Cortesi | 2013-03-03 | 1 | -0/+12 | |
| | | | ||||||
* | | | Extend unit tests for proxy.py to some tricky cases. | Aldo Cortesi | 2013-03-02 | 3 | -35/+76 | |
| | | | ||||||
* | | | Test cert generation errors. | Aldo Cortesi | 2013-03-02 | 4 | -9/+22 | |
| | | | ||||||
* | | | Remove human_curl requirement for the test suite - it's pathoc all the way, ↵ | Aldo Cortesi | 2013-03-02 | 2 | -11/+18 | |
| | | | | | | | | | | | | baby. | |||||
* | | | Test SNI for transparent mode. | Aldo Cortesi | 2013-03-02 | 3 | -12/+25 | |
| | | | ||||||
* | | | Test SNI for ordinary proxy connections. | Aldo Cortesi | 2013-03-02 | 3 | -15/+26 | |
| | | | ||||||
* | | | New SNI handling mechanism. | Aldo Cortesi | 2013-03-01 | 3 | -59/+93 | |
| |/ |/| | ||||||
* | | Test cert file specification, spruce up server testing truss a bit. | Aldo Cortesi | 2013-02-24 | 2 | -13/+25 | |
| | | ||||||
* | | Significantly simplify server connection handling, and test. | Aldo Cortesi | 2013-02-24 | 4 | -79/+73 | |
| | | ||||||
* | | Refactor to prepare for SNI fixes. | Aldo Cortesi | 2013-02-24 | 2 | -56/+55 | |
| | | ||||||
* | | Handle server disconnects better. | Aldo Cortesi | 2013-02-24 | 2 | -11/+42 | |
| | | | | | | | | | | | | | | | | 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 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 | |
|\ |