aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Rudimentary testing for client certs.Aldo Cortesi2013-01-183-1/+40
|
* 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-181-0/+51
|\ | | | | | | | | Conflicts: test/test_server.py
| * fixes due to merge with masterRouli2013-01-171-1/+2
| |
| * Merge remote-tracking branch 'upstream/master'Rouli2013-01-178-22/+103
| |\
| * | changing requests and responses to have two timestamps, one marking their ↵Rouli2013-01-171-0/+41
| | | | | | | | | | | | initiation, and the other their complete
* | | Unit tests and minor code refactoring for ServerConnection.Aldo Cortesi2013-01-053-10/+51
| |/ |/|
* | Use new netlib certificate store implementation.Aldo Cortesi2013-01-061-1/+1
| |
* | Unit test love - 100% for flow.py, dump.pyAldo Cortesi2013-01-052-1/+26
| |
* | Minor cleanups of proxy request handling.Aldo Cortesi2013-01-041-2/+2
| |
* | First draft of "How mitmproxy works", a complete guide to the mechanics of ↵Aldo Cortesi2013-01-032-19/+0
| | | | | | | | the proxy process
* | First draft of OSX transparent proxy mode.Aldo Cortesi2013-01-012-0/+17
| |
* | More work on proxy authAldo Cortesi2012-12-311-2/+30
| | | | | | | | | | | | - Strip auth header if auth succeeds, so it's not passed upstream - Actually use realm specification to BasicProxyAuth, and make it mandatory - Cleanups and unit tests
* | Test and robustify BasicProxyAuth.parse_auth_valueAldo Cortesi2012-12-311-0/+12
| | | | | | | | | | - This is partly in preparation for moving the implementation to netlib - Also add an unparse_auth_value for testing (and use in pathod once the move is done)
* | Start solidifying proxy authenticationAldo Cortesi2012-12-311-0/+18
|/ | | | | | - Add a unit test file - Remove some extraneous methods - Change the auth API to make the authenticate method take a header object.
* Substantially rewrite AMF decoding.Aldo Cortesi2012-11-264-9/+22
| | | | This is tricky, but we should now handle a lot more corner-cases.
* Move cleanBin and hexdump into netutils.Aldo Cortesi2012-09-241-11/+0
|
* Expand Flow.match to accept either a string or a compiled filter expression.Aldo Cortesi2012-09-141-3/+6
|
* Getter and setter for path component on Requests.Aldo Cortesi2012-08-191-1/+19
|
* Little bit of love for the unit tests.Aldo Cortesi2012-08-192-1/+19
|
* Command-line options for header setting.Aldo Cortesi2012-08-191-3/+9
|
* Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in ↵Aldo Cortesi2012-08-181-5/+62
| | | | | | | mitmproxy (H shortcut). SetHeaders defines headers that are set on flows, based on a matching pattern. Existing headers are over-ridden.
* Send tracebacks from content viewers to event log.Aldo Cortesi2012-08-181-5/+20
| | | | Also, 100% test coverage for content viewers.
* Further simplifcation and testing of contentviews.Aldo Cortesi2012-08-181-37/+21
|
* Huge cleanup of content viewers.Aldo Cortesi2012-08-181-44/+58
|
* Optional AMF decoding supportSahn Lam2012-08-172-0/+23
| | | | If PyAMF is installed, enable AMF decoding.
* Fix unit tests after argparse conversion.Aldo Cortesi2012-08-181-3/+3
|
* Add a size() method to flow.Request and flow.Response.Aldo Cortesi2012-08-041-0/+7
|
* Fix flow read unit test to accomodate more tolerant dumpfile parsing.Aldo Cortesi2012-07-241-4/+2
|
* removed assigned but unread variablesAndrás Veres-Szentkirályi2012-07-153-3/+3
|
* removed unused importsAndrás Veres-Szentkirályi2012-07-157-17/+4
|
* Add an ~a filter expression, matching an asset content type in responses.Aldo Cortesi2012-07-141-0/+6
| | | | | | Asset content types are Javascript, images, Flash and CSS. This is useful because doing a quick "!~a" while auditing an app will filter out the majority of the static asset cruft, letting you focus on what matters.
* Refine semantics of replay_request method.Aldo Cortesi2012-07-101-6/+3
|
* Make WSGI apps work in transparent mode.Aldo Cortesi2012-07-101-0/+8
|
* Test replay corner cases. Fix discovered bugs.Aldo Cortesi2012-07-091-0/+12
|
* Unit test request replay thread.Aldo Cortesi2012-07-091-0/+10
| | | | | | This is a small patch, but is the culmination of lots of work: we can now unit test the deep innards of mitmproxy, with coverage. There's a lot more to come in this vein.
* Refator server tests to use flow.FlowMaster and flow.StateAldo Cortesi2012-07-093-43/+33
|
* Add streaming to FlowMasterAldo Cortesi2012-07-091-1/+27
|
* Remove ODict tests. ODict is now in netlib.Aldo Cortesi2012-07-091-111/+0
|
* Add a domain match filter (~d regex)Aldo Cortesi2012-07-061-0/+6
|
* Fix error when serializing reverted SSL flows.Aldo Cortesi2012-07-051-0/+7
|
* Catch and handle SSL connection errors.Aldo Cortesi2012-07-011-1/+3
|
* Beef up logging substantially.Aldo Cortesi2012-07-011-3/+3
|
* Handle invalid data more gracefully.Aldo Cortesi2012-06-301-1/+14
| | | | Fixes #47
* Serialization and de-serialization of new cert format.Aldo Cortesi2012-06-282-12/+4
|
* Remove certutils from mitmproxy.Aldo Cortesi2012-06-273-256/+0
|
* Remove -T and -U command-line options.Aldo Cortesi2012-06-261-8/+0
| | | | They're redundant convenience options, and we need more space.
* Adapt for API changes in netlib.Aldo Cortesi2012-06-231-1/+0
|
* Move wsgi to netlib.Aldo Cortesi2012-06-192-110/+13
|
* Extract protocol and tcp server implementations into netlib.Aldo Cortesi2012-06-192-256/+0
|