aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* http2: resolve module structure and circular dependenciesAldo Cortesi2015-06-063-187/+188
* Merge pull request #65 from Kriechi/h2-clientAldo Cortesi2015-06-065-161/+308
|\
| * 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
* | 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 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
* | Save first byte timestamp for writers too.Aldo Cortesi2015-05-311-0/+1
* | Move version check to netlib, unit test it.Aldo Cortesi2015-05-311-0/+49
|/
* Adjust pep8 parameters, reformatAldo Cortesi2015-05-308-117/+236
* cleanup importsThomas Kriechbaumer2015-05-291-1/+0
* add HTTP/2-capable clientThomas Kriechbaumer2015-05-291-0/+65
* add ALPN support to TCP abstractionThomas Kriechbaumer2015-05-292-9/+29
* add generic frame parsing methodThomas Kriechbaumer2015-05-291-0/+17
* add hpack to encode and decode headersThomas Kriechbaumer2015-05-291-9/+32
* fix default argumentThomas Kriechbaumer2015-05-291-1/+5
* add human_readable() to each frame for debuggingThomas Kriechbaumer2015-05-291-1/+74
* Satisfy autobots.Aldo Cortesi2015-05-281-1/+2
* Merge branch 'Kriechi-cleanup'Aldo Cortesi2015-05-2814-242/+322
|\
| * cleanup code with autoflakeThomas Kriechbaumer2015-05-275-14/+1
| * cleanup code with autopep8Thomas Kriechbaumer2015-05-2714-229/+308
* | update TLS defaults: signature hash and DH paramsThomas Kriechbaumer2015-05-271-11/+21
|/
* remove outdated workaroundsThomas Kriechbaumer2015-05-271-8/+4
* Merge pull request #56 from Kriechi/http2-framesAldo Cortesi2015-05-273-0/+401
|\
| * implement basic HTTP/2 frame classesThomas Kriechbaumer2015-05-263-0/+401
* | Post release version bump.Aldo Cortesi2015-05-261-1/+1
|/
* improve displaying tcp addressesMaximilian Hils2015-05-181-1/+4
* release prep: bump versionAldo Cortesi2015-05-181-1/+1
* Zap outdated commentAldo Cortesi2015-05-161-3/+1
* Add tcp.Reader.safe_read, use it in socks and websocketsAldo Cortesi2015-05-053-45/+51
* websockets: more flexible masking interface.Aldo Cortesi2015-05-011-3/+8
* websockets: A progressive masker.Aldo Cortesi2015-05-011-14/+18