aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-01-24URL sanitize: reject URLs containing bad dataDaniel Stenberg
2012-01-24OpenSSL: don't disable security work-aroundDaniel Stenberg
2012-01-20URL parse: user name with ipv6 numerical addressDaniel Stenberg
2012-01-20telnet.c: fix OOM triggered segfaultYang Tse
2012-01-19OpenSSL: follow-up for commit a20daf90e3Yang Tse
2012-01-18ssl session caching: fix compiler warningsYang Tse
2012-01-18polarssl: show cipher suite name correctly with 1.1.0Daniel Stenberg
2012-01-18polarssl: show error code correctlyDaniel Stenberg
2012-01-18polarssl: havege_rand is not present in version 1.1.0Daniel Stenberg
2012-01-18Use correct file descriptor for telnet upload.Colin Hogben
2012-01-18OpenLDAP: fix LDAP connection phase memory leakYang Tse
2012-01-18OpenSSL: fix PKCS#12 certificate parsing related memory leakJohannes Bauer
2012-01-18OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option is no longer enabledYang Tse
2012-01-16add LF termination to infof() trace stringYang Tse
2012-01-15Curl_proxyCONNECT() trace known bug #39Yang Tse
2012-01-13http_negotiate_sspi.c: fix compiler warningYang Tse
2012-01-13ssh.c: fix compiler warningYang Tse
2012-01-12hostip: avoid getaddrinfo when c-ares is usedDaniel Stenberg
2012-01-09FTP: CURLE_PARTIAL_FILE should not cause control connection to be closedgsengun
2012-01-08lib/setup.h: portable symbolic names for Winsock shutdown() mode flagsYang Tse
2012-01-04win32-threaded-resolver: stop using a dummy socketDaniel Stenberg
2012-01-04OpenSSL: remove reference to openssl internal structPeter Sylvester
2012-01-04krb5.c: fix compiler warning: variable set but not usedYang Tse
2012-01-04Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections.Steve Holme
2012-01-04Fixed incorrect error code being returned in STARTTLSSteve Holme
2012-01-02hostip.c: fix potential write past the end of string bufferYang Tse
2012-01-02hostip.c: fix Curl_loadhostpairs() OOM handlingYang Tse
2012-01-01Curl_input_negotiate: use the correct buffer for inputDaniel Stenberg
2011-12-31just a stupid typoDaniel Stenberg
2011-12-31SFTP dir: increase buffer size counterDaniel Stenberg
2011-12-31create_hostcache_id: use the key lower casedDaniel Stenberg
2011-12-31changed case: use new host name for subsequent HTTP requestsDaniel Stenberg
2011-12-31CURLOPT_RESOLVE: avoid adding already present host namesDaniel Stenberg
2011-12-30removed trailing whitespaceYang Tse
2011-12-25transfer: avoid unnecessary timeout event when waiting for 100-continueKamil Dudka
2011-12-25transfer.c: move a logging statement placementYang Tse
2011-12-25hash.c: fix OOM triggered segfaultYang Tse
2011-12-24ftp_do_more: don't return success until all is doneDaniel Stenberg
2011-12-24Curl_do_more: fix typo logicDaniel Stenberg
2011-12-24SFTP mkdir: use correct permissionDaniel Stenberg
2011-12-23resolve: don't leak pre-populated dns entriesDaniel Stenberg
2011-12-21formdata.c: OOM handling fixesYang Tse
2011-12-20Curl_socket_check: enlarge poll struct array to 3Daniel Stenberg
2011-12-20timeleft_accept: ack global timeout, moved to ftp.cDaniel Stenberg
2011-12-20FTP: move FTP-specific struct field to ftpc_connDaniel Stenberg
2011-12-20non-blocking active FTP: cleanup multi state usageDaniel Stenberg
2011-12-20FTP: perform active connections non-blockingGokhan Sengun
2011-12-20sockets: new Curl_socket_check() can wait for 3 socketsDaniel Stenberg
2011-12-20Curl_pgrsTime: store now in an auto variableDaniel Stenberg
2011-12-20timer: restore PRETRANSFER timingDaniel Stenberg