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-05-28
urldata: fix comments: Curl_done() is called multi_done() now
Daniel Stenberg
2020-05-27
urldata: connect related booleans live in struct ConnectBits
Daniel Stenberg
2020-05-26
hostip: on macOS avoid DoH when given a numerical IP address
Daniel Stenberg
2020-05-25
url: accept "any length" credentials for proxy auth
Daniel Stenberg
2020-05-25
all: fix codespell errors
Viktor Szakats
2020-05-23
setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency
Gilles Vollant
2020-05-15
setopt: support certificate options in memory with struct curl_blob
Gilles Vollant
2020-05-15
source cleanup: remove all custom typedef structs
Daniel Stenberg
2020-05-08
CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)
Gilles Vollant
2020-05-04
urldata.h: remove #define HEADERSIZE, not used anymore
Daniel Stenberg
2020-05-04
http_proxy: ported to use dynbuf instead of a static size buffer
Daniel Stenberg
2020-05-04
dynbuf: introduce internal generic dynamic buffer functions
Daniel Stenberg
2020-04-25
lib: clean up whitespace
Marcel Raad
2020-04-14
mqtt: add new experimental protocol
Bjorn Stenberg
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
[next]