aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adds a new view for protocol buffersNicolas Esteves2013-04-063-1/+46
| | | | | | | | | The view uses protoc from the Google protocol buffer tools. If the tool isn't installed, the view isn't shown. Google protobuf repo: https://code.google.com/p/protobuf/
* Merge pull request #101 from eentzel/keep-blank-paramsAldo Cortesi2013-04-043-3/+5
|\ | | | | Keep blank URL parameters
| * Keep blank URL parametersEric Entzel2013-02-113-3/+5
| | | | | | | | TODO: This should probably be configurable
* | Docs.Aldo Cortesi2013-04-054-104/+61
| |
* | Add a basic built-in web app.Aldo Cortesi2013-03-256-10/+68
| |
* | Trim docs.Aldo Cortesi2013-03-232-24/+6
| |
* | Fix crash on intercept.Aldo Cortesi2013-03-231-2/+2
| | | | | | | | Fixes #106
* | GPLv3 -> MITAldo Cortesi2013-03-181-690/+19
| |
* | Update styling, GameCenter highscore tutorial.Aldo Cortesi2013-03-1812-49/+125
| |
* | Un-break unit tests. Tsk tsk.Aldo Cortesi2013-03-172-2/+5
| |
* | Enable --host option for mitmdumpAldo Cortesi2013-03-171-5/+6
| |
* | Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-179-8/+56
| | | | | | | | | | - Can be toggled with "o" then "h" in mitmproxy - Useful for transparent mode
* | Fix bug that caused mis-identification of some HTTPS connections in ↵Aldo Cortesi2013-03-171-10/+11
| | | | | | | | transparent mode.
* | Add filter to mitmdump examples.Aldo Cortesi2013-03-171-4/+18
| |
* | Update Android cert install documents.Aldo Cortesi2013-03-171-18/+11
| |
* | Add instructions for installing the CA in the IOS Simulator.Aldo Cortesi2013-03-175-18/+41
| |
* | Update CONTRIBUTORS.Aldo Cortesi2013-03-171-18/+32
| |
* | Fix typo in setup.pyAldo Cortesi2013-03-141-1/+1
| | | | | | | | Fixes #105
* | Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-149-18/+48
| | | | | | | | Fixes #104
* | Docs, examples.Aldo Cortesi2013-03-1111-42/+82
| |
* | Expand "How mitmproxy works". Clean up some un-needed sections.Aldo Cortesi2013-03-109-1075/+165
| |
* | Sync mitmproxy, pathod and netlib version numbers.Aldo Cortesi2013-03-051-1/+1
| |
* | Few more fuzzing commands, exclude console app from coverage.Aldo Cortesi2013-03-032-4/+6
| |
* | Fuzzing, and fixes for errors found with fuzzing.Aldo Cortesi2013-03-035-10/+33
| |
* | Three more errors turned up with fuzzing.Aldo Cortesi2013-03-032-3/+18
| | | | | | | | These are fixed in netlib, regression tests added here.
* | Begin some simple fuzzing with pathod.Aldo Cortesi2013-03-034-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 Cortesi2013-03-034-6/+4
| |
* | Revert "show current filepath in status bar"Aldo Cortesi2013-03-031-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 Cortesi2013-03-033-7/+34
| |
* | Unit test proxy option parsing.Aldo Cortesi2013-03-034-15/+84
| |
* | Unit test proxy auth.Aldo Cortesi2013-03-032-8/+20
| |
* | Move HTTP auth module to netlib.Aldo Cortesi2013-03-036-282/+15
| |
* | Test controller message default reply.Aldo Cortesi2013-03-031-0/+12
| |
* | Extend unit tests for proxy.py to some tricky cases.Aldo Cortesi2013-03-023-35/+76
| |
* | Test cert generation errors.Aldo Cortesi2013-03-024-9/+22
| |
* | Remove human_curl requirement for the test suite - it's pathoc all the way, ↵Aldo Cortesi2013-03-022-11/+18
| | | | | | | | baby.
* | Test SNI for transparent mode.Aldo Cortesi2013-03-023-12/+25
| |
* | Test SNI for ordinary proxy connections.Aldo Cortesi2013-03-023-15/+26
| |
* | New SNI handling mechanism.Aldo Cortesi2013-03-013-59/+93
| |
* | Test cert file specification, spruce up server testing truss a bit.Aldo Cortesi2013-02-242-13/+25
| |
* | Significantly simplify server connection handling, and test.Aldo Cortesi2013-02-244-79/+73
| |
* | Refactor to prepare for SNI fixes.Aldo Cortesi2013-02-242-56/+55
| |
* | Handle server disconnects better.Aldo Cortesi2013-02-242-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 Cortesi2013-02-243-2/+11
| |
* | Test client connection close conditions.Aldo Cortesi2013-02-242-0/+19
| |
* | Test request and response kill functionality.Aldo Cortesi2013-02-235-11/+40
| |
* | Unit test dummy response functions.Aldo Cortesi2013-02-233-7/+30
| |
* | Remove redundant clause in controller.ReplyAldo Cortesi2013-02-231-4/+1
| |
* | Refactor proxy core communications to be clearer.Aldo Cortesi2013-02-233-55/+46
| |
* | Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-1710-107/+158
| |