summaryrefslogtreecommitdiff
path: root/include/curl/curl.h
Commit message (Expand)AuthorAgeFilesLines
* setopt: add TLS 1.3 ciphersuitesbagder/tls13-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
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-171-0/+3
* CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka2017-06-281-0/+5
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-211-2/+2
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-0/+3
* getinfo: return sizes as curl_off_tDaniel Stenberg2017-06-191-0/+7
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-2/+0
* typecheck-gcc.h: separate getinfo slist checks from other pointersDaniel Stenberg2017-06-011-3/+4
* include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg2017-04-031-0/+1
* spelling fixesklemens2017-03-261-2/+2
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-121-0/+3
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-0/+12
* CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim2017-01-191-0/+5
* bump: next release will be 7.53.0Daniel Stenberg2017-01-161-2/+2
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-131-0/+3
* curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in useDaniel Stenberg2016-12-291-1/+1
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-161-2/+2
* CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg2016-12-161-5/+1
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+4
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-1/+2