aboutsummaryrefslogtreecommitdiff
path: root/include/curl/curl.h
AgeCommit message (Expand)Author
2018-11-01axtls: removedDaniel Stenberg
2018-10-30vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson
2018-09-08URL-APIDaniel Stenberg
2018-09-07curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg
2018-09-07upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond
2018-09-06CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg
2018-09-06setopt: add CURLOPT_DOH_URLDaniel Stenberg
2018-09-06ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-29setopt: add TLS 1.3 ciphersuitesDaniel Stenberg
2018-05-28psl: use latest psl and refresh it periodicallyPatrick Monnerat
2018-05-24httpauth: add support for Bearer tokensLinus Lewandowski
2018-05-17getinfo: add microsecond precise timers for various intervalsPhilip Prindeville
2018-03-17resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist
2018-03-17CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews
2018-02-21url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano
2018-02-21lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro
2018-02-20url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2018-01-30curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6Michał Janiszewski
2018-01-30time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg
2017-12-08curl.h: remove incorrect comment about ERRORBUFFERDaniel Stenberg
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos
2017-11-27global_init: ignore CURL_GLOBAL_SSL's absenseDaniel Stenberg
2017-11-05HTTP: implement Brotli content encodingPatrick Monnerat
2017-09-27curl.h: include <sys/select.h> on cygwin tooDaniel Stenberg
2017-09-22vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg
2017-09-22form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat
2017-09-12code style: remove wrong uses of multiple spacesDaniel Stenberg
2017-09-05curl.h: use lower case curl_mime* as for all public symbolsDaniel Stenberg
2017-09-04curl.h: fix "unused checksrc ignore", remove dangling referenceDaniel Stenberg
2017-09-04curl.h: make the curl_strequal() protos use the same styleDaniel Stenberg
2017-09-03headers: move the global_sslset() proto from multi.h to curl.hDaniel Stenberg
2017-09-03mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat
2017-09-02mime: new MIME API.Patrick Monnerat
2017-08-31polarssl: fix multissl breakageDaniel Stenberg
2017-08-30curl.h: CURLSSLBACKEND_WOLFSSL used wrong valueDaniel Stenberg
2017-08-28version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin
2017-08-28vtls: introduce curl_global_sslset()Johannes Schindelin
2017-08-28vtls: refactor out essential information about the SSL backendsJohannes Schindelin
2017-08-17ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats
2017-06-28CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka
2017-06-21--request-target: instead of --strip-path-slashDaniel Stenberg
2017-06-19http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg
2017-06-19getinfo: return sizes as curl_off_tDaniel Stenberg
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2017-06-01typecheck-gcc.h: separate getinfo slist checks from other pointersDaniel Stenberg
2017-04-03include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg
2017-03-26spelling fixesklemens
2017-03-12url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang