aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | unify SSL version/method handlingThomas Kriechbaumer2015-06-222-9/+20
| | | | |/
| | * | / Remove dependence on pathod in test suite.Aldo Cortesi2015-06-232-3/+21
| | |/ /
| | * | Moar Travis.Aldo Cortesi2015-06-231-1/+2
| | | |
| | * | Refine travis.Aldo Cortesi2015-06-231-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 Cortesi2015-06-231-0/+1
| | |/
| | * netlib/test.py -> test/tservers.pyAldo Cortesi2015-06-225-46/+46
| | |
| | * fix http user agentsThomas Kriechbaumer2015-06-181-2/+2
| | |
| | * mark unused variables and argumentsThomas Kriechbaumer2015-06-188-26/+27
| | |
| | * fix setup.pyThomas Kriechbaumer2015-06-181-1/+1
| | |
| | * Merge branch 'master' of github.com:mitmproxy/netlibMaximilian Hils2015-06-1816-168/+505
| | |\
| | | * remove implementation badgeMaximilian Hils2015-06-181-2/+1
| | | | | | | | | | | | line too short :-/
| | | * http2: rename test fileThomas Kriechbaumer2015-06-181-0/+0
| | | |
| | | * Merge branch 'master' of https://github.com/kyle-m/netlib into kyle-m-masterAldo Cortesi2015-06-182-4/+5
| | | |\
| | | | * Adding certifi as default CA bundle.Kyle Morton2015-06-162-4/+5
| | | | |
| | | * | Only set OP_NO_COMPRESSION by default if it exists in our version of OpenSSLAldo Cortesi2015-06-181-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/landscapeAldo Cortesi2015-06-1810-67/+71
| | | |\ \ | | | | | | | | | | | | fix warnings and code smells
| | | | * | add landscape.io badgeThomas Kriechbaumer2015-06-171-1/+2
| | | | | |
| | | | * | fix warnings and code smellsThomas Kriechbaumer2015-06-179-67/+67
| | | | | | | | | | | | | | | | | | | | | | | | use prospector to find them
| | | | * | add landscape configurationMaximilian Hils2015-06-171-0/+3
| | | | | |
| | | * | | Merge pull request #70 from Kriechi/http2-wipAldo Cortesi2015-06-185-73/+126
| | | |\ \ \ | | | | |/ / | | | |/| | HTTP/2: yet another PR
| | | | * | http2: improve :authority headerThomas Kriechbaumer2015-06-162-2/+5
| | | | | |
| | | | * | http2: improve test suiteThomas Kriechbaumer2015-06-164-26/+53
| | | | | |
| | | | * | http2: return stream_id from request for responseThomas Kriechbaumer2015-06-161-4/+7
| | | | | |
| | | | * | http2: fix header_block_fragments and lengthThomas Kriechbaumer2015-06-162-10/+26
| | | | | |
| | | | * | http2: only first headers frame as END_STREAM flagThomas Kriechbaumer2015-06-161-2/+2
| | | | | |
| | | | * | http2: improve frame outputThomas Kriechbaumer2015-06-161-5/+6
| | | | | |
| | | | * | add elliptic curve during TLS handshakeThomas Kriechbaumer2015-06-161-8/+5
| | | | | |
| | | | * | http2: improve frame outputThomas Kriechbaumer2015-06-162-33/+39
| | | |/ /
| | | * | add hacking sectionMaximilian Hils2015-06-161-0/+5
| | | | |
| | | * | update badgesMaximilian Hils2015-06-161-6/+7
| | | | |
| | | * | explicitly state that we only support 2.7Maximilian Hils2015-06-161-0/+1
| | | | |
| | | * | Merge pull request #69 from kyle-m/masterAldo Cortesi2015-06-163-0/+91
| | | |\| | | | | | | | | | | Adding support for upstream certificate validation when using SSL/TLS…
| | | | * Adding support for upstream certificate validation when using SSL/TLS with anKyle Morton2015-06-153-0/+91
| | | | | | | | | | | | | | | | | | | | instance of TCPClient.
| | | * | improve meta codeThomas Kriechbaumer2015-06-152-3/+2
| | | | |
| | | * | Merge pull request #67 from Kriechi/http2-wipAldo Cortesi2015-06-154-51/+223
| | | |\ \ | | | | |/ | | | |/| HTTP/2: preparations for pathod
| | | | * simplify ALPNThomas Kriechbaumer2015-06-141-6/+2
| | | | |
| | | | * http2: add authority headerThomas Kriechbaumer2015-06-142-3/+7
| | | | |
| | | | * add new TLS methodsThomas Kriechbaumer2015-06-141-1/+4
| | | | |
| | | | * add more testsThomas Kriechbaumer2015-06-123-8/+92
| | | | |
| | | | * http2: add response creationThomas Kriechbaumer2015-06-122-16/+42
| | | | |
| | | | * http2: general improvementsThomas Kriechbaumer2015-06-122-26/+78
| | | | |
| | | | * improve ALPN integrationThomas Kriechbaumer2015-06-111-8/+15
| | | |/
| | * / include wheel as dev dependencyMaximilian Hils2015-06-181-0/+1
| | |/
| | * fix coding styleThomas Kriechbaumer2015-06-081-1/+1
| | |
| | * http2: add warning if raw data looks like HTTP/1Thomas Kriechbaumer2015-06-082-1/+5
| | |
| | * fix non-ALPN supported OpenSSL-related testsThomas Kriechbaumer2015-06-082-2/+11
| | |
| | * Merge pull request #66 from Kriechi/improve-alpn-supportAldo Cortesi2015-06-084-16/+63
| | |\ | | | | | | | | improve ALPN support on travis
| | | * improve ALPN support on travisThomas Kriechbaumer2015-06-082-14/+58
| | | |
| | | * ignore eggs directoryThomas Kriechbaumer2015-06-081-0/+1
| | | |
| | | * fix coding styleThomas Kriechbaumer2015-06-081-2/+4
| | |/