aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-07updated year in the copyright stringDaniel Stenberg
2004-01-07removed the fixed entries, somewhat updated entriesDaniel Stenberg
2004-01-07mention that the _LARGE options are added in 7.11.0, added a header to theDaniel Stenberg
file with the standard curl blurb
2004-01-05Dan Fandrich fixed our zlib usageDaniel Stenberg
2004-01-05Dan Fandrich's zlib fixDaniel Stenberg
2004-01-05Accept fixDaniel Stenberg
2004-01-05new files for the large file support number parsingDaniel Stenberg
2004-01-05large file support added in CVS nowDaniel Stenberg
2004-01-05mr Meyer brought large file supportDaniel Stenberg
2004-01-05David J Meyer's large file work was added.Daniel Stenberg
2004-01-05fix duplicatesDaniel Stenberg
2004-01-05David J Meyer's large file support.Daniel Stenberg
2004-01-05minor wording changeDaniel Stenberg
2004-01-05minor format flawDaniel Stenberg
2004-01-05Tor Arntsen fixed a spelling errorDaniel Stenberg
2004-01-04we call it 7.11.0Daniel Stenberg
2004-01-04What I hope we get done in the next few releasesDaniel Stenberg
2004-01-04curl-related newsDaniel Stenberg
2004-01-04the gettimeofday fixDaniel Stenberg
2004-01-04Dominick Meglio's fix to make our private gettimeofday() use the ares_Daniel Stenberg
namespace
2004-01-04make our private version of gettimeofday() staticDaniel Stenberg
2004-01-04white space and copyright year changesDaniel Stenberg
2004-01-04Dominick Meglio's description how to build ares for libcurl on win32Daniel Stenberg
2004-01-02there's a ferite binding tooDaniel Stenberg
2003-12-22curl doesn't do recursive operationsDaniel Stenberg
2003-12-22added redwire.netDaniel Stenberg
2003-12-22Andrés García added CURLOPT_IPRESOLVEDaniel Stenberg
2003-12-19fixingDaniel Stenberg
2003-12-19Make setopt() support CURLOPT_IPRESOLVE...Daniel Stenberg
2003-12-19Gisle Vanem's djgpp fixesDaniel Stenberg
2003-12-19djgpp fixes by Gisle VanemDaniel Stenberg
2003-12-19Gisle Vanem's minor fixesDaniel Stenberg
2003-12-18typecast the size to long for platforms where st_size is off_tDaniel Stenberg
2003-12-18Andrés García's updateDaniel Stenberg
2003-12-18redirect from a bad url such as "www.com?moo=foo" to an absolute path didn'tDaniel Stenberg
work, as reported by John McGowan
2003-12-18David Byron's fix to make libcurl build fine with both .NET and VC6 versionDaniel Stenberg
of MSVC
2003-12-18clarified the URL part based on the problems Martin Hilpert hadDaniel Stenberg
2003-12-17spellDaniel Stenberg
2003-12-17Check the error code AFTER the protocol and data. Only changed to perhapsDaniel Stenberg
get some further input on the notorious test case 91 failures!
2003-12-16AmigaOS build notesDaniel Stenberg
2003-12-16use the curlassert() instead of custom checksDaniel Stenberg
2003-12-16add off_t as a recognized type for font-lockingDaniel Stenberg
2003-12-16test506 fixDaniel Stenberg
2003-12-16modified and corrected test 506Daniel Stenberg
2003-12-15changed the dns cache pruningDaniel Stenberg
2003-12-15one correction, one additionDaniel Stenberg
2003-12-15added a library-wide interface for doing dns cache pruning, and no longerDaniel Stenberg
make the pruning at each name lookup, only in Curl_done().
2003-12-15added the six most recent bugfixesDaniel Stenberg
2003-12-15if Curl_hash_add() returns NULL, we shall not free the addrinfo field as thatDaniel Stenberg
is made in the hash function in the case of failure (using the already setup 'dtor' function).
2003-12-15make sure that hash_add() has no allocated resources left in case itDaniel Stenberg
returns NULL