summaryrefslogtreecommitdiff
path: root/include/curl/curl.h
Commit message (Expand)AuthorAgeFilesLines
* defines: avoid underscore-prefixed definesDaniel Stenberg2019-08-231-3/+3
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-141-0/+2
* curl_version_info: make the quic_version a constDaniel Stenberg2019-08-131-1/+1
* curl_version_info: offer quic (and h3) library infoDaniel Stenberg2019-08-121-1/+2
* CURLOPT_H3: removedDaniel Stenberg2019-08-091-6/+1
* alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg2019-08-081-1/+1
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-081-5/+2
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-071-1/+2
* curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg2019-08-071-1/+3
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-061-0/+3
* curl.h: fix outdated commentJustin2019-07-301-4/+1
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-0/+8
* curl_version_info: provide nghttp2 detailsDaniel Stenberg2019-07-201-2/+7
* libcurl: Restrict redirect schemes (follow-up)Jay Satiro2019-07-171-2/+1
* typecheck: CURLOPT_CONNECT_TO takes an slist tooDaniel Stenberg2019-06-201-12/+14
* ssl: Update outdated "openssl-only" comments for supported backendsFrank Gevaerts2019-06-041-11/+14
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-3/+0
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-05-221-0/+3
* 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