aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adapt docs for website embedding.Aldo Cortesi2013-04-303-3/+6
* Merge pull request #107 from rouli/masterAldo Cortesi2013-04-193-2/+58
|\
| * adding tcp and ssl setup timestamps to get better resolution on flows perform...Rouli2013-03-193-2/+53
| * Merge remote-tracking branch 'upstream/master'Rouli2013-03-1858-2369/+1060
| |\
| * \ Merge remote-tracking branch 'upstream/master'Rouli2013-02-2817-410/+628
| |\ \
| * | | adding __str__ to make export to har nicerRouli2013-02-281-0/+5
* | | | Merge pull request #112 from hamstah/protobuf-viewAldo Cortesi2013-04-193-1/+46
|\ \ \ \
| * | | | Adds a new view for protocol buffersNicolas Esteves2013-04-063-1/+46
* | | | | Merge pull request #113 from mhils/redirect_exampleAldo Cortesi2013-04-191-0/+19
|\ \ \ \ \
| * | | | | Add redirect exampleMaximilian Hils2013-04-071-0/+19
| |/ / / /
* | | | | Merge pull request #116 from afh/pull/highlight_key_helpAldo Cortesi2013-04-193-3/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Correct display mode highlight keysAlexis Hildebrandt2013-04-163-3/+11
|/ / / /
* | | | Merge pull request #101 from eentzel/keep-blank-paramsAldo Cortesi2013-04-043-3/+5
|\ \ \ \
| * | | | Keep blank URL parametersEric Entzel2013-02-113-3/+5
| |/ / /
* | | | 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
| |_|/ |/| |
* | | 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
* | | Fix bug that caused mis-identification of some HTTPS connections in transpare...Aldo Cortesi2013-03-171-10/+11
* | | 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
* | | Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-149-18/+48
* | | 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
* | | Begin some simple fuzzing with pathod.Aldo Cortesi2013-03-034-1/+23
* | | 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
* | | 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, b...Aldo Cortesi2013-03-022-11/+18
* | | 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
| |/ |/|