aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Expand)AuthorAgeFilesLines
* Rudimentary testing for client certs.Aldo Cortesi2013-01-182-1/+1
* Merge branch 'master' of ssh.github.com:cortesi/mitmproxyAldo Cortesi2013-01-182-19/+34
|\
| * Merge remote-tracking branch 'upstream/master'Rouli2013-01-176-193/+125
| |\
| * | changing requests and responses to have two timestamps, one marking their ini...Rouli2013-01-172-19/+34
* | | Unit tests and minor code refactoring for ServerConnection.Aldo Cortesi2013-01-051-6/+6
| |/ |/|
* | Remove cert_wait_time flag.Aldo Cortesi2013-01-062-11/+1
* | Use new netlib certificate store implementation.Aldo Cortesi2013-01-061-14/+5
* | Unit test love - 100% for flow.py, dump.pyAldo Cortesi2013-01-051-4/+2
* | Minor cleanups of proxy request handling.Aldo Cortesi2013-01-041-3/+5
* | Refactor proxy auth a bitAldo Cortesi2013-01-022-36/+14
* | Documentation, setup.py updates, styling.Aldo Cortesi2013-01-021-2/+2
* | Better error handling for transparent mode remote address resolution.Aldo Cortesi2013-01-012-2/+8
* | First draft of OSX transparent proxy mode.Aldo Cortesi2013-01-012-97/+30
* | More work on proxy authAldo Cortesi2012-12-312-12/+26
* | Test and robustify BasicProxyAuth.parse_auth_valueAldo Cortesi2012-12-311-6/+17
* | Start solidifying proxy authenticationAldo Cortesi2012-12-312-19/+28
|/
* adding some simple authetication code to limit proxy accessisrael2012-12-304-38/+99
* adding some simple authetication code to limit proxy accessisrael2012-12-302-0/+198
* Merge pull request #82 from kanzure/show-filepath-in-statusbarAldo Cortesi2012-12-301-0/+3
|\
| * show current filepath in status barBryan Bishop2012-12-261-0/+3
* | fix external viewer using shlexBryan Bishop2012-12-222-10/+18
|/
* remove trailing whitespaceBryan Bishop2012-12-091-1/+1
* Show an error when $EDITOR/$PAGER are unset.Bryan Bishop2012-12-051-1/+4
* Substantially rewrite AMF decoding.Aldo Cortesi2012-11-261-24/+68
* Workaround for PIL's ambiguious import method and/or easy_install PIL packagi...Mathieu Mitchell2012-11-231-2/+7
* Move eventlog to new Urwid container API.Aldo Cortesi2012-11-231-4/+2
* Urwid 1.1 compatibility.Aldo Cortesi2012-10-292-4/+4
* Improve error reporting for one-shot scripts.Aldo Cortesi2012-10-111-4/+15
* Move cleanBin and hexdump into netutils.Aldo Cortesi2012-09-243-43/+8
* Stub out ctypes structures for OSX transparent mode.Aldo Cortesi2012-09-174-41/+90
* Expand Flow.match to accept either a string or a compiled filter expression.Aldo Cortesi2012-09-141-0/+7
* Catch a potential exception on connection finalization.Aldo Cortesi2012-09-141-1/+4
* Don't run replace or header hooks on error.Aldo Cortesi2012-09-021-2/+0
* Add help entry for H global header shortcut.Aldo Cortesi2012-09-021-2/+1
* Add U shortcut to add user-agent strings to global Headers editor.Aldo Cortesi2012-09-021-1/+32
* Fix a crash when re-editing a path prompt after an error.Aldo Cortesi2012-08-311-0/+1
* Make grid editor file reading more robust.Aldo Cortesi2012-08-311-4/+8
* Add a shortcut to header editor to add standard User-Agent strings.Aldo Cortesi2012-08-313-29/+68
* Display "No Content" instead of a parse error when there is no content.Aldo Cortesi2012-08-301-0/+2
* Add application/javascript to ~a filter asset matcher.Aldo Cortesi2012-08-301-0/+2
* Add a snippet to GridEditor help text explaining that we're using escaped str...Aldo Cortesi2012-08-251-0/+8
* Add a "R" shortcut to GridEditor, letting the user read unescaped data from f...Aldo Cortesi2012-08-251-11/+15
* Do away with explicit encodings, and display an error message for invalid val...Aldo Cortesi2012-08-251-15/+12
* Use Python-style escaped strings in GridEditor.Aldo Cortesi2012-08-251-14/+17
* Add an "r" shortcut in grid editors to read value from file.Aldo Cortesi2012-08-252-5/+24
* Add a graphical editor for path components (e -> p shortcut from request view...Aldo Cortesi2012-08-192-3/+19
* Getter and setter for path component on Requests.Aldo Cortesi2012-08-191-1/+21
* Command-line options for header setting.Aldo Cortesi2012-08-194-25/+92
* Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in mitmpro...Aldo Cortesi2012-08-183-17/+86
* Use the new ODict get_first convenience function in a bunch of places.Aldo Cortesi2012-08-183-18/+16