Age | Commit message (Expand) | Author |
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 |
2015-11-30 | http2 push: set weight for new stream | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-16 | http2: minor comment typo | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-11-10 | http2: rectify the http2 version #if check | Daniel Stenberg |
2015-10-23 | http2: s/priority/weight | Daniel Stenberg |
2015-10-23 | http2: on_frame_recv: trust the conn/data input | Daniel Stenberg |
2015-10-23 | http2: added three stream prio/deps options | Daniel Stenberg |
2015-10-16 | http2: Don't pass unitialized name+len pairs to nghttp2_submit_request | Anders Bakken |
2015-10-09 | http2: Fix http2_recv to return -1 if recv returned -1 | Jay Satiro |