Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Merge branch 'master' into appveyor | Maximilian Hils | 2015-06-26 | 2 | -2/+30 | |
| | | |\ | ||||||
| | | * | | appveyor: minor fixes | Maximilian Hils | 2015-06-26 | 1 | -2/+3 | |
| | | | | | ||||||
| | | * | | appveyor: use explicit python version | Maximilian Hils | 2015-06-26 | 1 | -3/+6 | |
| | | | | | ||||||
| | | * | | add appveyor | Maximilian Hils | 2015-06-26 | 1 | -0/+7 | |
| | | | | | ||||||
| | * | | | Merge pull request #79 from mitmproxy/remove_certffi | Aldo Cortesi | 2015-06-27 | 5 | -133/+5 | |
| | |\| | | | | |/ | | |/| | Remove certffi | |||||
| | | * | remove certffi | Maximilian Hils | 2015-06-26 | 5 | -133/+5 | |
| | | | | ||||||
| | * | | fix file type | Maximilian Hils | 2015-06-26 | 2 | -0/+0 | |
| | | | | ||||||
| | * | | fix tests on windows | Maximilian Hils | 2015-06-26 | 2 | -2/+30 | |
| | |/ | ||||||
| | * | Fix printing of SSL version error | Aldo Cortesi | 2015-06-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fixes #73 | |||||
| | * | Merge pull request #76 from kyle-m/master | Aldo Cortesi | 2015-06-24 | 15 | -38/+274 | |
| | |\ | | | | | | | | | Provide debugging information when upstream server certificate fails validation | |||||
| | | * | Adding test data to support post OpenSSL v1.0 cert hashing | Kyle Morton | 2015-06-23 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | Cleaning up upstream server verification. Adding storage of cerificate | Kyle Morton | 2015-06-22 | 13 | -34/+266 | |
| | | | | | | | | | | | | | | | | | | | | verification errors on TCPClient object to enable warnings in downstream projects. | |||||
| | | * | Updating TCPServer to allow tests (and potentially other use cases) to serve | Kyle Morton | 2015-06-22 | 2 | -4/+7 | |
| | | | | | | | | | | | | | | | | certificate chains instead of only single certificates. | |||||
| | * | | Merge branch 'Kriechi-ssl-version-handling' | Aldo Cortesi | 2015-06-23 | 2 | -9/+20 | |
| | |\ \ | ||||||
| | | * \ | Merge branch 'ssl-version-handling' of https://github.com/Kriechi/netlib ↵ | Aldo Cortesi | 2015-06-23 | 2 | -9/+20 | |
| | | |\ \ | | | | | | | | | | | | | | | | | | | into Kriechi-ssl-version-handling | |||||
| | | | * | | unify SSL version/method handling | Thomas Kriechbaumer | 2015-06-22 | 2 | -9/+20 | |
| | | | |/ | ||||||
| | * | / | Remove dependence on pathod in test suite. | Aldo Cortesi | 2015-06-23 | 2 | -3/+21 | |
| | |/ / | ||||||
| | * | | Moar Travis. | Aldo Cortesi | 2015-06-23 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Refine travis. | Aldo Cortesi | 2015-06-23 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | And, lest some meticulous code reader (I'm looking at you, Thomas) notices the extra colon: https://github.com/travis-ci/travis-ci/issues/2894 | |||||
| | * | | Travis notifications for Slack. | Aldo Cortesi | 2015-06-23 | 1 | -0/+1 | |
| | |/ | ||||||
| | * | netlib/test.py -> test/tservers.py | Aldo Cortesi | 2015-06-22 | 5 | -46/+46 | |
| | | | ||||||
| | * | fix http user agents | Thomas Kriechbaumer | 2015-06-18 | 1 | -2/+2 | |
| | | | ||||||
| | * | mark unused variables and arguments | Thomas Kriechbaumer | 2015-06-18 | 8 | -26/+27 | |
| | | | ||||||
| | * | fix setup.py | Thomas Kriechbaumer | 2015-06-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merge branch 'master' of github.com:mitmproxy/netlib | Maximilian Hils | 2015-06-18 | 16 | -168/+505 | |
| | |\ | ||||||
| | | * | remove implementation badge | Maximilian Hils | 2015-06-18 | 1 | -2/+1 | |
| | | | | | | | | | | | | line too short :-/ | |||||
| | | * | http2: rename test file | Thomas Kriechbaumer | 2015-06-18 | 1 | -0/+0 | |
| | | | | ||||||
| | | * | Merge branch 'master' of https://github.com/kyle-m/netlib into kyle-m-master | Aldo Cortesi | 2015-06-18 | 2 | -4/+5 | |
| | | |\ | ||||||
| | | | * | Adding certifi as default CA bundle. | Kyle Morton | 2015-06-16 | 2 | -4/+5 | |
| | | | | | ||||||
| | | * | | Only set OP_NO_COMPRESSION by default if it exists in our version of OpenSSL | Aldo Cortesi | 2015-06-18 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | We'll need to start testing under both new and old versions of OpenSSL somehow to catch these... | |||||
| | | * | | Merge pull request #71 from Kriechi/landscape | Aldo Cortesi | 2015-06-18 | 10 | -67/+71 | |
| | | |\ \ | | | | | | | | | | | | | fix warnings and code smells | |||||
| | | | * | | add landscape.io badge | Thomas Kriechbaumer | 2015-06-17 | 1 | -1/+2 | |
| | | | | | | ||||||
| | | | * | | fix warnings and code smells | Thomas Kriechbaumer | 2015-06-17 | 9 | -67/+67 | |
| | | | | | | | | | | | | | | | | | | | | | | | | use prospector to find them | |||||
| | | | * | | add landscape configuration | Maximilian Hils | 2015-06-17 | 1 | -0/+3 | |
| | | | | | | ||||||
| | | * | | | Merge pull request #70 from Kriechi/http2-wip | Aldo Cortesi | 2015-06-18 | 5 | -73/+126 | |
| | | |\ \ \ | | | | |/ / | | | |/| | | HTTP/2: yet another PR | |||||
| | | | * | | http2: improve :authority header | Thomas Kriechbaumer | 2015-06-16 | 2 | -2/+5 | |
| | | | | | | ||||||
| | | | * | | http2: improve test suite | Thomas Kriechbaumer | 2015-06-16 | 4 | -26/+53 | |
| | | | | | | ||||||
| | | | * | | http2: return stream_id from request for response | Thomas Kriechbaumer | 2015-06-16 | 1 | -4/+7 | |
| | | | | | | ||||||
| | | | * | | http2: fix header_block_fragments and length | Thomas Kriechbaumer | 2015-06-16 | 2 | -10/+26 | |
| | | | | | | ||||||
| | | | * | | http2: only first headers frame as END_STREAM flag | Thomas Kriechbaumer | 2015-06-16 | 1 | -2/+2 | |
| | | | | | | ||||||
| | | | * | | http2: improve frame output | Thomas Kriechbaumer | 2015-06-16 | 1 | -5/+6 | |
| | | | | | | ||||||
| | | | * | | add elliptic curve during TLS handshake | Thomas Kriechbaumer | 2015-06-16 | 1 | -8/+5 | |
| | | | | | | ||||||
| | | | * | | http2: improve frame output | Thomas Kriechbaumer | 2015-06-16 | 2 | -33/+39 | |
| | | |/ / | ||||||
| | | * | | add hacking section | Maximilian Hils | 2015-06-16 | 1 | -0/+5 | |
| | | | | | ||||||
| | | * | | update badges | Maximilian Hils | 2015-06-16 | 1 | -6/+7 | |
| | | | | | ||||||
| | | * | | explicitly state that we only support 2.7 | Maximilian Hils | 2015-06-16 | 1 | -0/+1 | |
| | | | | | ||||||
| | | * | | Merge pull request #69 from kyle-m/master | Aldo Cortesi | 2015-06-16 | 3 | -0/+91 | |
| | | |\| | | | | | | | | | | | Adding support for upstream certificate validation when using SSL/TLS… | |||||
| | | | * | Adding support for upstream certificate validation when using SSL/TLS with an | Kyle Morton | 2015-06-15 | 3 | -0/+91 | |
| | | | | | | | | | | | | | | | | | | | | instance of TCPClient. | |||||
| | | * | | improve meta code | Thomas Kriechbaumer | 2015-06-15 | 2 | -3/+2 | |
| | | | | | ||||||
| | | * | | Merge pull request #67 from Kriechi/http2-wip | Aldo Cortesi | 2015-06-15 | 4 | -51/+223 | |
| | | |\ \ | | | | |/ | | | |/| | HTTP/2: preparations for pathod |