summaryrefslogtreecommitdiff
path: root/include/curl/curl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-251-0/+4
* add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts2016-11-251-1/+3
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-2/+2
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-2/+69
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-071-0/+1
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-221-0/+4
* errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro2016-09-071-1/+2
* curl.h: make CURL_NO_OLDIES define CURL_STRICTERDaniel Stenberg2016-08-091-0/+4
* include: revert 9adf3c4 and make public types void * againDaniel Stenberg2016-07-311-1/+6
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1