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.c
Age
Commit message (
Expand
)
Author
2019-09-20
http: fix Expression 'http->postdata' is always false
Daniel Stenberg
2019-09-18
http: merge two "case" statements
Michael Kaufmann
2019-09-09
Curl_fillreadbuffer: avoid double-free trailer buf on error
Daniel Stenberg
2019-08-20
http: remove chunked-encoding and expect header use for HTTP/3
Daniel Stenberg
2019-08-16
http: fix use of credentials from URL when using HTTP proxy
Daniel Stenberg
2019-08-14
ngtcp2: do QUIC connections happy-eyeballs friendly
Daniel Stenberg
2019-08-08
http3: fix the HTTP/3 in the request, make alt-svc set right versions
Daniel Stenberg
2019-08-08
alt-svc: send Alt-Used: in redirected requests
Daniel Stenberg
2019-08-08
CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly
Daniel Stenberg
2019-08-07
CURLINFO_RETRY_AFTER: parse the Retry-After header value
Daniel Stenberg
2019-08-06
quiche: first working HTTP/3 request
Daniel Stenberg
2019-07-30
cleanup: remove the 'numsocks' argument used in many places
Daniel Stenberg
2019-07-29
HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown
Balazs Kovacsics
2019-07-21
HTTP3: initial (experimental) support
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-06-24
http: clarify header buffer size calculation
Daniel Gustafsson
2019-06-24
http2: call done_sending on end of upload
Daniel Stenberg
2019-06-02
http: don't parse body-related headers bodyless responses
Michael Kaufmann
2019-05-29
http: fix "error: equality comparison with extraneous parentheses"
Daniel Stenberg
2019-05-16
cleanup: remove FIXME and TODO comments
Daniel Stenberg
2019-05-16
http_ntlm_wb: Move the type-2 message processing into a dedicated function
Steve Holme
2019-05-15
http_negotiate: Move the Negotiate state out of the negotiatedata structure
Steve Holme
2019-05-15
http_ntlm: Move the NTLM state out of the ntlmdata structure
Steve Holme
2019-05-13
proxy: acknowledge DISABLE_PROXY more
Daniel Stenberg
2019-05-13
parsedate: CURL_DISABLE_PARSEDATE
Daniel Stenberg
2019-05-13
mime: acknowledge CURL_DISABLE_MIME
Daniel Stenberg
2019-05-13
http: CURL_DISABLE_HTTP_AUTH
Daniel Stenberg
2019-05-08
http: Ignore HTTP/2 prior knowledge setting for HTTP proxies
Jay Satiro
2019-05-01
http: mark bundle as not for multiuse on < HTTP/2 response
Daniel Stenberg
2019-04-06
pipelining: removed
Daniel Stenberg
2019-03-14
Negotiate: fix for HTTP POST with Negotiate
Dominik Hölzl
2019-03-13
http: send payload when (proxy) authentication is done
Marc Schlatter
2019-03-03
alt-svc: add test 355 and 356 to verify with command line curl
Daniel Stenberg
2019-03-03
alt-svc: the libcurl bits
Daniel Stenberg
2019-03-01
urldata: simplify bytecounters
Daniel Stenberg
2019-02-28
http: set state.infilesize when sending formposts
Daniel Stenberg
2019-02-27
urldata: convert bools to bitfields and move to end
Daniel Stenberg
2019-02-19
http: make adding a blank header thread-safe
Daniel Stenberg
2019-02-10
cleanup: make local functions static
Daniel Stenberg
2019-01-09
cookies: skip custom cookies when redirecting cross-site
Katsuhiko YOSHIDA
2019-01-07
Revert "http_negotiate: do not close connection until negotiation is completed"
Daniel Stenberg
2018-12-21
http: added options for allowing HTTP/0.9 responses
Daniel Stenberg
2018-12-14
http: Implement trailing headers for chunked transfers
Ayoub Boudhar
2018-12-13
cookies: leave secure cookies alone
Daniel Gustafsson
2018-12-11
http: fix HTTP auth to include query in URI
Jay Satiro
2018-12-11
http: don't set CURLINFO_CONDITION_UNMET for http status code 204
Michael Kaufmann
2018-12-07
NTLM: force the connection to HTTP/1.1
Johannes Schindelin
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-11-16
http_negotiate: do not close connection until negotiation is completed
Elia Tufarolo
[next]