aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
AgeCommit message (Expand)Author
2011-10-03m4: Use x in order to avoid variable 'x' set but not used [-Werror=unused-but...Dominique Leuenberger
2011-10-03share: don't use SSL unless enabledDaniel Stenberg
2011-09-30tutorial: clarify the handle sharing when treadedDaniel Stenberg
2011-09-28curl_easy_setopt: Added scp and sftp to the URL sectionDan Fandrich
2011-09-28curl_easy_setopt: A brief tidy upSteve Holme
2011-09-28SSL session sharing support addedAlejandro Alvarez
2011-09-28multi docs: extended the multi_socket API descriptionDaniel Stenberg
2011-09-26remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse
2011-09-25allow write callbacks to indicate OOM to libcurlYang Tse
2011-09-25curl_multi_fdset: avoid FD_SET out of boundsDaniel Stenberg
2011-09-18CURLOPT_URL docs: no need to mention function namesDaniel Stenberg
2011-09-18CURLOPT_URL: Expanded URL descriptionSteve Holme
2011-09-12Document NTLM winbind options (and caveats)Dan Fandrich
2011-08-26NTLM single-sign on adjustments (X)Yang Tse
2011-08-24docs: the next release is going to be 7.22.0Kamil Dudka
2011-08-11curl_easy_cleanup: clarify the callback situationDaniel Stenberg
2011-08-08s/7.21.8/7.22.0Daniel Stenberg
2011-08-03curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATIONKamil Dudka
2011-08-03Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac
2011-07-19symbols-in-versions: add NTLM_SSO symbolsDaniel Stenberg
2011-06-30docs: FTP quotes support '*' prefix to ignore errorsDaniel Stenberg
2011-06-23curl_formfree: clarify which pointer to freeDaniel Stenberg
2011-06-13curl_formget.3: CURLFORM_STREAM has its drawbacksDaniel Stenberg
2011-06-10CURLOPT_WRITEHEADER: clarify the docsDaniel Stenberg
2011-06-01CURLOPT_WILDCARDMATCH: minor style editDaniel Stenberg
2011-05-27curl_easy_setopt.3: NOPROGRESS also affects the callbackDaniel Stenberg
2011-05-25setopt.3: remove leftover style changeDaniel Stenberg
2011-05-25setopt.3: CURLOPT_WRITEFUNCTION had wrong function protoDaniel Stenberg
2011-05-19typo: close is in man page section 3Daniel Stenberg
2011-05-18curl_easy_setopt.3: document CLOSESOCKET* optionsDaniel Stenberg
2011-05-18symbols-in-versions: add CLOSESOCKET*Daniel Stenberg
2011-05-05socks proxy: allow socks5h:// prefix tooDaniel Stenberg
2011-05-03curl_easy_getinfo.3: clarify some timing infoDaniel Stenberg
2011-05-02curl_easy_setopt.3: clarify the SSH KEYFILE options usageDaniel Stenberg
2011-05-02docs: mention the protocol:// support in proxy stringsDaniel Stenberg
2011-05-02url encode docs: mention '-', '.', '_' and '~'Daniel Stenberg
2011-04-30curl_formfree.3: mention argument may be NULLDaniel Stenberg
2011-04-20curl_easy_setopt.3: CURLOPT_PROXYTYPE clarificationDaniel Stenberg
2011-04-18transfer-encoding: document the optionsDaniel Stenberg
2011-04-18transfer-encoding: added new option and cmdlineDaniel Stenberg
2011-04-09curl_easy_setopt.3: CURLOPT_RESOLVE typo versionDaniel Stenberg
2011-04-05return code cleanup: build, init and run-time errorsDaniel Stenberg
2011-03-29curl_easy_setopt.3: mention TFTP read callback flawDaniel Stenberg
2011-03-25TSL-SRP: enabled with OpenSSLPeter Sylvester
2011-03-24symbols-in-versions: make test 1119 happyDaniel Stenberg
2011-03-21libcurl.m4: Add missing quotes in AC_LINK_IFELSEDave Reisner
2011-03-20symbols-in-versions: many correctionsDaniel Stenberg
2011-03-17symbols-in-versions: remove duplicatesDaniel Stenberg
2011-03-17symbols-in-versions: 2 correctionsDaniel Stenberg
2011-03-15nss: do not ignore value of CURLOPT_SSL_VERIFYPEERKamil Dudka