Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update test script | Maximilian Hils | 2013-06-16 | 1 | -3/+3 |
| | |||||
* | add support for multiple scripts and script arguments. refs #76 | Maximilian Hils | 2013-06-13 | 5 | -16/+49 |
| | |||||
* | Adapt for new request_client_cert option in netlib. | Aldo Cortesi | 2013-05-13 | 2 | -3/+5 |
| | |||||
* | Minor coverage. | Aldo Cortesi | 2013-04-30 | 1 | -0/+2 |
| | |||||
* | Merge pull request #107 from rouli/master | Aldo Cortesi | 2013-04-19 | 1 | -0/+28 |
|\ | | | | | Adding remote TCP and SSL setup timestamps | ||||
| * | adding tcp and ssl setup timestamps to get better resolution on flows ↵ | Rouli | 2013-03-19 | 1 | -0/+28 |
| | | | | | | | | performance | ||||
* | | Adds a new view for protocol buffers | Nicolas Esteves | 2013-04-06 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | 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/ | ||||
* | | Merge pull request #101 from eentzel/keep-blank-params | Aldo Cortesi | 2013-04-04 | 2 | -2/+4 |
|\ \ | | | | | | | Keep blank URL parameters | ||||
| * | | Keep blank URL parameters | Eric Entzel | 2013-02-11 | 2 | -2/+4 |
| | | | | | | | | | | | | TODO: This should probably be configurable | ||||
* | | | Add a basic built-in web app. | Aldo Cortesi | 2013-03-25 | 2 | -1/+26 |
| |/ |/| | |||||
* | | Un-break unit tests. Tsk tsk. | Aldo Cortesi | 2013-03-17 | 1 | -2/+4 |
| | | |||||
* | | Add the --host option, which uses the value in the Host header for dispaly URLs. | Aldo Cortesi | 2013-03-17 | 2 | -1/+22 |
| | | | | | | | | | | - Can be toggled with "o" then "h" in mitmproxy - Useful for transparent mode | ||||
* | | Introduce a filtered flow writer, and use it in dump.py | Aldo Cortesi | 2013-03-14 | 1 | -2/+19 |
| | | | | | | | | Fixes #104 | ||||
* | | Few more fuzzing commands, exclude console app from coverage. | Aldo Cortesi | 2013-03-03 | 1 | -3/+5 |
| | | |||||
* | | Fuzzing, and fixes for errors found with fuzzing. | Aldo Cortesi | 2013-03-03 | 4 | -9/+31 |
| | | |||||
* | | Three more errors turned up with fuzzing. | Aldo Cortesi | 2013-03-03 | 2 | -3/+18 |
| | | | | | | | | These are fixed in netlib, regression tests added here. | ||||
* | | Begin some simple fuzzing with pathod. | Aldo Cortesi | 2013-03-03 | 2 | -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 Cortesi | 2013-03-03 | 2 | -2/+0 |
| | | |||||
* | | 100% unit test coverage on proxy.py. Hallelujah! | Aldo Cortesi | 2013-03-03 | 2 | -2/+32 |
| | | |||||
* | | Unit test proxy option parsing. | Aldo Cortesi | 2013-03-03 | 3 | -4/+73 |
| | | |||||
* | | Unit test proxy auth. | Aldo Cortesi | 2013-03-03 | 2 | -8/+20 |
| | | |||||
* | | Move HTTP auth module to netlib. | Aldo Cortesi | 2013-03-03 | 3 | -59/+9 |
| | | |||||
* | | Test controller message default reply. | Aldo Cortesi | 2013-03-03 | 1 | -0/+12 |
| | | |||||
* | | Extend unit tests for proxy.py to some tricky cases. | Aldo Cortesi | 2013-03-02 | 2 | -11/+54 |
| | | |||||
* | | Test cert generation errors. | Aldo Cortesi | 2013-03-02 | 3 | -8/+21 |
| | | |||||
* | | Remove human_curl requirement for the test suite - it's pathoc all the way, ↵ | Aldo Cortesi | 2013-03-02 | 1 | -9/+17 |
| | | | | | | | | baby. | ||||
* | | Test SNI for transparent mode. | Aldo Cortesi | 2013-03-02 | 2 | -11/+18 |
| | | |||||
* | | Test SNI for ordinary proxy connections. | Aldo Cortesi | 2013-03-02 | 2 | -6/+16 |
| | | |||||
* | | New SNI handling mechanism. | Aldo Cortesi | 2013-03-01 | 2 | -41/+54 |
| | | |||||
* | | Test cert file specification, spruce up server testing truss a bit. | Aldo Cortesi | 2013-02-24 | 2 | -13/+25 |
| | | |||||
* | | Significantly simplify server connection handling, and test. | Aldo Cortesi | 2013-02-24 | 3 | -48/+38 |
| | | |||||
* | | Refactor to prepare for SNI fixes. | Aldo Cortesi | 2013-02-24 | 1 | -6/+6 |
| | | |||||
* | | Handle server disconnects better. | Aldo Cortesi | 2013-02-24 | 1 | -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 Cortesi | 2013-02-24 | 2 | -1/+10 |
| | | |||||
* | | Test client connection close conditions. | Aldo Cortesi | 2013-02-24 | 2 | -0/+19 |
| | | |||||
* | | Test request and response kill functionality. | Aldo Cortesi | 2013-02-23 | 3 | -8/+31 |
| | | |||||
* | | Unit test dummy response functions. | Aldo Cortesi | 2013-02-23 | 2 | -6/+28 |
| | | |||||
* | | Significantly refactor the master/slave message passing interface. | Aldo Cortesi | 2013-02-17 | 4 | -19/+36 |
| | | |||||
* | | Test WSGI app calling. | Aldo Cortesi | 2013-02-16 | 4 | -172/+204 |
| | | | | | | | | | | - Factor out test servers into a separate file - Adjust docs to note new Flask dependency | ||||
* | | Unit tests for ServerConnectionPool | Aldo Cortesi | 2013-01-29 | 1 | -1/+29 |
|/ | |||||
* | Beef up unit tests for HAR utility functions - flow.py coverage now 100%. | Aldo Cortesi | 2013-01-29 | 2 | -12/+26 |
| | |||||
* | Merge pull request #99 from rouli/master | Aldo Cortesi | 2013-01-28 | 1 | -0/+113 |
|\ | | | | | Adding helper functions to make HAR export easier | ||||
| * | adding helper functions to make HAR export easier | Rouli | 2013-01-28 | 1 | -0/+113 |
| | | |||||
* | | Test suite, remove extraneous code. | Aldo Cortesi | 2013-01-28 | 1 | -5/+7 |
|/ | |||||
* | Add tests for client certificate support. | Aldo Cortesi | 2013-01-20 | 7 | -33/+101 |
| | |||||
* | Rudimentary testing for client certs. | Aldo Cortesi | 2013-01-18 | 3 | -1/+40 |
| | |||||
* | Speed up the test suite by reducing time sleeping in tests. | Aldo Cortesi | 2013-01-18 | 1 | -3/+2 |
| | |||||
* | Merge branch 'master' of ssh.github.com:cortesi/mitmproxy | Aldo Cortesi | 2013-01-18 | 1 | -0/+51 |
|\ | | | | | | | | | Conflicts: test/test_server.py | ||||
| * | fixes due to merge with master | Rouli | 2013-01-17 | 1 | -1/+2 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | Rouli | 2013-01-17 | 8 | -22/+103 |
| |\ |