Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixing default CA which ought to be read as a pemfile and not a directory | Kyle Morton | 2015-07-21 | 1 | -1/+1 | |
|/ | ||||||
* | bump version | Maximilian Hils | 2015-07-22 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #82 from mua/master | Maximilian Hils | 2015-07-21 | 1 | -1/+1 | |
|\ | | | | | Fixed version error formatting issue | |||||
| * | Fixed version error formatting issue | M. Utku Altinkaya | 2015-07-21 | 1 | -1/+1 | |
|/ | ||||||
* | socks: optionally fail early | Maximilian Hils | 2015-07-03 | 2 | -5/+13 | |
| | ||||||
* | socks: add assert_socks5 method | Maximilian Hils | 2015-07-03 | 2 | -7/+91 | |
| | ||||||
* | Merge pull request #80 from kyle-m/master | Maximilian Hils | 2015-06-29 | 1 | -1/+3 | |
|\ | | | | | Fixing how certifi is made the default ca_path to simplify calling logic | |||||
| * | Fixing how certifi is made the default ca_path to simplify calling logic. | Kyle Morton | 2015-06-26 | 1 | -1/+3 | |
|/ | ||||||
* | synchronize metadata files across projects | Maximilian Hils | 2015-06-26 | 2 | -3/+2 | |
| | ||||||
* | Merge branch 'appveyor' | Maximilian Hils | 2015-06-26 | 1 | -0/+11 | |
|\ | ||||||
| * | 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 | |
| | | | |