aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-12-15Correct default upload mimetype in manualColin Hogben
2011-12-15docs: fix typo in curl_easy_setopt manpageAlessandro Ghedini
2011-12-12CURLOPT_INTERFACE: avoid resolving interfaces namesJason Glasgow
2011-12-07FAQ: add --resolve details to question 3.19Daniel Stenberg
2011-12-06Added some include files in a couple of example programsDan Fandrich
2011-12-05CURLOPT_CONNECTTIMEOUT: default is 300 secondsDaniel Stenberg
2011-12-05progress function example: include timed intervalRob Ward
2011-12-05FTP: call opensocket callback properlyDaniel Stenberg
2011-11-24symbols.pl: provide LIBCURL_HAS macro for appsDaniel Stenberg
2011-11-18CURLOPT_QUOTE: SFTP supports the '*'-prefix nowDaniel Stenberg
2011-11-18SFTP: support '*' prefix for quote operationsJonas Schnelli
2011-11-17THANKS: one new contributor in 7.23.1Daniel Stenberg
2011-11-17CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow
2011-11-15THANKS: added 18 new contributors from 7.23.0Daniel Stenberg
2011-11-14curl_easy_setopt arguments should be of type long in the examplesDan Fandrich
2011-10-30doc/curl.1: fix sentence with ending for -# optionDave Reisner
2011-10-27libcurl-multi.3: update the list of areas still blockingDaniel Stenberg
2011-10-24curl_easy_setopt.3: headers can be CURL_MAX_HTTP_HEADER bytesDaniel Stenberg
2011-10-24curl_easy_setopt.3: fix typoDaniel Stenberg
2011-10-24curl_easy_setopt: Added pop3 to CURLOPT_URL.Steve Holme
2011-10-20KNOWN_BUGS: #74 fixedDaniel Stenberg
2011-10-20CURLM_CALL_MULTI_PERFORM: remove mentionDaniel Stenberg
2011-10-17--epsv: fix typoDaniel Stenberg
2011-10-16curl_multi_fdset: clarify the max_fd == -1 caseDaniel Stenberg
2011-10-16TODO: have form functions use CURL handle argumentDaniel Stenberg
2011-10-14docs: --xattrMichal Marek
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-27Added SPNEGO to NetWare build.Guenter Knauf
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-25Fixed MinGW examples makefile.Guenter Knauf
2011-09-25NetWare makefile tweaks to select different builds.Guenter Knauf
2011-09-24Added header to be included by dist script.Guenter Knauf
2011-09-23MinGW64 has this prototype already.Guenter Knauf
2011-09-23Fixed scanf format for WORD = unsigned short.Guenter Knauf
2011-09-23Added Win32-only samples.Guenter Knauf
2011-09-23Added a workaround for printing size_t.Guenter Knauf
2011-09-22Added NetWare examples makefile.Guenter Knauf
2011-09-21Another MinGW example makefile tweak.Guenter Knauf
2011-09-21Fixed sample to compile for Windows platform.Guenter Knauf
2011-09-21Changed suffix rules to pattern rules.Guenter Knauf
2011-09-21Some more MinGW build tweaks.Guenter Knauf
2011-09-20A bunch of MinGW build tweaks.Guenter Knauf