aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
AgeCommit message (Expand)Author
2020-05-07http2: simplify and clean up trailer handlingDaniel Stenberg
2020-05-04ngtcp2: convert to dynbufDaniel Stenberg
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-01-20http.h: Copyright year out of date, should be 2020Daniel Stenberg
2020-01-20HTTP: increase EXPECT_100_THRESHOLD to 1Mb加藤郁之
2019-11-18ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez
2019-11-16ngtcp2: increase QUIC window size when data is consumedDaniel Stenberg
2019-10-02chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg
2019-09-09Curl_fillreadbuffer: avoid double-free trailer buf on errorDaniel Stenberg
2019-08-24http: the 'closed' struct field is used by both ngh2 and ngh3Daniel Stenberg
2019-08-23ngtcp2: accept upload via callbackDaniel Stenberg
2019-08-12ngtcp2: initial h3 request workDaniel Stenberg
2019-08-09http3: make connection reuse workDaniel Stenberg
2019-08-06quiche: first working HTTP/3 requestDaniel Stenberg
2019-08-05quiche: initial h3 request send/receiveDaniel Stenberg
2019-07-14http: allow overriding timecond with custom headerPeter Simonyi
2019-07-10headers: Remove no longer exported functionsDaniel Gustafsson
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2018-12-14http: Implement trailing headers for chunked transfersAyoub Boudhar
2018-09-23whitespace fixesViktor Szakats
2018-09-16http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg
2018-05-14http2: use the correct function pointer typedefDaniel Stenberg
2018-03-16cleanup: misc typos in strings and commentsluz.paz
2018-03-12http2: mark the connection for close on GOAWAYDaniel Stenberg
2017-09-11Curl_checkheaders: make it available for IMAP and SMTP tooDaniel Stenberg
2017-09-05mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg
2017-09-02mime: new MIME API.Patrick Monnerat
2017-07-06http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLDDaniel Stenberg
2017-01-15http2: disable server push if not requestedAlessandro Ghedini
2016-08-28http2: handle closed streams when uploadingTatsuhiro Tsujikawa
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-12http2: Use size_t type for data drain countJay Satiro
2016-04-11http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-15http2: Support trailer fieldsTatsuhiro Tsujikawa
2015-08-11http2: discard frames with no SessionHandleAnders Bakken
2015-06-24http2: fixed the header accessor functions for the push callbackDaniel Stenberg
2015-06-24http2: setup the new pushed stream properlyDaniel Stenberg
2015-05-18http: Add some include guards for the new HTTP/2 stuffJay Satiro
2015-05-18http2: store upload state per streamDaniel Stenberg
2015-05-18http2: rename s/data/pausedataDaniel Stenberg
2015-05-18http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg
2015-05-18http2: Don't call nghttp2_session_mem_recv while it is paused by a streamTatsuhiro Tsujikawa
2015-05-18http2: Read data left in connection buffer after pauseTatsuhiro Tsujikawa
2015-05-18http2: store incoming h2 SETTINGSDaniel Stenberg
2015-05-18http2: force "drainage" of streamsDaniel Stenberg
2015-05-18http2: move the mem+len pair to the stream structDaniel Stenberg
2015-05-18http2: more stream-oriented data, stream ID 0 is for connectionsDaniel Stenberg
2015-05-18http2: move lots of state data to the 'stream' structDaniel Stenberg
2015-05-18HTTP: partial start at fixing up hash-lookups on http2 frame receivalDaniel Stenberg