aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2010-05-27test313: a new test for CRL supportKamil Dudka
2010-05-27setup_once: use enum type for 'bool' on non-C99 platformsTor Arntsen
2010-05-26RTMP: Fix compiler warningsJulien Chaffraix
2010-05-26OOM fixes in http_negociate.c and lib/splay.cJulien Chaffraix
2010-05-25LDAP: properly implemented as a curl_handlerHoward Chu
2010-05-21TFTP: send legal timeout valueDaniel Stenberg
2010-05-21TFTP: block id wrap bug fixDaniel Stenberg
2010-05-20build: allow curl to build with Microsoft VC10Tanguy Fautre
2010-05-18TFTP: send timeout option correctlyDaniel Stenberg
2010-05-16ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka
2010-05-14OpenSSL: multi interface handshake could hangDaniel Stenberg
2010-05-14changelog: add link to bug reportDaniel Stenberg
2010-05-14follow redirect: ignore response-body on redirect even if compressedDaniel Stenberg
2010-05-13changelogs: mention RTMP and the FTP wildcard supportDaniel Stenberg
2010-05-11changelog: fixed CRL support in libcurl-NSSKamil Dudka
2010-05-07multi interface: missed storing connection timeDaniel Stenberg
2010-05-07changelogs: split the I/O handlingDaniel Stenberg
2010-05-05changelog: PolarSSLDaniel Stenberg
2010-04-29changelog: mention Ben Greear's telnet workDaniel Stenberg
2010-04-26SSH: init and cleanup libssh2 in global_init/cleanupDaniel Stenberg
2010-04-25new configure option --enable-threaded-resolverDaniel Stenberg
2010-04-24nss: fix SSL handshake timeout underflowKamil Dudka
2010-04-24changelog: added the --proto and -proto-redir optionsDaniel Stenberg
2010-04-24test536: do not fail with threaded DNS resolverKamil Dudka
2010-04-21curl: -O crash on windowsDaniel Stenberg
2010-04-20replaced wsock32.lib usage with ws2_32.lib in MSVC makefilesRuslan Gazizov
2010-04-19changelog: -J/--remote-header-name strips CRLFDaniel Stenberg
2010-04-16changelog: GnuTLS: SSL handshake phase is non-blockingDaniel Stenberg
2010-04-16changelog: GnuTLS fix, no reverse loopkups and fixed GSS detectionDaniel Stenberg
2010-04-15changelog: prevent needless reverse name lookupsDaniel Stenberg
2010-04-147.20.1: 14 April 2010Daniel Stenberg
2010-04-09FTP quote commands prefixed with '*' now can fail without abortingDaniel Stenberg
2010-04-06nss: handle client certificate related errorsKamil Dudka
2010-04-04refactorize interface of Curl_ssl_recv/Curl_ssl_sendKamil Dudka
2010-04-04eliminate a race condition in Curl_resolv_timeout()Kamil Dudka
2010-04-01fix SFTP download hangDaniel Stenberg
2010-03-28Ben's POP3 changeDaniel Stenberg
2010-03-27allow user+password in the URL for all protocolsBen Greear
2010-03-26changelogged: smoother rate limitingDaniel Stenberg
2010-03-24fix: timeout after last data chunk was handledBob Richmond
2010-03-24RTSP GET_PARAMETER fixDaniel Stenberg
2010-03-24The 'ares' subtree has been removed from the source repositoryDaniel Stenberg
2010-03-23mark connection as connectedDaniel Stenberg
2010-03-23chunked-encoding with Content-Length: header problemDaniel Stenberg
2010-03-23delayed easy handle kill caused double Curl_close() callDaniel Stenberg
2010-03-22Thomas Lopatic fixed the alarm()-based DNS timeoutDaniel Stenberg
2010-03-22Fix insufficient initialization in Curl_clone_ssl_config()douglas steinwand
2010-03-22various changes of CVS to gitDaniel Stenberg
2010-03-21Ben Greear's two fixes explainedDaniel Stenberg
2010-03-19- Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().Kamil Dudka