aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash in client playback.Aldo Cortesi2013-05-051-0/+1
|
* Minor coverage.Aldo Cortesi2013-04-301-1/+0
|
* Merge pull request #107 from rouli/masterAldo Cortesi2013-04-192-2/+30
|\ | | | | Adding remote TCP and SSL setup timestamps
| * adding tcp and ssl setup timestamps to get better resolution on flows ↵Rouli2013-03-192-2/+25
| | | | | | | | performance
| * Merge remote-tracking branch 'upstream/master'Rouli2013-03-1811-307/+154
| |\
| * \ Merge remote-tracking branch 'upstream/master'Rouli2013-02-286-195/+250
| |\ \
| * | | adding __str__ to make export to har nicerRouli2013-02-281-0/+5
| | | |
* | | | Merge pull request #112 from hamstah/protobuf-viewAldo Cortesi2013-04-191-1/+36
|\ \ \ \ | | | | | | | | | | Adds a new view for protocol buffers
| * | | | Adds a new view for protocol buffersNicolas Esteves2013-04-061-1/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/
* | | | | Correct display mode highlight keysAlexis Hildebrandt2013-04-163-3/+11
|/ / / / | | | | | | | | | | | | | | | | | | | | Add html display mode to the help documentation. Correct html and hex display mode highlight keys (help used 'h' for hex). Correct json display mode highlight keys.
* | | | Merge pull request #101 from eentzel/keep-blank-paramsAldo Cortesi2013-04-041-1/+1
|\ \ \ \ | | | | | | | | | | Keep blank URL parameters
| * | | | Keep blank URL parametersEric Entzel2013-02-111-1/+1
| |/ / / | | | | | | | | | | | | TODO: This should probably be configurable
* | | | Docs.Aldo Cortesi2013-04-051-1/+0
| | | |
* | | | Add a basic built-in web app.Aldo Cortesi2013-03-254-9/+42
| | | |
* | | | Trim docs.Aldo Cortesi2013-03-231-0/+2
| | | |
* | | | Fix crash on intercept.Aldo Cortesi2013-03-231-2/+2
| |_|/ |/| | | | | | | | Fixes #106
* | | Update styling, GameCenter highscore tutorial.Aldo Cortesi2013-03-181-1/+1
| | |
* | | Un-break unit tests. Tsk tsk.Aldo Cortesi2013-03-171-0/+1
| | |
* | | 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-177-7/+34
| | | | | | | | | | | | | | | - 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.
* | | Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-143-5/+18
| | | | | | | | | | | | Fixes #104
* | | Fuzzing, and fixes for errors found with fuzzing.Aldo Cortesi2013-03-031-1/+2
| | |
* | | Begin some simple fuzzing with pathod.Aldo Cortesi2013-03-031-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 Cortesi2013-03-032-4/+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-031-5/+2
| | |
* | | Unit test proxy option parsing.Aldo Cortesi2013-03-031-11/+11
| | |
* | | Move HTTP auth module to netlib.Aldo Cortesi2013-03-033-223/+6
| | |
* | | Extend unit tests for proxy.py to some tricky cases.Aldo Cortesi2013-03-021-24/+22
| | |
* | | Test cert generation errors.Aldo Cortesi2013-03-021-1/+1
| | |
* | | Test SNI for transparent mode.Aldo Cortesi2013-03-021-1/+7
| | |
* | | Test SNI for ordinary proxy connections.Aldo Cortesi2013-03-021-9/+10
| | |
* | | New SNI handling mechanism.Aldo Cortesi2013-03-011-18/+39
| |/ |/|
* | Significantly simplify server connection handling, and test.Aldo Cortesi2013-02-241-31/+35
| |
* | Refactor to prepare for SNI fixes.Aldo Cortesi2013-02-241-50/+49
| |
* | Handle server disconnects better.Aldo Cortesi2013-02-241-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 Cortesi2013-02-231-3/+6
| |
* | Unit test dummy response functions.Aldo Cortesi2013-02-231-1/+2
| |
* | 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-176-88/+122
| |
* | Unit tests for ServerConnectionPoolAldo Cortesi2013-01-291-0/+1
| |
* | Stub implementation of a server connection pool.Aldo Cortesi2013-01-291-21/+27
|/
* Merge pull request #99 from rouli/masterAldo Cortesi2013-01-281-0/+59
|\ | | | | Adding helper functions to make HAR export easier
| * adding helper functions to make HAR export easierRouli2013-01-281-0/+59
| |
* | Unravel enormously long read_request into three distinct methods.Aldo Cortesi2013-01-281-80/+102
| |
* | Test suite, remove extraneous code.Aldo Cortesi2013-01-281-5/+2
|/
* Force flush of file content in dumpphil plante2013-01-241-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 Cortesi2013-01-201-2/+0
|