aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Few more fuzzing commands, exclude console app from coverage.Aldo Cortesi2013-03-031-3/+5
|
* Fuzzing, and fixes for errors found with fuzzing.Aldo Cortesi2013-03-034-9/+31
|
* Three more errors turned up with fuzzing.Aldo Cortesi2013-03-032-3/+18
| | | | These are fixed in netlib, regression tests added here.
* Begin some simple fuzzing with pathod.Aldo Cortesi2013-03-032-0/+21
| | | | 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-2/+0
|
* 100% unit test coverage on proxy.py. Hallelujah!Aldo Cortesi2013-03-032-2/+32
|
* Unit test proxy option parsing.Aldo Cortesi2013-03-033-4/+73
|
* Unit test proxy auth.Aldo Cortesi2013-03-032-8/+20
|
* Move HTTP auth module to netlib.Aldo Cortesi2013-03-033-59/+9
|
* Test controller message default reply.Aldo Cortesi2013-03-031-0/+12
|
* Extend unit tests for proxy.py to some tricky cases.Aldo Cortesi2013-03-022-11/+54
|
* Test cert generation errors.Aldo Cortesi2013-03-023-8/+21
|
* Remove human_curl requirement for the test suite - it's pathoc all the way, ↵Aldo Cortesi2013-03-021-9/+17
| | | | baby.
* Test SNI for transparent mode.Aldo Cortesi2013-03-022-11/+18
|
* Test SNI for ordinary proxy connections.Aldo Cortesi2013-03-022-6/+16
|
* New SNI handling mechanism.Aldo Cortesi2013-03-012-41/+54
|
* 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-243-48/+38
|
* Refactor to prepare for SNI fixes.Aldo Cortesi2013-02-241-6/+6
|
* Handle server disconnects better.Aldo Cortesi2013-02-241-1/+13
| | | | | | | | 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 a difficult-to-trigger IOError, fix cert generation in test suite.Aldo Cortesi2013-02-242-1/+10
|
* Test client connection close conditions.Aldo Cortesi2013-02-242-0/+19
|
* Test request and response kill functionality.Aldo Cortesi2013-02-233-8/+31
|
* Unit test dummy response functions.Aldo Cortesi2013-02-232-6/+28
|
* Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-174-19/+36
|
* Test WSGI app calling.Aldo Cortesi2013-02-164-172/+204
| | | | | - Factor out test servers into a separate file - Adjust docs to note new Flask dependency
* Unit tests for ServerConnectionPoolAldo Cortesi2013-01-291-1/+29
|
* 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-281-0/+113
|\ | | | | Adding helper functions to make HAR export easier
| * adding helper functions to make HAR export easierRouli2013-01-281-0/+113
| |
* | Test suite, remove extraneous code.Aldo Cortesi2013-01-281-5/+7
|/
* Add tests for client certificate support.Aldo Cortesi2013-01-207-33/+101
|
* 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
|