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