summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* nss: refactor fmt_nickname() -> dup_nickname()Kamil Dudka2011-10-171-28/+14
* nss: select client certificates by DERKamil Dudka2011-10-172-16/+30
* formdata: ack read callback abortDaniel Stenberg2011-10-161-8/+11
* singleipconnect: don't clobber errnoDaniel Stenberg2011-10-151-3/+3
* file.c: fix compiler warningYang Tse2011-10-141-2/+5
* url.c: fix endless loop upon transport connection timeoutYang Tse2011-10-141-1/+7
* curl_gethostname.c: fix signed/unsigned comparison and avoid a double copyYang Tse2011-10-131-22/+17
* curl_ntlm_msgs.c: fix variable shadowing declaration introduced in 185ed340Yang Tse2011-10-131-2/+2
* tftp.c: TFTP timeout and unexpected block adjustmentsMarcin Adamski2011-10-131-12/+7
* multi.c: OOM handling fixesYang Tse2011-10-131-61/+77
* url.c: make line shorter than 80 charsYang Tse2011-10-131-1/+2
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-125-32/+50
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-117-21/+38
* telnet.c: fix compiler warningYang Tse2011-10-081-1/+0
* libcurl: some OOM handling fixesYang Tse2011-10-0710-41/+82
* multi.c: OOM handling fixes making torture tests 560 580 581 passYang Tse2011-10-061-2/+6
* curl_share_cleanup: avoid compiler warningDaniel Stenberg2011-10-041-1/+1
* struct Curl_share: provide sslsession unconditionallyDaniel Stenberg2011-10-041-2/+0
* ftp: improved the failed PORT host name resolved error messageDaniel Stenberg2011-10-041-1/+1
* codepolicingDaniel Stenberg2011-10-031-7/+9
* sspi build fixDaniel Stenberg2011-10-031-0/+2
* smtp: Added support for NTLM authenticationSteve Holme2011-10-032-0/+125
* Curl_ntlm_create_typeX_message: Added the outlen parameterSteve Holme2011-10-033-10/+17
* smtp: General tidy up ready for adding NTLM supportSteve Holme2011-10-031-71/+72
* smtp_mail: fixed another memory leakSteve Holme2011-10-031-2/+5
* share: don't use SSL unless enabledDaniel Stenberg2011-10-033-5/+26
* multi: progress function abort must close connectionDaniel Stenberg2011-10-022-5/+12
* multi_runsingle: change state on callback abortDaniel Stenberg2011-09-301-1/+3
* Fix SSL disabled builds broken with 'SSL session sharing' commit 5793bc37Yang Tse2011-09-301-0/+1
* smtp_mail: fix memory leakDaniel Stenberg2011-09-291-3/+13
* smtp_mail: Added support to MAIL FROM for the optional SIZE parameterSteve Holme2011-09-291-7/+19
* SSL session sharing support addedAlejandro Alvarez2011-09-285-8/+80
* Added SPNEGO to NetWare build.Guenter Knauf2011-09-271-0/+12
* remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse2011-09-263-28/+3
* 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
* Q&D fix header inclusion orderYang Tse2011-09-251-1/+1
* allow write callbacks to indicate OOM to libcurlYang Tse2011-09-253-3/+28
* curl_multi_fdset: avoid FD_SET out of boundsDaniel Stenberg2011-09-253-16/+19
* NetWare makefile tweaks to select different builds.Guenter Knauf2011-09-251-0/+37
* http header: allow Content-Length to be replacedDaniel Stenberg2011-09-241-64/+68
* Curl_pgrsStartNow: keep HEADERS_OUT setDaniel Stenberg2011-09-221-1/+2
* Added NetWare examples makefile.Guenter Knauf2011-09-221-0/+4
* NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse2011-09-224-13/+13
* 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
* Changed suffix rules to pattern rules.Guenter Knauf2011-09-211-3/+2
* Added dependency so that curlbuild.h is created.Guenter Knauf2011-09-211-1/+1
* Some more MinGW build tweaks.Guenter Knauf2011-09-211-4/+16