Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | raise error if --http2 is specified, but the OpenSSL version doesn't support it | Maximilian Hils | 2016-02-08 | 1 | -0/+3 |
| | |||||
* | increase coverage | Thomas Kriechbaumer | 2016-02-04 | 1 | -2/+2 |
| | |||||
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 7 | -0/+11 |
| | |||||
* | Add SNI ignore docs and have code match it | David Weinstein | 2016-01-26 | 1 | -9/+9 |
| | |||||
* | remove TODO | David Weinstein | 2016-01-26 | 1 | -1/+1 |
| | |||||
* | Simplify check_ignore in _next_layer | David Weinstein | 2016-01-26 | 1 | -13/+12 |
| | |||||
* | Move SNI ignore check into _next_layer | David Weinstein | 2016-01-26 | 1 | -28/+10 |
| | |||||
* | Don't store client_tls state in root context | David Weinstein | 2016-01-25 | 1 | -5/+4 |
| | |||||
* | Add ignore based on TLS ClientHello SNI | David Weinstein | 2016-01-23 | 1 | -6/+34 |
| | | | | - also add some documentation about ignoring based on SNI | ||||
* | remove unnecessary source_address from proxy modes | Sandor Nemes | 2016-01-18 | 4 | -4/+0 |
| | |||||
* | Fixed a problem with the bind address not being used as the source address ↵ | Sandor Nemes | 2016-01-08 | 4 | -0/+7 |
| | | | | on outgoing TCP packets | ||||
* | client-cert: Simplify and cleanup | Michael J. Bazzinotti | 2015-12-29 | 1 | -5/+2 |
| | | | | | | simplify the error message when cert path does not exist. During tests, reset the clientcerts proxy config setting to None Remove now-unused clientcerts code from class ProxTestBase | ||||
* | [docs/libmproxy/test] Support single client-side cert file as argument to | Michael J. Bazzinotti | 2015-12-28 | 1 | -3/+5 |
| | | | | --client-certs | ||||
* | Add default ciphers to avoid issue with iOS9 App Transport Security | Jorge Villacorta | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | fix #839 | Maximilian Hils | 2015-12-02 | 1 | -2/+4 |
| | |||||
* | fix #831 | Maximilian Hils | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | fix HTTPS Proxy-Authentication, refs #824 | Maximilian Hils | 2015-11-14 | 1 | -0/+3 |
| | |||||
* | adjust to netlib response changes + docs | Maximilian Hils | 2015-09-26 | 1 | -3/+2 |
| | |||||
* | experimental: don't interfere with headers, fix #93 | Maximilian Hils | 2015-09-18 | 1 | -2/+3 |
| | |||||
* | use new netlib exceptions | Maximilian Hils | 2015-09-17 | 3 | -8/+8 |
| | |||||
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 2 | -6/+5 |
| | |||||
* | better error messages, remove error cause | Maximilian Hils | 2015-09-11 | 3 | -6/+16 |
| | |||||
* | better exception handling | Maximilian Hils | 2015-09-11 | 1 | -1/+7 |
| | |||||
* | nicer error messages | Maximilian Hils | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | polish for release: introduce http2 and rawtcp as command line switches | Maximilian Hils | 2015-09-11 | 2 | -17/+27 |
| | |||||
* | expose `next_layer` to inline scripts | Maximilian Hils | 2015-09-07 | 2 | -2/+5 |
| | |||||
* | docs++ | Maximilian Hils | 2015-09-03 | 1 | -6/+16 |
| | |||||
* | remove ServerConnectionMixin.reconnect | Maximilian Hils | 2015-09-03 | 7 | -7/+28 |
| | |||||
* | we don't support socks auth, refs #738 | Maximilian Hils | 2015-08-31 | 1 | -0/+7 |
| | |||||
* | update inline script hooks | Maximilian Hils | 2015-08-31 | 1 | -0/+5 |
| | |||||
* | fix dns_spoofing example, avoid connecting to itself | Maximilian Hils | 2015-08-31 | 2 | -2/+2 |
| | |||||
* | move files around | Maximilian Hils | 2015-08-30 | 11 | -225/+248 |
| | |||||
* | always insert tls layer for inline script upgrades | Maximilian Hils | 2015-08-30 | 2 | -3/+3 |
| | |||||
* | restructure code, remove cruft | Maximilian Hils | 2015-08-30 | 4 | -548/+51 |
| | |||||
* | move sslversion mapping to netlib | Maximilian Hils | 2015-08-29 | 1 | -19/+1 |
| | |||||
* | clean up config/cmdline, fix bugs, remove cruft | Maximilian Hils | 2015-08-28 | 2 | -145/+89 |
| | |||||
* | Revert "unify SSL version/method handling" | Maximilian Hils | 2015-08-27 | 1 | -25/+44 |
| | | | | This reverts commit 14e49f4fc7a38b63099ab0d42afd213b0d567c0f. | ||||
* | start fixing proxy config | Maximilian Hils | 2015-08-27 | 1 | -42/+6 |
| | |||||
* | http2: fix bugs, chrome works :tada: | Maximilian Hils | 2015-08-26 | 1 | -1/+4 |
| | |||||
* | minor fixes | Maximilian Hils | 2015-08-25 | 1 | -0/+2 |
| | |||||
* | improve next_layer detection | Thomas Kriechbaumer | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | yield -> callbacks | Maximilian Hils | 2015-08-18 | 1 | -6/+4 |
| | |||||
* | various fixes | Maximilian Hils | 2015-08-18 | 1 | -3/+7 |
| | |||||
* | improve protocol handling | Maximilian Hils | 2015-08-16 | 2 | -5/+13 |
| | |||||
* | add ALPN to proxy connections | Thomas Kriechbaumer | 2015-08-16 | 1 | -12/+2 |
| | |||||
* | various fixes | Maximilian Hils | 2015-08-15 | 1 | -1/+1 |
| | |||||
* | more work on http protocol | Maximilian Hils | 2015-08-14 | 1 | -0/+4 |
| | |||||
* | wip commit | Maximilian Hils | 2015-08-11 | 1 | -2/+3 |
| | |||||
* | cleaner Exceptions, ssl -> tls, upstream proxy mode | Maximilian Hils | 2015-08-11 | 3 | -9/+11 |
| | |||||
* | add reverseproxy mode, fix bugs | Maximilian Hils | 2015-08-11 | 1 | -1/+1 |
| |