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-04-06
cleanup: correct copyright year range on a few files
Daniel Stenberg
2020-04-06
warnless: remove code block for icc that didn't work
Daniel Stenberg
2020-04-06
dist: add missing setup-win32.h
Marc Hoersken
2020-04-05
lib: never define CURL_CA_BUNDLE with a getenv
Daniel Stenberg
2020-04-05
CURLINFO_CONDITION_UNMET: return true for 304 http status code
Kwon-Young Choi
2020-04-04
windows: enable UnixSockets with all build toolchains
Viktor Szakats
2020-03-31
vquic/ngtcp2.h: update copyright year range
Daniel Stenberg
2020-03-31
vquic: add support for GnuTLS backend of ngtcp2
Daiki Ueno
2020-03-31
misc: copyright year updates
Daniel Stenberg
2020-03-31
build: fixed build for systems with select() in unistd.h
Harry Sintonen
2020-03-31
memdebug: don't log free(NULL)
Daniel Stenberg
2020-03-30
cleanup: insert newline after if() conditions
Daniel Stenberg
2020-03-30
checksrc: warn on obvious conditional blocks on the same line as if()
Daniel Stenberg
2020-03-30
ngtcp2: update to git master for the key installation API change
Daiki Ueno
2020-03-29
curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented
Daniel Stenberg
2020-03-27
version: add 'cainfo' and 'capath' to version info struct
Daniel Stenberg
2020-03-26
openssl: adapt to functions marked as deprecated since version 3
Daniel Stenberg
2020-03-24
config: remove all defines of HAVE_DES_H
Daniel Stenberg
2020-03-24
copyright: fix out-of-date copyright ranges and missing headers
Daniel Stenberg
2020-03-22
getinfo: provide CURLINFO_HEADER_SIZE and CURLINFO_REQUEST_SIZE override
Daniel Stenberg
2020-03-22
CURLINFO_NUM_CONNECTS: improve accuracy
Daniel Stenberg
2020-03-21
lib/curl_setup: adjust the copyright year range
Daniel Stenberg
2020-03-21
curl_setup: define _WIN32_WINNT_[OS] symbols
Jay Satiro
2020-03-19
secure transport: remove the BACKEND define kludge
Daniel Stenberg
2020-03-19
mbedtls: remove the BACKEND define kludge
Daniel Stenberg
2020-03-19
bearssl: remove the BACKEND define kludge
Daniel Stenberg
2020-03-19
wolfssl: remove the BACKEND define kludge
Daniel Stenberg
2020-03-19
nss: remove the BACKEND define kludge
Daniel Stenberg
2020-03-19
gnutls: remove the BACKEND define kludge
Daniel Stenberg
2020-03-19
openssl: remove the BACKEND define kludge
Daniel Stenberg
2020-03-18
http2: Fix erroneous debug message that h2 connection closed
Jay Satiro
2020-03-18
schannel: add "best effort" revocation check option
Johannes Schindelin
2020-03-18
multi: Improve parameter check for curl_multi_remove_handle
Jay Satiro
2020-03-17
windows: suppress UI in all CryptAcquireContext() calls
Viktor Szakats
2020-03-17
test 970: verify --write-out '%{json}'
Daniel Stenberg
2020-03-17
writeout: support to generate JSON output
Mathias Gumz
2020-03-16
cmake: add support for building with wolfSSL
Daniel Stenberg
2020-03-16
vtls: free ssl_config leftovers on out-of-memory
Daniel Stenberg
2020-03-15
gskit: update the copyright year range
Daniel Stenberg
2020-03-15
gskit: use our internal select wrapper for portability
Marc Hoersken
2020-03-15
transfer: cap retries of "dead connections" to 5
Daniel Stenberg
2020-03-15
select: add 'timeout_ms' wrap-around precaution to Curl_select
Marc Hoersken
2020-03-15
select: fix 'pending_ms' is assigned a value that is never used
Marc Hoersken
2020-03-15
select: move duplicate select preparation code into Curl_select
Marc Hoersken
2020-03-15
connect: happy eyeballs cleanup
Daniel Stenberg
2020-03-14
Makefile.m32: Improve windres parameter compatibility
Jay Satiro
2020-03-14
easy: Fix curl_easy_duphandle for builds missing IPv6 that use c-ares
Jay Satiro
2020-03-09
sftp: fix segfault regression introduced by #4747
Jim Fuller
2020-03-08
socks4: fix host resolve regression
Daniel Stenberg
2020-03-08
cookie: get_top_domain() sets zero length for null domains
Patrick Monnerat
[next]