summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-2118-14/+81
* file.c: OOM handling fixYang Tse2011-10-211-6/+29
* multi.c: fix segfaultYang Tse2011-10-211-2/+2
* Fixed compilation when HTTP or cookies are disabledDan Fandrich2011-10-202-0/+4
* Curl_http_input_auth: handle multiple auths in WWW-AuthenticateDaniel Stenberg2011-10-201-88/+98
* Curl_smtp_escape_eob: first byte is index 0...Daniel Stenberg2011-10-201-2/+2
* gtls: only call gnutls_transport_set_lowat with <gnutls-2.12.0Tim Harder2011-10-201-0/+2
* Curl_smtp_escape_eob: fix EOB escapingDaniel Stenberg2011-10-201-26/+27
* singleipconnect: unstick the ipv6-connection booleanDaniel Stenberg2011-10-171-5/+4
* nss: avoid a SIGSEGV with immature version of NSSKamil Dudka2011-10-171-1/+23
* nss: big cleanup in nss_load_cert() and cert_stuff()Kamil Dudka2011-10-171-93/+58
* 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