aboutsummaryrefslogtreecommitdiff
path: root/include/curl/curl.h
AgeCommit message (Expand)Author
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-01-19CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim
2017-01-16bump: next release will be 7.53.0Daniel Stenberg
2017-01-13unix_socket: add support for abstract unix domain socketIsaac Boukris
2016-12-29curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in useDaniel Stenberg
2016-12-16preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg
2016-12-16CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-26curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij
2016-11-25HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann
2016-11-25add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-07vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka
2016-09-22New libcurl option to keep sending on errorMichael Kaufmann
2016-09-07errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro
2016-08-09curl.h: make CURL_NO_OLDIES define CURL_STRICTERDaniel Stenberg
2016-07-31include: revert 9adf3c4 and make public types void * againDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-06-22headers: forward declare CURL, CURLM and CURLSH as structsDaniel Stenberg
2016-05-30http: add CURLINFO_HTTP_VERSION and %{http_version}Frank Gevaerts
2016-04-25curl.h: clarify curl_sslbackend for openssl clones and renamesDaniel Stenberg
2016-04-22curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a stringPatrick Monnerat
2016-04-18url: add CURLOPT_TCP_FASTOPEN optionAlessandro Ghedini
2016-04-18includes: avoid duplicate memory callback typdefs even harderDaniel Stenberg
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-04-11http2: Add handling stream level errorTatsuhiro Tsujikawa
2016-04-09CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme
2016-04-03code: style updatesDaniel Stenberg
2016-04-01curl.h: define CURL_DID_MEMORY_FUNC_TYPEDEFSDaniel Stenberg
2016-03-31http2: support "prior knowledge", no upgrade from HTTP/1.1Diego Bes
2016-02-23getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSIONJay Satiro
2016-02-23TFTP: add option to suppress TFTP option requests (Part 1)Michael Koenig
2016-02-03URLs: Change more haxx.se URLs from http: to https:Dan Fandrich
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-13http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg
2015-12-07lwip: Fix compatibility issues with later versionsGisle Vanem
2015-12-07version: Add flag CURL_VERSION_PSL for libpslGisle Vanem
2015-11-19curl.h: s/#defien/#define/Patrick Monnerat
2015-11-13curl.h: introducing the STRINGPOINT aliasDaniel Stenberg
2015-11-02formadd: support >2GB files on windowsDaniel Stenberg
2015-10-31curl.h: s/HTTPPOST_/CURL_HTTPOST_Daniel Stenberg
2015-10-23http2: s/priority/weightDaniel Stenberg
2015-10-23http2: added three stream prio/deps optionsDaniel Stenberg
2015-10-20vtls: added support for mbedTLSJonas Minnberg
2015-08-24getinfo: added CURLINFO_ACTIVESOCKETRazvan Cojocaru
2015-08-22CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot
2015-07-17SSL: Add an option to disable certificate revocation checksJay Satiro
2015-06-05curl.h: add CURL_HTTP_VERSION_2Daniel Stenberg
2015-05-18CURLOPT_PIPEWAIT: addedDaniel Stenberg