Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adjust to changed netlib api | Maximilian Hils | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | do some housekeeping | Maximilian Hils | 2015-03-02 | 2 | -39/+39 |
| | |||||
* | Update Server.py to fix SNI handling | elitest | 2015-03-02 | 1 | -1/+1 |
| | | | Forgot to change ciphers->client_ciphers. | ||||
* | Update Config.py to clarify help messages | elitest | 2015-03-01 | 1 | -2/+2 |
| | |||||
* | Update config.py | elitest | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | specified cipher_list in a few more locations, added a missing comma | Jim Shaver | 2015-03-01 | 2 | -3/+5 |
| | |||||
* | Update Server.py to improve cipher selection | elitest | 2015-02-28 | 1 | -1/+2 |
| | | | Differentiated client ciphers and added server ciphers. | ||||
* | Update Config.py to improve cipher selection | elitest | 2015-02-28 | 1 | -5/+11 |
| | | | added support for specifying cipher suites on both sides of the proxy instead of just the one. | ||||
* | always include SNI as SAN entry | Maximilian Hils | 2015-02-27 | 1 | -3/+4 |
| | | | | | | To be as robust as possible, we include the SNI value always as a Subject Alternative Name. Second, we make sure that the server address is in the list as well. | ||||
* | fix #479 | Maximilian Hils | 2015-02-27 | 1 | -1/+6 |
| | |||||
* | fix #427, tolerate servers that reject connections without SNI | Maximilian Hils | 2014-12-15 | 1 | -2/+16 |
| | |||||
* | allow specification of SSL version, only allow TLS1.0+ by default | Maximilian Hils | 2014-12-15 | 3 | -18/+69 |
| | |||||
* | First-order integration of configargparser to add config file support | Aldo Cortesi | 2014-11-15 | 1 | -10/+25 |
| | |||||
* | fix #409 | Maximilian Hils | 2014-11-14 | 1 | -1/+5 |
| | |||||
* | fix #391 | Maximilian Hils | 2014-10-30 | 1 | -2/+2 |
| | |||||
* | Start a fuzzing architecture for mitmproxy | Aldo Cortesi | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | tweak SSL detection heuristics | Maximilian Hils | 2014-10-21 | 1 | -1/+8 |
| | |||||
* | add generic tcp proxying, fix #374 | Maximilian Hils | 2014-10-18 | 2 | -17/+30 |
| | |||||
* | remove default_ca | Maximilian Hils | 2014-10-18 | 1 | -2/+1 |
| | |||||
* | fix cert forwarding | Maximilian Hils | 2014-10-09 | 1 | -1/+1 |
| | |||||
* | Add SOCKS5 mode, fix #305 | Maximilian Hils | 2014-10-09 | 3 | -9/+83 |
| | |||||
* | add mini documentation | Maximilian Hils | 2014-10-09 | 1 | -4/+6 |
| | |||||
* | fix support for chained certificates | Maximilian Hils | 2014-10-08 | 2 | -7/+7 |
| | |||||
* | implement FlowStore basics | Maximilian Hils | 2014-09-17 | 1 | -0/+1 |
| | |||||
* | Introduce short form object state, and connect the ends to send data to web app | Aldo Cortesi | 2014-09-17 | 1 | -4/+4 |
| | |||||
* | Clean up and clarify StateObject | Aldo Cortesi | 2014-09-17 | 1 | -15/+15 |
| | | | | | | | | | - Flatten the class hierarchy - get_state, load_state, from_state are public - Simplify code - Remove __eq__ and __neq__. This fundamentally changes the semantics of inherited objects in a way that's not part of the core function of the class | ||||
* | mitmproxy -> libmproxy.main. do some leanup on the way | Maximilian Hils | 2014-09-08 | 3 | -11/+15 |
| | |||||
* | remove proxy mode abstraction: always be clear which mode we are in | Maximilian Hils | 2014-09-08 | 3 | -34/+68 |
| | |||||
* | add --ignore ui indication | Maximilian Hils | 2014-09-08 | 1 | -1/+5 |
| | |||||
* | Merge pull request #347 from mitmproxy/issue_341 | Aldo Cortesi | 2014-09-07 | 5 | -45/+20 |
|\ | | | | | Remove BackReferenceMixin | ||||
| * | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 3 | -5/+5 |
| | | |||||
| * | coverage++ | Maximilian Hils | 2014-09-04 | 1 | -9/+4 |
| | | |||||
| * | simplify server changes for inline scripts | Maximilian Hils | 2014-09-03 | 3 | -31/+11 |
| | | |||||
* | | coverage++ | Maximilian Hils | 2014-09-06 | 1 | -6/+6 |
|/ | |||||
* | improve error handling | Maximilian Hils | 2014-09-02 | 2 | -15/+17 |
| | |||||
* | minor fixes | Maximilian Hils | 2014-08-31 | 2 | -2/+1 |
| | |||||
* | refactor protocol handling, fix #332 | Maximilian Hils | 2014-08-30 | 3 | -37/+29 |
| | |||||
* | fix script tests | Maximilian Hils | 2014-08-18 | 1 | -0/+2 |
| | |||||
* | fix #327 | Maximilian Hils | 2014-08-18 | 1 | -0/+20 |
| | |||||
* | do not connect if inline script already connected to upstream server | Maximilian Hils | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | fix #270 | Maximilian Hils | 2014-08-10 | 1 | -3/+4 |
| | |||||
* | implement passthrough mode, fixes #175 | Maximilian Hils | 2014-08-09 | 2 | -18/+26 |
| | |||||
* | fix #308 | Maximilian Hils | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | fix display of urls in upstream mode, refs #308 | Maximilian Hils | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | fix #318 | Maximilian Hils | 2014-08-08 | 1 | -33/+47 |
| | |||||
* | remove platform.setup | Maximilian Hils | 2014-08-08 | 1 | -2/+0 |
| | |||||
* | properly express state information on server connections, refs #315 | Maximilian Hils | 2014-08-08 | 2 | -3/+11 |
| | |||||
* | fix #317 | Maximilian Hils | 2014-08-03 | 1 | -2/+2 |
| | |||||
* | Merge branch 'stream' | Maximilian Hils | 2014-07-31 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: libmproxy/protocol/http.py | ||||
| * | always initialize HTTPResponse.stream attribute | Maximilian Hils | 2014-07-23 | 1 | -2/+2 |
| | |