summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse2011-09-268-49/+4
* Added unsigned char* to _curl_is_debug_cb.Guenter Knauf2011-09-261-1/+13
* smtp_connect: use defined buffer length for hostnameSteve Holme2011-09-261-1/+1
* Curl_ntlm_create_type3_message: Tidied up the use of Curl_gethostname.Steve Holme2011-09-251-8/+3
* HOSTNAME_MAX: Moved to curl_gethostname.hSteve Holme2011-09-253-6/+4
* RELEASE-NOTES: synced with d2a47021c0a6Daniel Stenberg2011-09-251-2/+11
* Q&D fix header inclusion orderYang Tse2011-09-251-1/+1
* allow write callbacks to indicate OOM to libcurlYang Tse2011-09-258-5/+50
* Changed some main makefile targets.Guenter Knauf2011-09-251-20/+18
* curl_multi_fdset: avoid FD_SET out of boundsDaniel Stenberg2011-09-254-16/+27
* Fixed MinGW examples makefile.Guenter Knauf2011-09-251-3/+0
* NetWare makefile tweaks to select different builds.Guenter Knauf2011-09-253-0/+111
* POST: always set postfieldsizeDaniel Stenberg2011-09-251-15/+28
* curl tool: fix a compiler warningYang Tse2011-09-241-2/+2
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-2419-632/+1218
* Added header to be included by dist script.Guenter Knauf2011-09-241-1/+1
* curl tool: fix some OOM handling issuesYang Tse2011-09-243-182/+226
* http header: allow Content-Length to be replacedDaniel Stenberg2011-09-241-64/+68
* MinGW64 has this prototype already.Guenter Knauf2011-09-231-1/+1
* Fixed scanf format for WORD = unsigned short.Guenter Knauf2011-09-231-1/+1
* Added Win32-only samples.Guenter Knauf2011-09-231-0/+1
* Added a workaround for printing size_t.Guenter Knauf2011-09-235-4/+53
* Curl_pgrsStartNow: keep HEADERS_OUT setDaniel Stenberg2011-09-221-1/+2
* curl tool: fix some OOM handling issuesYang Tse2011-09-221-111/+126
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-229-144/+387
* Added NetWare examples makefile.Guenter Knauf2011-09-223-1/+400
* NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse2011-09-224-13/+13
* test 814: smtp without --mail-fromDaniel Stenberg2011-09-212-1/+54
* smtp: without a MAIL_FROM, send blank MAIL FROMGisle Vanem2011-09-211-1/+5
* lib/http: add missing whitespace in verbose outputDave Reisner2011-09-211-1/+1
* Another MinGW example makefile tweak.Guenter Knauf2011-09-211-5/+5
* Fixed sample to compile for Windows platform.Guenter Knauf2011-09-211-9/+23
* curl tool: make my_setopt ignore curl_easy_setopt result again.Yang Tse2011-09-211-1/+5
* Changed suffix rules to pattern rules.Guenter Knauf2011-09-213-13/+11
* Added dependency so that curlbuild.h is created.Guenter Knauf2011-09-211-1/+1
* Some more MinGW build tweaks.Guenter Knauf2011-09-213-10/+30
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-2112-308/+601
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-2012-163/+372
* A bunch of MinGW build tweaks.Guenter Knauf2011-09-203-80/+165
* Changed Windows 64bit OS define to x86_64.Guenter Knauf2011-09-201-2/+2
* Also skip certs masked as CKT_NSS_TRUST_UNKNOWN.Guenter Knauf2011-09-201-1/+2
* Added _WIN32_WINNT define for IPv6 builds.Guenter Knauf2011-09-202-2/+2
* Curl_follow: handle redirects to "//hostname/path"Daniel Stenberg2011-09-203-19/+108
* curl tool: truly fix compiler warningYang Tse2011-09-191-2/+2
* curl tool: fix compiler warningYang Tse2011-09-191-0/+27
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-1919-369/+629
* CURLOPT_URL docs: no need to mention function namesDaniel Stenberg2011-09-181-9/+8
* CURLOPT_URL: Expanded URL descriptionSteve Holme2011-09-181-10/+107
* Curl_gethostname: return un-qualified machine nameSteve Holme2011-09-181-6/+37
* curl tool: create tool_myfunc.[ch] which later on will hold my_* functionsYang Tse2011-09-188-19/+105