index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http.h
Age
Commit message (
Expand
)
Author
2019-11-18
ngtcp2: use overflow buffer for extra HTTP/3 data
Javier Blazquez
2019-11-16
ngtcp2: increase QUIC window size when data is consumed
Daniel Stenberg
2019-10-02
chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING error
Daniel Stenberg
2019-09-09
Curl_fillreadbuffer: avoid double-free trailer buf on error
Daniel Stenberg
2019-08-24
http: the 'closed' struct field is used by both ngh2 and ngh3
Daniel Stenberg
2019-08-23
ngtcp2: accept upload via callback
Daniel Stenberg
2019-08-12
ngtcp2: initial h3 request work
Daniel Stenberg
2019-08-09
http3: make connection reuse work
Daniel Stenberg
2019-08-06
quiche: first working HTTP/3 request
Daniel Stenberg
2019-08-05
quiche: initial h3 request send/receive
Daniel Stenberg
2019-07-14
http: allow overriding timecond with custom header
Peter Simonyi
2019-07-10
headers: Remove no longer exported functions
Daniel Gustafsson
2019-03-01
urldata: simplify bytecounters
Daniel Stenberg
2018-12-14
http: Implement trailing headers for chunked transfers
Ayoub Boudhar
2018-09-23
whitespace fixes
Viktor Szakats
2018-09-16
http: made Curl_add_buffer functions take a pointer-pointer
Daniel Stenberg
2018-05-14
http2: use the correct function pointer typedef
Daniel Stenberg
2018-03-16
cleanup: misc typos in strings and comments
luz.paz
2018-03-12
http2: mark the connection for close on GOAWAY
Daniel Stenberg
2017-09-11
Curl_checkheaders: make it available for IMAP and SMTP too
Daniel Stenberg
2017-09-05
mime: unified to use the typedef'd mime structs everywhere
Daniel Stenberg
2017-09-02
mime: new MIME API.
Patrick Monnerat
2017-07-06
http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLD
Daniel Stenberg
2017-01-15
http2: disable server push if not requested
Alessandro Ghedini
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
[next]