aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Test WSGI app calling.Aldo Cortesi2013-02-165-187/+215
* Unit tests for ServerConnectionPoolAldo Cortesi2013-01-292-1/+30
* Stub implementation of a server connection pool.Aldo Cortesi2013-01-291-21/+27
* Beef up unit tests for HAR utility functions - flow.py coverage now 100%.Aldo Cortesi2013-01-292-12/+26
* Merge pull request #99 from rouli/masterAldo Cortesi2013-01-282-0/+172
|\
| * adding helper functions to make HAR export easierRouli2013-01-282-0/+172
* | Unravel enormously long read_request into three distinct methods.Aldo Cortesi2013-01-281-80/+102
* | Test suite, remove extraneous code.Aldo Cortesi2013-01-283-11/+10
|/
* Merge pull request #98 from pplante/masterAldo Cortesi2013-01-251-0/+1
|\
| * Force flush of file content in dumpphil plante2013-01-241-0/+1
|/
* Add tests for client certificate support.Aldo Cortesi2013-01-208-35/+101
* Merge branch 'master' of ssh.github.com:cortesi/mitmproxyAldo Cortesi2013-01-191-1/+1
|\
| * Merge pull request #94 from cjneasbi/masterAldo Cortesi2013-01-181-1/+1
| |\
| | * Fixed a bug in format_flow in common.py. Changed the reference from timestam...Chris Neasbitt2013-01-181-1/+1
| |/
* / Rudimentary testing for client certs.Aldo Cortesi2013-01-185-2/+41
|/
* Speed up the test suite by reducing time sleeping in tests.Aldo Cortesi2013-01-181-3/+2
* Merge branch 'master' of ssh.github.com:cortesi/mitmproxyAldo Cortesi2013-01-185-22/+137
|\
| * Merge pull request #93 from rouli/masterAldo Cortesi2013-01-173-20/+77
| |\
| | * fixes due to merge with masterRouli2013-01-171-1/+2
| | * Merge remote-tracking branch 'upstream/master'Rouli2013-01-1764-692/+5426
| | |\ | | |/ | |/|
| * | Merge pull request #91 from termie/patch-1Aldo Cortesi2013-01-141-3/+2
| |\ \
| | * | fix some syntax / formatting in the docsAndy Smith2013-01-111-3/+2
| * | | Merge pull request #92 from pielgrzym/injectorAldo Cortesi2013-01-141-0/+50
| |\ \ \ | | |/ / | |/| |
| | * | New example - standalone proxy injecting iframes into responsesJakub Nawalaniec2013-01-131-0/+50
| |/ /
| | * changing requests and responses to have two timestamps, one marking their ini...Rouli2013-01-173-19/+75
* | | Unit tests and minor code refactoring for ServerConnection.Aldo Cortesi2013-01-054-16/+57
|/ /
* | Remove cert_wait_time flag.Aldo Cortesi2013-01-062-11/+1
* | Use new netlib certificate store implementation.Aldo Cortesi2013-01-062-15/+6
* | Unit test love - 100% for flow.py, dump.pyAldo Cortesi2013-01-053-5/+28
* | Minor cleanups of proxy request handling.Aldo Cortesi2013-01-042-5/+7
* | First draft of "How mitmproxy works", a complete guide to the mechanics of th...Aldo Cortesi2013-01-0323-47/+3871
* | Docs: remove proxydroid instructions from Android.Aldo Cortesi2013-01-033-54/+4
* | Docs: move features into their own directoryAldo Cortesi2013-01-0313-11/+16
* | Docs: Set HeadersAldo Cortesi2013-01-031-1/+17
* | Docs - features.Aldo Cortesi2013-01-027-34/+130
* | Refactor proxy auth a bitAldo Cortesi2013-01-022-36/+14
* | Documentation, setup.py updates, styling.Aldo Cortesi2013-01-0211-53/+62
* | Docs and ReadmeAldo Cortesi2013-01-018-116/+33