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-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
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
[next]