summaryrefslogtreecommitdiff
path: root/include/curl/curl.h
AgeCommit message (Expand)Author
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
2015-04-28Negotiate: custom service names for SPNEGO.Linus Nielsen
2015-03-24CURLOPT_PATH_AS_IS: addedDaniel Stenberg
2015-03-20url: add CURLOPT_SSL_FALSESTART optionAlessandro Ghedini
2015-01-16url: add CURLOPT_SSL_VERIFYSTATUS optionAlessandro Ghedini
2015-01-15curl.h: remove extra spaceYun SangHo
2014-12-27code/docs: Use correct case for IPv4 and IPv6Steve Holme
2014-12-26code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme
2014-12-04docs: Fix FAILONERROR typosAnthon Pang
2014-12-04libcurl: add UNIX domain sockets supportPeter Wu
2014-11-29smb: Added SMB protocol and port definitionsBill Nagel
2014-11-07curl.h: Tidy up of CURL_VERSION_* flagsSteve Holme
2014-11-07version info: Added Kerberos V5 to the supported featuresSteve Holme
2014-11-02CURL_VERSION_KERBEROS4: Mark as deprecatedSteve Holme
2014-10-13vtls: remove QsoSSLPatrick Monnerat
2014-10-07SSL: implement public key pinningmoparisthebest
2014-07-31ssl: generalize how the ssl backend identifier is setDaniel Stenberg
2014-07-28curl.h: bring back CURLE_OBSOLETE16Anthon Pang
2014-07-23http2: more and better error checkingDaniel Stenberg
2014-07-23curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov
2014-07-23configure/features: Add feature and version info for GSS-API and SPNEGOMichael Osipov
2014-06-18curl.h: renamed CURLOPT_DEPRECATEDx to CURLOPT_OBSOLETExDan Fandrich
2014-06-17curl.h: moved two really old deprecated symbolsDaniel Stenberg
2014-06-17curl.h: reverse the enum/define setup for old symbolsDaniel Stenberg
2014-04-04CURLOPT_HEADEROPT: addedDaniel Stenberg
2014-04-04CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg
2014-02-13transfer: make Expect: 100-continue timeout configurable.Tiit Pikma
2014-02-10NPN/ALPN: allow disabling via command lineFabian Frank
2013-12-14login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg
2013-12-06curl.h: <sys/select.h> for OpenBSDChristian Weisgerber
2013-11-30curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy upSteve Holme
2013-11-21curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internalsChristian Grothoff
2013-11-12curl_easy_setopt: Added the ability to set the login options separatelySteve Holme
2013-10-15SSL: protocol version can be specified more preciselyGergely Nagy
2013-09-12libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry
2013-09-04curl.h: add CURL_VERSION_HTTP2 as a featureDaniel Stenberg
2013-09-04curl.h: added CURL_HTTP_VERSION_2_0Daniel Stenberg
2013-08-25options: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-22curl.h: name space pollution by "enum type"Daniel Stenberg
2013-07-18CURLOPT_XFERINFOFUNCTION: introducing a new progress callbackDaniel Stenberg
2013-04-27sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial responseSteve Holme