aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-03-16scan-build warningDaniel Stenberg
2011-03-16ldap_recv: check return code from ldap_get_dn_berDaniel Stenberg
2011-03-16compiler warnings fixedDaniel Stenberg
2011-03-15SMTP-multi: non-blocking connectBen Noordhuis
2011-03-15SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.Ben Noordhuis
2011-03-15buildfix: spell define correctlyDaniel Stenberg
2011-03-15nss: do not ignore value of CURLOPT_SSL_VERIFYPEERKamil Dudka
2011-03-15protocol handler cleanup: SSL awarenessDaniel Stenberg
2011-03-15ldap: use the new protocol handler setupDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2011-03-14sslgen: define Curl_ssl_connect_nonblocking for non-SSLDaniel Stenberg
2011-03-14mk-ca-bundle.pl: Only download if modifiedAsk Bjørn Hansen
2011-03-13SSH: add protocol lock directionDaniel Stenberg
2011-03-13state: add missing state to debug tableDaniel Stenberg
2011-03-13ssh_statemach_act: set cselect for sftp uploadDaniel Stenberg
2011-03-13Merge branch 'imap' of https://github.com/bnoordhuis/curl into bnoordhuis-imapDaniel Stenberg
2011-03-13VC: add missing fileKarl M
2011-03-13GSS: handle reuse fixMarcus Sundberg
2011-03-13SFTP: gracefully handle shutdown earlyDaniel Stenberg
2011-03-12PROT_CLOSEACTION: added SFTP and SCPDaniel Stenberg
2011-03-12readwrite_upload: stop upload at file sizeDaniel Stenberg
2011-03-12sftp upload: expire to advance state machineDaniel Stenberg
2011-03-10sources: update source headersDaniel Stenberg
2011-03-08cyassl: fix compiler warningsDaniel Stenberg
2011-03-08SSL: (part 2) Added CyaSSL to SSL abstraction layerTodd A Ouska
2011-03-08SSL: Added CyaSSL to SSL abstraction layerTodd A Ouska
2011-03-07Fixed libcurl to honour the --disable-ldaps configure optionDan Fandrich
2011-03-06cpp: correct #endif placementDaniel Stenberg
2011-03-04transfer: avoid insane conversion of time_tStefan Krause
2011-02-26ssh_connect: treat libssh2 return code betterDaniel Stenberg
2011-02-25http: removed wrong unused comment.Julien Chaffraix
2011-02-25http: removed code duplication for stubbed https_getsock function.Julien Chaffraix
2011-02-22nss: do not ignore failure of SSL handshakeKamil Dudka
2011-02-20netrc: Removed _NETRC_DEBUG code.Julien Chaffraix
2011-02-20tests: Cleaned up netrc testing.Julien Chaffraix
2011-02-20IMAP in multi mode: use Curl_ssl_connect_nonblocking() when upgrading the con...Ben Noordhuis
2011-02-20IMAP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.Ben Noordhuis
2011-02-18multi: close connection on timeoutMike Crowe
2011-02-18multi: better failed connect treatmentDaniel Stenberg
2011-02-18PolarSSL: Return 0 on receiving TLS CLOSE_NOTIFY alertHoi-Ho Chan
2011-02-17SOCKOPTFUNCTION: callback can say already-connectedDaniel Stenberg
2011-02-17nss: avoid memory leak on SSL connection failureKamil Dudka
2011-02-17Set -fpcc-struct-return only for gcc compiler.Guenter Knauf
2011-02-16nss_load_key: fix unused variable warningDaniel Stenberg
2011-02-14gmtime: remove defineDaniel Stenberg
2011-02-13Added -m32 to CFLAGS to compile with x86_64 gcc.Guenter Knauf
2011-02-13Updated OpenSSL version, added links to docu.Guenter Knauf
2011-02-10Call ERR_peek_error instead of ERR_peek_last_errorDan Fandrich
2011-02-10test1304: Added some unit tests for Curl_parsenetrc.Julien Chaffraix