aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-11-02url.c and transfer.c: nullify connection pointer when free()'edYang Tse
2011-11-01multi.c: OOM handling fixYang Tse
2011-10-31setup.h: fix compiler warningYang Tse
2011-10-29gtls.c: gnutls_transport_set_global_errno() deprecated in version 2.12.3Yang Tse
2011-10-27multi.c: OOM handling fixYang Tse
2011-10-27multi: start ftp state machine when switching to DO_MOREDaniel Stenberg
2011-10-24ftp.c: some OOM handling fixesYang Tse
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-10-21file.c: OOM handling fixYang Tse
2011-10-21multi.c: fix segfaultYang Tse
2011-10-20Fixed compilation when HTTP or cookies are disabledDan Fandrich
2011-10-20Curl_http_input_auth: handle multiple auths in WWW-AuthenticateDaniel Stenberg
2011-10-20Curl_smtp_escape_eob: first byte is index 0...Daniel Stenberg
2011-10-20gtls: only call gnutls_transport_set_lowat with <gnutls-2.12.0Tim Harder
2011-10-20Curl_smtp_escape_eob: fix EOB escapingDaniel Stenberg
2011-10-17singleipconnect: unstick the ipv6-connection booleanDaniel Stenberg
2011-10-17nss: avoid a SIGSEGV with immature version of NSSKamil Dudka
2011-10-17nss: big cleanup in nss_load_cert() and cert_stuff()Kamil Dudka
2011-10-17nss: refactor fmt_nickname() -> dup_nickname()Kamil Dudka
2011-10-17nss: select client certificates by DERKamil Dudka
2011-10-16formdata: ack read callback abortDaniel Stenberg
2011-10-15singleipconnect: don't clobber errnoDaniel Stenberg
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