summaryrefslogtreecommitdiff
path: root/include/curl/curl.h
Commit message (Expand)AuthorAgeFilesLines
...
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-0/+3
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-0/+4
* curl.h: add CURL_HTTP_VERSION_2Daniel Stenberg2015-06-051-0/+5
* CURLOPT_PIPEWAIT: addedDaniel Stenberg2015-05-181-0/+3
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+6
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-241-1/+4
* url: add CURLOPT_SSL_FALSESTART optionAlessandro Ghedini2015-03-201-0/+3
* url: add CURLOPT_SSL_VERIFYSTATUS optionAlessandro Ghedini2015-01-161-0/+4
* curl.h: remove extra spaceYun SangHo2015-01-151-1/+1
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-2/+2
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-2/+2
* docs: Fix FAILONERROR typosAnthon Pang2014-12-041-1/+1
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-041-0/+4
* smb: Added SMB protocol and port definitionsBill Nagel2014-11-291-0/+2
* curl.h: Tidy up of CURL_VERSION_* flagsSteve Holme2014-11-071-21/+23
* version info: Added Kerberos V5 to the supported featuresSteve Holme2014-11-071-0/+1
* CURL_VERSION_KERBEROS4: Mark as deprecatedSteve Holme2014-11-021-1/+2
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-1/+1
* SSL: implement public key pinningmoparisthebest2014-10-071-0/+6
* ssl: generalize how the ssl backend identifier is setDaniel Stenberg2014-07-311-1/+2
* curl.h: bring back CURLE_OBSOLETE16Anthon Pang2014-07-281-1/+4
* http2: more and better error checkingDaniel Stenberg2014-07-231-1/+3
* curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov2014-07-231-3/+7
* configure/features: Add feature and version info for GSS-API and SPNEGOMichael Osipov2014-07-231-1/+2
* curl.h: renamed CURLOPT_DEPRECATEDx to CURLOPT_OBSOLETExDan Fandrich2014-06-181-4/+4
* curl.h: moved two really old deprecated symbolsDaniel Stenberg2014-06-171-2/+7
* curl.h: reverse the enum/define setup for old symbolsDaniel Stenberg2014-06-171-6/+8
* CURLOPT_HEADEROPT: addedDaniel Stenberg2014-04-041-0/+7
* CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg2014-04-041-2/+7
* transfer: make Expect: 100-continue timeout configurable.Tiit Pikma2014-02-131-0/+4
* NPN/ALPN: allow disabling via command lineFabian Frank2014-02-101-0/+6
* login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg2013-12-141-1/+1
* curl.h: <sys/select.h> for OpenBSDChristian Weisgerber2013-12-061-1/+1
* curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy upSteve Holme2013-11-301-3/+3
* curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internalsChristian Grothoff2013-11-211-3/+25
* curl_easy_setopt: Added the ability to set the login options separatelySteve Holme2013-11-121-2/+5
* SSL: protocol version can be specified more preciselyGergely Nagy2013-10-151-1/+4
* libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry2013-09-121-0/+13
* curl.h: add CURL_VERSION_HTTP2 as a featureDaniel Stenberg2013-09-041-0/+1
* curl.h: added CURL_HTTP_VERSION_2_0Daniel Stenberg2013-09-041-0/+1
* options: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-251-0/+3
* curl.h: name space pollution by "enum type"Daniel Stenberg2013-08-221-6/+8
* CURLOPT_XFERINFOFUNCTION: introducing a new progress callbackDaniel Stenberg2013-07-181-2/+20
* sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial responseSteve Holme2013-04-271-1/+4
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-0/+2
* curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flagZdenek Pavlas2013-03-121-0/+1
* curl.h: stricter CURL_EXTERN linkage decorations logicYang Tse2013-03-121-21/+13
* CURLOPT_CONNECTTIMEOUT: works without signals or posix too!Daniel Stenberg2012-09-261-3/+2
* curl.h: fix comment to refer to current namesDaniel Stenberg2012-08-271-3/+3
* ftp: active conn, allow application to set sockopt after accept() callGokhan Sengun2012-08-161-2/+3