summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-02-04updated copyright years.Guenter Knauf
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-11-23build: fix AIX compilation and usageYang Tse
2012-11-20bump: start working on 7.28.2Daniel Stenberg
2012-10-10version-bump: towards 7.28.1!Daniel Stenberg
2012-09-26CURLOPT_CONNECTTIMEOUT: works without signals or posix too!Daniel Stenberg
2012-09-16curl_multi_wait: Add parameter to return number of active socketsSara Golemon
2012-09-01multi: add curl_multi_wait()Sara Golemon
2012-08-27curl.h: fix comment to refer to current namesDaniel Stenberg
2012-08-16ftp: active conn, allow application to set sockopt after accept() callGokhan Sengun
2012-08-08SSH: added agent based authenticationArmel Asselin
2012-08-08bump version to 7.28.0Daniel Stenberg
2012-07-27version bump: start towards next releaseDaniel Stenberg
2012-06-11Revert: 634f7cfee40d4658 partiallyDaniel Stenberg
2012-06-11version: Replaced SSPI feature information with version string detailsMarc Hoersken
2012-06-03version: bump to 7.27.0 for next releaseDaniel Stenberg
2012-05-24bump to 7.26.1: start working towards next releaseDaniel Stenberg
2012-05-227.26.0: will be the next release versionDaniel Stenberg
2012-04-18curl.h: CURLAUTH_* bitmasks adjusted to become 'unsigned long' typedYang Tse
2012-04-14headers: surround GCC attribute names with double underscoresJonathan Nieder
2012-04-06curl tool: use configuration files from lib directoryYang Tse
2012-04-05CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URLAndrei Cipu
2012-03-23version: start working on 7.25.1-DEVYang Tse
2012-02-14smtp_mail: Added support to MAIL FROM for the optional AUTH parameterSteve Holme
2012-02-14LIBCURL_VERSION_NUM: 0x071900Daniel Stenberg
2012-02-13curlver.h: bumped to 7.25.0Daniel Stenberg
2012-02-09CURLOPT_SSL_OPTIONS: addedDaniel Stenberg
2012-02-09add library support for tuning TCP_KEEPALIVEDave Reisner
2012-01-25version: start working on 7.24.1-DEVYang Tse
2012-01-05curl.h: provide backwards compatible symbolsDaniel Stenberg
2011-12-20FTP: perform active connections non-blockingGokhan Sengun
2011-12-20curl.h: add __ANDROID__ macro checkCeĢdric Deltheil
2011-11-17CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow
2011-11-157.24.0: start the workDaniel Stenberg
2011-10-15typecheck: allow NULL to unset CURLOPT_ERRORBUFFERDave Reisner
2011-10-03share: don't use SSL unless enabledDaniel Stenberg
2011-09-29curlverh.h: next release will be 7.23.0Daniel Stenberg
2011-09-26remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse
2011-09-26Added unsigned char* to _curl_is_debug_cb.Guenter Knauf
2011-09-25allow write callbacks to indicate OOM to libcurlYang Tse
2011-09-137.22.1: start workingDaniel Stenberg
2011-08-26NTLM single-sign on adjustments (X)Yang Tse
2011-08-09curl.h: mark deprecated CURLOPT_ options on same lineDaniel Stenberg
2011-08-08version bump: next release is 7.22.0Daniel Stenberg
2011-08-05BSD-style lwIP TCP/IP stack support - followupYang Tse
2011-08-04BSD-style lwIP TCP/IP stack support:Yang Tse
2011-08-04curl.h: untangle a preprocessor block, removing duplicate sys/types.h inclusionYang Tse
2011-08-03curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATIONKamil Dudka