aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
Commit message (Collapse)AuthorAgeFilesLines
...
* fix http user agentsThomas Kriechbaumer2015-06-181-2/+2
|
* mark unused variables and argumentsThomas Kriechbaumer2015-06-187-26/+24
|
* Merge branch 'master' of https://github.com/kyle-m/netlib into kyle-m-masterAldo Cortesi2015-06-181-3/+3
|\
| * Adding certifi as default CA bundle.Kyle Morton2015-06-161-3/+3
| |
* | 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-187-58/+56
|\ \ | | | | | | fix warnings and code smells
| * | fix warnings and code smellsThomas Kriechbaumer2015-06-177-58/+56
| | | | | | | | | | | | use prospector to find them
* | | http2: improve :authority headerThomas Kriechbaumer2015-06-161-0/+3
| | |
* | | http2: improve test suiteThomas Kriechbaumer2015-06-162-12/+13
| | |
* | | 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
|/ /
* | Merge pull request #69 from kyle-m/masterAldo Cortesi2015-06-161-0/+23
|\| | | | | Adding support for upstream certificate validation when using SSL/TLS…
| * Adding support for upstream certificate validation when using SSL/TLS with anKyle Morton2015-06-151-0/+23
| | | | | | | | instance of TCPClient.
* | simplify ALPNThomas Kriechbaumer2015-06-141-6/+2
| |
* | http2: add authority headerThomas Kriechbaumer2015-06-141-1/+5
| |
* | add new TLS methodsThomas Kriechbaumer2015-06-141-1/+4
| |
* | add more testsThomas Kriechbaumer2015-06-121-4/+4
| |
* | http2: add response creationThomas Kriechbaumer2015-06-121-15/+41
| |
* | http2: general improvementsThomas Kriechbaumer2015-06-121-20/+43
| |
* | improve ALPN integrationThomas Kriechbaumer2015-06-111-8/+15
|/
* 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-081-1/+4
|
* improve ALPN support on travisThomas Kriechbaumer2015-06-081-8/+11
|
* fix coding styleThomas Kriechbaumer2015-06-081-2/+4
|
* http2: ditch the logging for nowAldo Cortesi2015-06-062-16/+0
| | | | | The API is well designed: it looks like we can get all the information we need to expose debugging in the caller of the API.
* http2: resolve module structure and circular dependenciesAldo Cortesi2015-06-063-187/+188
| | | | | | | | - Move implementation out of __init__.py to protocol.py (an anti-pattern because it makes the kind of structural refactoring we need hard) - protocol imports frame, frame does not import protocol. To do this, we shift the default settings to frame. If this feels wrong, we can move them to a separate module (defaults.py?.).
* Merge pull request #65 from Kriechi/h2-clientAldo Cortesi2015-06-065-161/+308
|\ | | | | HTTP/2 protocol definition
| * use open instead of fileThomas Kriechbaumer2015-06-051-2/+2
| |
| * http2: add protocol testsThomas Kriechbaumer2015-06-052-13/+14
| |
| * http2: rename module and refactor as strategyThomas Kriechbaumer2015-06-052-7/+12
| |
| * http2: add logging and error handlingThomas Kriechbaumer2015-06-052-14/+30
| |
| * http2: change header_block_fragment handlingThomas Kriechbaumer2015-06-051-45/+20
| |
| * http2: add basic protocol handlingThomas Kriechbaumer2015-06-053-97/+211
| |
| * http2: introduce state for connection objectsThomas Kriechbaumer2015-06-051-39/+63
| |
| * http2: fix default settingsThomas Kriechbaumer2015-06-051-2/+2
| |
| * simplify default ssl params for test serversThomas Kriechbaumer2015-06-051-9/+21
| |
* | repr for websocket framesAldo Cortesi2015-06-051-0/+3
| |
* | Revert "tcp: clear_log to clear socket logs"Aldo Cortesi2015-06-051-3/+0
| | | | | | | | | | | | start_log also clears the log, which is good enough. This reverts commit 4ca62e0d9bd09aa286cde9bafceff7204304d00c.
* | tcp: clear_log to clear socket logsAldo Cortesi2015-06-051-0/+3
|/
* Bump versionAldo Cortesi2015-06-041-1/+1
|
* Merge pull request #61 from Kriechi/distribute-cffiMaximilian Hils2015-05-311-2/+2
|\ | | | | distribute cffi correctly
| * distribute cffi correctlyThomas Kriechbaumer2015-05-301-2/+2
| |
* | websockets: nicer human readableAldo Cortesi2015-05-311-3/+5
| |
* | When we see an incomplete read with 0 bytes, it's a disconnectAldo Cortesi2015-05-311-3/+6
| | | | | | | | Partially fixes mitmproxy/mitmproxy:#593
* | Save first byte timestamp for writers too.Aldo Cortesi2015-05-311-0/+1
| |