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
/
urldata.h
Age
Commit message (
Expand
)
Author
2020-03-18
schannel: add "best effort" revocation check option
Johannes Schindelin
2020-03-15
transfer: cap retries of "dead connections" to 5
Daniel Stenberg
2020-03-15
connect: happy eyeballs cleanup
Daniel Stenberg
2020-03-07
ares: store dns parameters for duphandle
Ernst Sjöstrand
2020-03-06
urldata: remove the 'stream_was_rewound' connectdata struct member
Daniel Stenberg
2020-02-26
http: added 417 response treatment
Daniel Stenberg
2020-02-17
socks: make the connect phase non-blocking
Daniel Stenberg
2020-02-16
ftp: convert 'sock_accepted' to a plain boolean
Daniel Stenberg
2020-02-03
ntlm: Ensure the HTTP header data is not stored in the challenge/response
Steve Holme
2020-02-02
ntlm: Move the winbind data into the NTLM data structure
Steve Holme
2020-01-27
urldata: do string enums without #ifdefs for build scripts
Jon Rumsey
2020-01-21
smtp: Allow RCPT TO command to fail for some recipients
Pavel Volgarev
2020-01-21
copyright: fix year ranges
Daniel Stenberg
2020-01-21
http: move "oauth_bearer" from connectdata to Curl_easy
nao
2019-12-03
openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chains
Daniel Stenberg
2019-11-28
doh: use dedicated probe slots
Niall
2019-11-17
lib: Move lib/ssh.h -> lib/vssh/ssh.h
Jay Satiro
2019-09-28
cookies: using a share with cookies shouldn't enable the cookie engine
Daniel Stenberg
2019-09-26
url: don't set appconnect time for non-ssl/non-ssh connections
Jay Satiro
2019-09-21
urldata: use 'bool' for the bit type on MSVC compilers
Daniel Stenberg
2019-09-19
url: only reuse TLS connections with matching pinning
Daniel Stenberg
2019-09-03
urldata: avoid 'generic', use dedicated pointers
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
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-07
quiche: make use of the connection timeout API properly
Daniel Stenberg
2019-08-06
sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID
Steve Holme
2019-08-01
timediff: make it 64 bit (if possible) even with 32 bit time_t
Daniel Stenberg
2019-07-30
cleanup: remove the 'numsocks' argument used in many places
Daniel Stenberg
2019-07-21
HTTP3: initial (experimental) support
Daniel Stenberg
2019-06-10
multi: make sure 'data' can present in several sockhash entries
Daniel Stenberg
2019-06-04
ssl: Update outdated "openssl-only" comments for supported backends
Frank Gevaerts
2019-06-02
http: don't parse body-related headers bodyless responses
Michael Kaufmann
2019-05-28
multi: track users of a socket better
Daniel Stenberg
2019-05-25
Revert all SASL authzid (new feature) commits
Jay Satiro
2019-05-22
sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID
Steve Holme
2019-05-17
libcurl: #ifdef away more code for disabled features/protocols
Daniel Stenberg
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-15
url: Move the negotiate state type into a dedicated enum
Steve Holme
2019-05-13
wildcard: disable from build when FTP isn't present
Daniel Stenberg
2019-05-13
http: CURL_DISABLE_HTTP_AUTH
Daniel Stenberg
2019-05-13
doh: CURL_DISABLE_DOH
Daniel Stenberg
2019-05-06
ssh: define USE_SSH if SSH is enabled (any backend)
Daniel Stenberg
2019-05-01
process_pending_handles: mark queued transfers as previously pending
Daniel Stenberg
2019-04-29
CURL_MAX_INPUT_LENGTH: largest acceptable string input size
Daniel Stenberg
2019-04-21
CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse
Daniel Stenberg
2019-04-11
CURLOPT_DNS_USE_GLOBAL_CACHE: remove
Daniel Stenberg
[next]