aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-26smtp_connect: use defined buffer length for hostnameSteve Holme
2011-09-25Curl_ntlm_create_type3_message: Tidied up the use of Curl_gethostname.Steve Holme
2011-09-25HOSTNAME_MAX: Moved to curl_gethostname.hSteve Holme
2011-09-25RELEASE-NOTES: synced with d2a47021c0a6Daniel Stenberg
2011-09-25Q&D fix header inclusion orderYang Tse
2011-09-25allow write callbacks to indicate OOM to libcurlYang Tse
2011-09-25Changed some main makefile targets.Guenter Knauf
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-25POST: always set postfieldsizeDaniel Stenberg
2011-09-24curl tool: fix a compiler warningYang Tse
2011-09-24curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-09-24Added header to be included by dist script.Guenter Knauf
2011-09-24curl tool: fix some OOM handling issuesYang Tse
2011-09-24http header: allow Content-Length to be replacedDaniel Stenberg
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-22Curl_pgrsStartNow: keep HEADERS_OUT setDaniel Stenberg
2011-09-22curl tool: fix some OOM handling issuesYang Tse
2011-09-22curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-09-22Added NetWare examples makefile.Guenter Knauf
2011-09-22NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse
2011-09-21test 814: smtp without --mail-fromDaniel Stenberg
2011-09-21smtp: without a MAIL_FROM, send blank MAIL FROMGisle Vanem
2011-09-21lib/http: add missing whitespace in verbose outputDave Reisner
2011-09-21Another MinGW example makefile tweak.Guenter Knauf
2011-09-21Fixed sample to compile for Windows platform.Guenter Knauf
2011-09-21curl tool: make my_setopt ignore curl_easy_setopt result again.Yang Tse
2011-09-21Changed suffix rules to pattern rules.Guenter Knauf
2011-09-21Added dependency so that curlbuild.h is created.Guenter Knauf
2011-09-21Some more MinGW build tweaks.Guenter Knauf
2011-09-21curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-09-20curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-09-20A bunch of MinGW build tweaks.Guenter Knauf
2011-09-20Changed Windows 64bit OS define to x86_64.Guenter Knauf
2011-09-20Also skip certs masked as CKT_NSS_TRUST_UNKNOWN.Guenter Knauf
2011-09-20Added _WIN32_WINNT define for IPv6 builds.Guenter Knauf
2011-09-20Curl_follow: handle redirects to "//hostname/path"Daniel Stenberg
2011-09-19curl tool: truly fix compiler warningYang Tse
2011-09-19curl tool: fix compiler warningYang Tse
2011-09-19curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-09-18CURLOPT_URL docs: no need to mention function namesDaniel Stenberg
2011-09-18CURLOPT_URL: Expanded URL descriptionSteve Holme
2011-09-18Curl_gethostname: return un-qualified machine nameSteve Holme
2011-09-18curl tool: create tool_myfunc.[ch] which later on will hold my_* functionsYang Tse