aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2008-10-21Fixed some problems with SFTP range support to fix test cases 634 through 637.Dan Fandrich
2008-10-17Fixed a compile error reported by Albert Chin on AIX and IRIX when usingDan Fandrich
2008-10-16- Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that thenDaniel Stenberg
2008-10-16I renamed the functionDaniel Stenberg
2008-10-15- Pascal Terjan filed bug #2154627Daniel Stenberg
2008-10-15A <precheck> command is considered to have failed if it returns a non-zeroDan Fandrich
2008-10-15mention his full nameDaniel Stenberg
2008-10-15- John Wilkinson filed bug #2155496Daniel Stenberg
2008-10-15credit to John WilkinsonDaniel Stenberg
2008-10-09Fixed the --interface option to work with IPv6 connections on glibcDan Fandrich
2008-10-09Added tests 633 through 637 to test the new file range support for SFTP.Dan Fandrich
2008-10-08- Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified andDaniel Stenberg
2008-10-08Added tests 1082 through 1085 to test symbolic --interface parametersDan Fandrich
2008-10-08- Igor filed bug #2111613 (http://curl.haxx.se/bug/view.cgi?id=2111613) thatDaniel Stenberg
2008-10-08- Igor Novoseltsev brought a patch that introduced two new options toDaniel Stenberg
2008-10-08Created test cases 1080 and 1081 to reproduce a problem ofDan Fandrich
2008-10-07Changed the handling of read/write errors in Curl_perform() to allow aDan Fandrich
2008-10-07- Fixed CURLINFO_PRIMARY_IP: When libcurl created a connection to host A thenDaniel Stenberg
2008-10-07Sync up with realityYang Tse
2008-10-01"make clean" now cleans out the docs and tests directories, too.Dan Fandrich
2008-09-30- The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZEDaniel Stenberg
2008-09-29- Daniel Egger provided a patch that allows you to disable proxy support inDaniel Stenberg
2008-09-29Moved all signal-based name resolution timeout handling into a single newDan Fandrich
2008-09-29- Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTPDaniel Stenberg
2008-09-29credit Maxim IvanovDaniel Stenberg
2008-09-29- Bug #2107803 (http://curl.haxx.se/bug/view.cgi?id=2107803) "noDaniel Stenberg
2008-09-25give proper credit!Daniel Stenberg
2008-09-25- Fixed the HTTP Digest auth code to not behave badly when getting a blank realmDaniel Stenberg
2008-09-24Make sure not to dereference the wrong UrlState proto union member whenDan Fandrich
2008-09-23- Introducing Jamie Lokier's function for date to epoch conversion used in theDaniel Stenberg
2008-09-23- Rob Crittenden brought a patch to "add some locking for thread-safety to NSSDaniel Stenberg
2008-09-22- Made the SOCKS code use the new Curl_read_plain() function to fix the bugDaniel Stenberg
2008-09-22- Michael Goffioul filed bug report #2107377 "Problem with mutli + GnuTLS +Daniel Stenberg
2008-09-22Fixed test 539 to handle an out of memory condition that shows up nowDan Fandrich
2008-09-20fix regression in configure script which affected OpenSSL builds on MSYSYang Tse
2008-09-19configure script now checks availability of the alarm() functionYang Tse
2008-09-19Don't bother to install a SIGALRM handler unless alarm() is available.Dan Fandrich
2008-09-18sync up with realityYang Tse
2008-09-17Removed reference to curl-ca-bundle.crt in the host verification failureDan Fandrich
2008-09-17sync up with realityYang Tse
2008-09-13Disable tracking of fdopen() calls in the low-level memory leak trackingYang Tse
2008-09-12sync with realityYang Tse
2008-09-10Checked in some code improvements and minor fixes that I discovered in theDan Fandrich
2008-09-10Checked in some grammatical and minor other fixes in the documentation andDan Fandrich
2008-09-09Mike Revi discovered some swapped speed switches documented in the curl manDan Fandrich
2008-09-08Dmitry Kurochkin fixed pipelining over proxy using the multi interfaceDaniel Stenberg
2008-09-08- Stefan Krause pointed out that libcurl would wrongly send away cookies toDaniel Stenberg
2008-09-05Improved the logic the decides whether to use HTTP 1.1 features or not in aDan Fandrich
2008-09-05- Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg
2008-09-05- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg