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
/
setopt.c
Age
Commit message (
Expand
)
Author
2018-11-09
setopt: add CURLOPT_CURLU
Jim Fuller
2018-09-07
curl_easy_upkeep: removed 'conn' from the name
Daniel Stenberg
2018-09-07
upkeep: add a connection upkeep API: curl_easy_conn_upkeep()
Max Dymond
2018-09-06
CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size
Daniel Stenberg
2018-09-06
setopt: add CURLOPT_DOH_URL
Daniel Stenberg
2018-09-06
CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated
Daniel Stenberg
2018-09-05
url: default to CURL_HTTP_VERSION_2TLS if built h2-enabled
Daniel Stenberg
2018-08-18
vtls: reinstantiate engine on duplicated handles
Laurent Bonnans
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-04
vtls: use unified "supports" bitfield member in backends
Daniel Stenberg
2018-04-16
urldata: make service names unconditional
Marcel Raad
2018-04-02
cookies: when reading from a file, only remove_expired once
Lauri Kasanen
2018-03-17
resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES
Rick Deist
2018-03-17
CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol
Lawrence Matthews
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
time: support > year 2038 time stamps for system with 32bit long
Daniel Stenberg
2018-01-22
http: prevent custom Authorization headers in redirects
Daniel Stenberg
2018-01-13
setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ values
Jay Satiro
2018-01-13
setopt: reintroduce non-static Curl_vsetopt() for OS400 support
Patrick Monnerat
2018-01-05
build: remove HAVE_LIMITS_H check
Jay Satiro
2017-12-12
setopt: less *or equal* than INT_MAX/1000 should be fine
Daniel Stenberg
2017-12-07
include: get netinet/in.h before linux/tcp.h
Per Malmberg
2017-12-01
Added support for libssh SSH SCP back-end
Nikos Mavrogiannopoulos
2017-11-24
connect: add support for new TCP Fast Open API on Linux
Alessandro Ghedini
2017-11-10
setopt: split out curl_easy_setopt() to its own file
Daniel Stenberg