aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-10-14file.c: fix compiler warningYang Tse
2011-10-14url.c: fix endless loop upon transport connection timeoutYang Tse
2011-10-13curl_gethostname.c: fix signed/unsigned comparison and avoid a double copyYang Tse
2011-10-13curl_ntlm_msgs.c: fix variable shadowing declaration introduced in 185ed340Yang Tse
2011-10-13tftp.c: TFTP timeout and unexpected block adjustmentsMarcin Adamski
2011-10-13multi.c: OOM handling fixesYang Tse
2011-10-13url.c: make line shorter than 80 charsYang Tse
2011-10-12OOM handling/cleanup slight adjustmentsYang Tse
2011-10-11OOM handling/cleanup slight adjustmentsYang Tse
2011-10-08telnet.c: fix compiler warningYang Tse
2011-10-07libcurl: some OOM handling fixesYang Tse
2011-10-06multi.c: OOM handling fixes making torture tests 560 580 581 passYang Tse
2011-10-04curl_share_cleanup: avoid compiler warningDaniel Stenberg
2011-10-04struct Curl_share: provide sslsession unconditionallyDaniel Stenberg
2011-10-04ftp: improved the failed PORT host name resolved error messageDaniel Stenberg
2011-10-03codepolicingDaniel Stenberg
2011-10-03sspi build fixDaniel Stenberg
2011-10-03smtp: Added support for NTLM authenticationSteve Holme
2011-10-03Curl_ntlm_create_typeX_message: Added the outlen parameterSteve Holme
2011-10-03smtp: General tidy up ready for adding NTLM supportSteve Holme
2011-10-03smtp_mail: fixed another memory leakSteve Holme
2011-10-03share: don't use SSL unless enabledDaniel Stenberg
2011-10-02multi: progress function abort must close connectionDaniel Stenberg
2011-09-30multi_runsingle: change state on callback abortDaniel Stenberg
2011-09-30Fix SSL disabled builds broken with 'SSL session sharing' commit 5793bc37Yang Tse
2011-09-29smtp_mail: fix memory leakDaniel Stenberg
2011-09-29smtp_mail: Added support to MAIL FROM for the optional SIZE parameterSteve Holme
2011-09-28SSL session sharing support addedAlejandro Alvarez
2011-09-27Added SPNEGO to NetWare build.Guenter Knauf
2011-09-26remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse
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-25Q&D fix header inclusion orderYang 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-25NetWare makefile tweaks to select different builds.Guenter Knauf
2011-09-24http header: allow Content-Length to be replacedDaniel Stenberg
2011-09-22Curl_pgrsStartNow: keep HEADERS_OUT setDaniel Stenberg
2011-09-22Added NetWare examples makefile.Guenter Knauf
2011-09-22NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse
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-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-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