aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2017-02-07CHANGES: spell fix, use correct path to scriptDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-08-06CHANGES: refer to the online changelogDaniel Stenberg
2010-06-21CHANGES: move all contents from CHANGES to CHANGES.0Daniel Stenberg
2010-06-17test575: do not fail with threaded DNS resolverKamil Dudka
2010-06-16release: 7.21.0Daniel Stenberg
2010-06-05OpenSSL: fix spurious SSL connection abortsConstantine Sapuntzakis
2010-06-05getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORTFrank Meier
2010-06-04Enable OpenLDAP support for cygwin builds.Yang Tse
2010-06-02SSH: corrected the inability to respect the timeoutDaniel Stenberg
2010-06-02mention last changesYang Tse
2010-06-01multi_socket: handles timer inaccuracy better for timeoutsDaniel Stenberg
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