Age | Commit message (Expand) | Author |
2016-08-28 | http2: handle closed streams when uploading | Tatsuhiro Tsujikawa |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-12 | http2: Use size_t type for data drain count | Jay Satiro |
2016-04-11 | http2: Ensure that http2_handle_stream_close is called | Tatsuhiro Tsujikawa |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-12-15 | http2: Support trailer fields | Tatsuhiro Tsujikawa |
2015-08-11 | http2: discard frames with no SessionHandle | Anders Bakken |
2015-06-24 | http2: fixed the header accessor functions for the push callback | Daniel Stenberg |
2015-06-24 | http2: setup the new pushed stream properly | Daniel Stenberg |
2015-05-18 | http: Add some include guards for the new HTTP/2 stuff | Jay Satiro |
2015-05-18 | http2: store upload state per stream | Daniel Stenberg |
2015-05-18 | http2: rename s/data/pausedata | Daniel Stenberg |
2015-05-18 | http2: separate multiplex/pipelining + cleanup memory leaks | Daniel Stenberg |
2015-05-18 | http2: Don't call nghttp2_session_mem_recv while it is paused by a stream | Tatsuhiro Tsujikawa |
2015-05-18 | http2: Read data left in connection buffer after pause | Tatsuhiro Tsujikawa |
2015-05-18 | http2: store incoming h2 SETTINGS | Daniel Stenberg |
2015-05-18 | http2: force "drainage" of streams | Daniel Stenberg |
2015-05-18 | http2: move the mem+len pair to the stream struct | Daniel Stenberg |
2015-05-18 | http2: more stream-oriented data, stream ID 0 is for connections | Daniel Stenberg |
2015-05-18 | http2: move lots of state data to the 'stream' struct | Daniel Stenberg |
2015-05-18 | HTTP: partial start at fixing up hash-lookups on http2 frame receival | Daniel Stenberg |
2015-05-18 | http: a stream hash for h2 multiplexing | Daniel Stenberg |
2015-05-18 | http2: move stream_id to the HTTP struct (per-stream) | Daniel Stenberg |
2015-02-27 | http2: Return error if stream was closed with other than NO_ERROR | Tatsuhiro Tsujikawa |
2014-08-02 | HTTP2: Support expect: 100-continue | Tatsuhiro Tsujikawa |
2014-04-04 | CURLOPT_PROXYHEADER: set headers for proxy-only | Daniel Stenberg |
2014-02-17 | http2: Support HTTP POST/PUT | Tatsuhiro Tsujikawa |
2014-02-04 | http2: handle incoming data larger than remaining buffer | Tatsuhiro Tsujikawa |
2014-02-04 | http2: Check stream ID we are interested in | Tatsuhiro Tsujikawa |
2014-02-04 | http2: store response header in temporary buffer | Tatsuhiro Tsujikawa |
2014-02-04 | HTTP2: add layer between existing http and socket(TLS) layer | Tatsuhiro Tsujikawa |
2014-01-30 | http2: add CRLF when first data arrives | Daniel Stenberg |
2014-01-30 | http2: convert HEADER frames to HTTP1-like headers | Daniel Stenberg |
2014-01-30 | http2: do the POST Upgrade dance properly | Daniel Stenberg |
2014-01-29 | http2: switch recv/send functions to http2 ones after 101 | Daniel Stenberg |
2013-11-03 | http: Post base64 decoding tidy up | Steve Holme |
2013-11-02 | http: Added proxy tunnel authentication message header value extraction | Steve Holme |
2013-09-07 | http: fix build warning under LLVM | Nick Zitzmann |
2013-09-07 | http2: actually init nghttp2 and send HTTP2-Settings properly | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: rename 76 lib/*.h files | Yang Tse |
2012-12-28 | lib/*.h: use our standard naming scheme for header inclusion guards | Yang Tse |
2011-06-03 | privatise: make private functions static | Daniel Stenberg |
2011-04-04 | http-proxy: move proxy code to http_proxy.c | Daniel Stenberg |
2010-07-24 | add_buffer_send: fix compiler warning | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-01-21 | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg |
2010-01-07 | removed a parameter from the Curl_http_readwrite_headers() prototype to remove | Daniel Stenberg |
2010-01-07 | removed Curl_http_header_append() prototype as it isn't used anymore, the | Daniel Stenberg |