Age | Commit message (Expand) | Author |
2017-01-15 | http2: disable server push if not requested | Alessandro Ghedini |
2017-01-11 | http2_send: avoid unsigned integer wrap around | Daniel Stenberg |
2016-11-28 | http2: check nghttp2_session_set_local_window_size exists | Jay Satiro |
2016-11-28 | http2: Fix crashes when parent stream gets aborted | Anders Bakken |
2016-11-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-16 | http2: Use huge HTTP/2 windows | Jay Satiro |
2016-11-16 | http2: Fix address sanitizer memcpy warning | Jay Satiro |
2016-11-11 | realloc: use Curl_saferealloc to avoid common mistakes | Daniel Stenberg |
2016-11-07 | http2: Don't send header fields prohibited by HTTP/2 spec | Tatsuhiro Tsujikawa |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-09-16 | http2: debug ouput sent HTTP/2 request headers | Daniel Stenberg |
2016-09-09 | http2: support > 64bit sized uploads | Daniel Stenberg |
2016-09-05 | http2: return EOF when done uploading without known size | Daniel Stenberg |
2016-09-05 | http2: skip the content-length parsing, detect unknown size | Daniel Stenberg |
2016-09-05 | http2: minor white space edit | Daniel Stenberg |
2016-09-05 | http2: use named define instead of magic constant in read callback | Daniel Stenberg |
2016-08-28 | http2: return CURLE_HTTP2_STREAM for unexpected stream close | Daniel Stenberg |
2016-08-28 | http2: handle closed streams when uploading | Tatsuhiro Tsujikawa |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg |
2016-08-25 | http2: Remove incorrect comments | Jay Satiro |
2016-08-05 | http2: always wait for readable socket | Daniel Stenberg |
2016-08-05 | CURLOPT_TCP_NODELAY: now enabled by default | Daniel Stenberg |
2016-08-04 | multi: make Curl_expire() work with 0 ms timeouts | Daniel Stenberg |
2016-06-22 | typedefs: use the full structs in internal code... | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-05-19 | http2: use HTTP/2 in the HTTP/1.1-alike header | Daniel Stenberg |
2016-05-12 | http2: Add space between colon and header value | Cory Benfield |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-12 | http2: Use size_t type for data drain count | Jay Satiro |
2016-04-11 | http2: Improve header parsing | Jay Satiro |
2016-04-11 | http2: Add Curl_http2_strerror for HTTP/2 error codes | Jay Satiro |
2016-04-11 | http2: Don't increment drain when one header field is received | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Ensure that http2_handle_stream_close is called | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Process paused data first before tear down http2 session | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Check session closure early in http2_recv | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Add handling stream level error | Tatsuhiro Tsujikawa |
2016-04-11 | http2: drain the socket better... | Daniel Stenberg |
2016-04-06 | HTTP2: Add a space character after the status code | Michael Kaufmann |
2016-04-05 | http2: fix connection reuse when PING comes after last DATA | Daniel Stenberg |
2016-04-02 | http2: make use of the nghttp2 error callback | Daniel Stenberg |
2016-03-29 | http2: set correct scheme in handler structs [regression] | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2016-01-08 | http2: handle the received SETTINGS frame | Daniel Stenberg |
2016-01-08 | http2: Fix PUSH_PROMISE headers being treated as trailers | Tatsuhiro Tsujikawa |
2016-01-06 | http2: Fix client write for trailers on stream close | Jay Satiro |
2015-12-15 | http2: Support trailer fields | Tatsuhiro Tsujikawa |
2015-12-08 | http2: Fix hanging paused stream | Tatsuhiro Tsujikawa |
2015-11-30 | http2: convert some verbose output into debug-only output | Daniel Stenberg |
2015-11-30 | http2 push: add missing inits of new stream | Daniel Stenberg |