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
/
include
Age
Commit message (
Expand
)
Author
2018-06-25
include/README: remove "hacking" advice, not the right place
Daniel Stenberg
2018-06-22
system.h: fix for gcc on 32 bit OpenServer
Kevin R. Bulgrien
2018-06-06
system.h: add support for IBM xlc C compiler
Stephan Mühlstrasser
2018-06-03
spelling fixes
Viktor Szakats
2018-05-31
option: disallow username in URL
Björn Stenberg
2018-05-29
setopt: add TLS 1.3 ciphersuites
Daniel Stenberg
2018-05-28
psl: use latest psl and refresh it periodically
Patrick Monnerat
2018-05-24
httpauth: add support for Bearer tokens
Linus Lewandowski
2018-05-17
getinfo: add microsecond precise timers for various intervals
Philip Prindeville
2018-05-17
bump: start working on the pending 7.61.0
Daniel Stenberg
2018-04-15
system.h: Add sparcv8plus to oracle/sunpro 32-bit detection
Dagobert Michelsen
2018-03-17
resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES
Rick Deist
2018-03-17
CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol
Lawrence Matthews
2018-03-16
RELEASE-NOTES: toward 7.60.0
Daniel Stenberg
2018-02-23
spelling fixes
Viktor Szakats
2018-02-21
url: Add option CURLOPT_RESOLVER_START_FUNCTION
Francisco Sedano
2018-02-21
lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS
Jay Satiro
2018-02-20
url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT
Anders Bakken
2018-02-15
TODO fixed: Detect when called from within callbacks
Björn Stenberg
2018-01-30
curlver: next release will be 7.59.0
Daniel Stenberg
2018-01-30
curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6
Michał Janiszewski
2018-01-30
time: support > year 2038 time stamps for system with 32bit long
Daniel Stenberg
2018-01-25
bump: towards 7.58.1
Daniel Stenberg
2018-01-09
system.h: Additionally check __LONG_MAX__ for defining curl_off_t
Dimitrios Apostolou
2018-01-02
Revert "curl/system.h: fix compilation with gcc on AIX PPC and IA64 HP-UX"
Jay Satiro
2017-12-22
curl/system.h: fix compilation with gcc on AIX PPC and IA64 HP-UX
Dimitrios Apostolou
2017-12-08
curl.h: remove incorrect comment about ERRORBUFFER
Daniel Stenberg
2017-12-06
RELEASE-NOTES: synced with b261c44e8
Daniel Stenberg
2017-12-01
Added support for libssh SSH SCP back-end
Nikos Mavrogiannopoulos
2017-12-01
curlver: towards 7.57.1
Daniel Stenberg
2017-11-27
global_init: ignore CURL_GLOBAL_SSL's absense
Daniel Stenberg
2017-11-05
HTTP: implement Brotli content encoding
Patrick Monnerat
2017-10-08
curlver.h: next expected release is 7.57.0
Daniel Stenberg
2017-09-27
curl.h: include <sys/select.h> on cygwin too
Daniel Stenberg
2017-09-22
vtls: provide curl_global_sslset() even in non-SSL builds
Daniel Stenberg
2017-09-22
form/mime: field names are not allowed to contain zero-valued bytes.
Patrick Monnerat
2017-09-12
code style: remove wrong uses of multiple spaces
Daniel Stenberg
2017-09-05
curl.h: use lower case curl_mime* as for all public symbols
Daniel Stenberg
2017-09-04
curl.h: fix "unused checksrc ignore", remove dangling reference
Daniel Stenberg
2017-09-04
docs: Update to secure URL versions
Viktor Szakats
2017-09-04
curl.h: make the curl_strequal() protos use the same style
Daniel Stenberg
2017-09-03
headers: move the global_sslset() proto from multi.h to curl.h
Daniel Stenberg
2017-09-03
mime: use size_t instead of ssize_t in public API interface.
Patrick Monnerat
2017-09-02
mime: new MIME API.
Patrick Monnerat
2017-08-31
polarssl: fix multissl breakage
Daniel Stenberg
2017-08-30
curl.h: CURLSSLBACKEND_WOLFSSL used wrong value
Daniel Stenberg
2017-08-29
curl/multi.h: remove duplicated closing c++ brace
Daniel Stenberg
2017-08-28
version: add the CURL_VERSION_MULTI_SSL feature flag
Johannes Schindelin
2017-08-28
vtls: introduce curl_global_sslset()
Johannes Schindelin
2017-08-28
vtls: refactor out essential information about the SSL backends
Johannes Schindelin
[next]