summaryrefslogtreecommitdiff
path: root/include/curl/curl.h
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time valueDaniel Stenberg2019-05-031-1/+1
* CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg2019-04-211-0/+3
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-1/+1
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-0/+15
* Secure Transport: no more "darwinssl"Daniel Stenberg2019-02-281-2/+5
* curl.h: use __has_declspec_attribute for shared buildsDon J Olmstead2019-02-271-1/+8
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-0/+3
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-141-0/+16
* curle: move deprecated error code to ifndef blockHan Han2018-11-191-3/+3
* setopt: add CURLOPT_CURLUJim Fuller2018-11-091-0/+3
* axtls: removedDaniel Stenberg2018-11-011-1/+1
* vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson2018-10-301-1/+2
* URL-APIDaniel Stenberg2018-09-081-0/+1
* curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg2018-09-071-1/+1
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-071-0/+6
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-061-0/+3
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-061-0/+3
* ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han2018-09-061-3/+6
* option: disallow username in URLBjörn Stenberg2018-05-311-0/+3
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-291-0/+4
* psl: use latest psl and refresh it periodicallyPatrick Monnerat2018-05-281-0/+1
* httpauth: add support for Bearer tokensLinus Lewandowski2018-05-241-0/+2
* getinfo: add microsecond precise timers for various intervalsPhilip Prindeville2018-05-171-1/+11
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-171-0/+3
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-171-0/+3
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-211-1/+9
* lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro2018-02-211-2/+2
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-201-0/+8
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-0/+2
* curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6Michał Janiszewski2018-01-301-1/+1
* time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg2018-01-301-1/+6
* curl.h: remove incorrect comment about ERRORBUFFERDaniel Stenberg2017-12-081-1/+1
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-1/+4
* global_init: ignore CURL_GLOBAL_SSL's absenseDaniel Stenberg2017-11-271-1/+1
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-1/+9
* curl.h: include <sys/select.h> on cygwin tooDaniel Stenberg2017-09-271-0/+1
* vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg2017-09-221-1/+2
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-221-2/+1
* code style: remove wrong uses of multiple spacesDaniel Stenberg2017-09-121-2/+2
* curl.h: use lower case curl_mime* as for all public symbolsDaniel Stenberg2017-09-051-3/+3
* curl.h: fix "unused checksrc ignore", remove dangling referenceDaniel Stenberg2017-09-041-4/+1
* curl.h: make the curl_strequal() protos use the same styleDaniel Stenberg2017-09-041-2/+2
* headers: move the global_sslset() proto from multi.h to curl.hDaniel Stenberg2017-09-031-21/+61
* mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat2017-09-031-2/+4
* mime: new MIME API.Patrick Monnerat2017-09-021-0/+130
* polarssl: fix multissl breakageDaniel Stenberg2017-08-311-2/+2
* curl.h: CURLSSLBACKEND_WOLFSSL used wrong valueDaniel Stenberg2017-08-301-3/+3
* version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin2017-08-281-0/+1
* vtls: introduce curl_global_sslset()Johannes Schindelin2017-08-281-5/+0
* vtls: refactor out essential information about the SSL backendsJohannes Schindelin2017-08-281-0/+5