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
Age
Commit message (
Expand
)
Author
2020-02-22
tests: Added a unit test for SHA256 digest generation
Steve Holme
2020-02-22
md4: Fixed compilation issues when using GNU TLS gcrypt
Steve Holme
2020-02-21
http2: now require nghttp2 >= 1.12.0
Daniel Stenberg
2020-02-21
gtls: fix the copyright year
Daniel Stenberg
2020-02-21
GnuTLS: Always send client cert
jethrogb
2020-02-21
cleanup: comment typos
Daniel Stenberg
2020-02-20
win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and SHA256 functions
Steve Holme
2020-02-19
connect: remove some spurious infof() calls
Daniel Stenberg
2020-02-19
nit: Copyright year out of date
Daniel Stenberg
2020-02-18
tool_util: Improve Windows version of tvnow()
Jay Satiro
2020-02-18
SOCKS: fix typo in printf formatting
Daniel Stenberg
2020-02-18
altsvc: make saving the cache an atomic operation
Daniel Stenberg
2020-02-18
rename: a new file for Curl_rename()
Daniel Stenberg
2020-02-17
cookies: make saving atomic with a rename
Daniel Stenberg
2020-02-17
socks: make the connect phase non-blocking
Daniel Stenberg
2020-02-16
multi: if Curl_readwrite sets 'comeback' use expire, not loop
Daniel Stenberg
2020-02-16
ftp: convert 'sock_accepted' to a plain boolean
Daniel Stenberg
2020-02-13
tool_home: Fix the copyright year being out of date
Steve Holme
2020-02-12
tool_homedir: Change GetEnv() to use libcurl's curl_getenv()
Jay Satiro
2020-02-12
strerror.h: Copyright year out of date
Daniel Stenberg
2020-02-12
strerror: Increase STRERROR_LEN 128 -> 256
Jay Satiro
2020-02-12
multi: fix outdated comment
Jay Satiro
2020-02-12
easy: remove dead code
Jay Satiro
2020-02-09
smtp: Simplify the MAIL command and avoid a duplication of send strings
Steve Holme
2020-02-09
altsvc: keep a copy of the file name to survive handle reset
Daniel Stenberg
2020-02-09
url: Include the failure reason when curl_win32_idn_to_ascii() fails
Steve Holme
2020-02-09
asyn-thread: remove dead code
Jay Satiro
2020-02-07
digest: Do not quote algorithm in HTTP authorisation
Pierre-Yves Bigourdan
2020-02-07
ftp: remove the duplicated user/password struct fields
Daniel Stenberg
2020-02-07
ftp: remove superfluous checking for crlf in user or pwd
Daniel Stenberg
2020-02-06
ntlm_wb: Use Curl_socketpair() for greater portability
Steve Holme
2020-02-05
ftp: shrink temp buffers used for PORT
Daniel Stenberg
2020-02-04
altsvc: set h3 version at a common single spot
Daniel Stenberg
2020-02-04
altsvc: improved header parser
Harry Sintonen
2020-02-04
ngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6
Harry Sintonen
2020-02-04
ntlm: Pass the Curl_easy structure to the private winbind functions
Steve Holme
2020-02-03
ntlm: Ensure the HTTP header data is not stored in the challenge/response
Steve Holme
2020-02-03
openssl: remove redundant assignment
Marcel Raad
2020-02-02
cleanup: fix typos and wording in docs and comments
Pedro Monreal
2020-02-02
ntlm: Move the winbind data into the NTLM data structure
Steve Holme
2020-01-30
quiche: Copyright year out of date
Daniel Stenberg
2020-01-30
altsvc: use h3-25
Daniel Stenberg
2020-01-30
quiche: update to draft-25
Alessandro Ghedini
2020-01-29
ngtcp2: update to git master and its draft-25 support
Daniel Stenberg
2020-01-29
cookie: check __Secure- and __Host- case sensitively
Daniel Stenberg
2020-01-28
multi_done: if multiplexed, make conn->data point to another transfer
Daniel Stenberg
2020-01-28
urlapi: guess scheme correct even with credentials given
Daniel Stenberg
2020-01-28
global_init: move the IPv6 works status bool to multi handle
Daniel Stenberg
2020-01-27
urldata: do string enums without #ifdefs for build scripts
Jon Rumsey
2020-01-26
global_init: assume the EINTR bit by default
Daniel Stenberg
[next]