aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2003-12-15Giuseppe Attardi fixed a really tricky bugDaniel Stenberg
2003-12-15We cannot 'cd' to the ares build dir to get the path, as the directory hasn'tDaniel Stenberg
been created at this point yet when we build outside of the source dir.
2003-12-15remove the build directory on exist, if there is anyDaniel Stenberg
2003-12-12some outputs for easier debuggingDaniel Stenberg
2003-12-12only build ares if truly enabledDaniel Stenberg
2003-12-11ares-using configure should run configure in the subdir by itselfDaniel Stenberg
2003-12-11if there is an 'ares' subdirectory when configure is run with --enable-aresDaniel Stenberg
(without a given path), we run configure automatically in that subdir
2003-12-11use the CORRECT file name! ;-)Daniel Stenberg
2003-12-10check for strtoll(), for the upcoming >2GB patchDaniel Stenberg
2003-12-10dict and a man page fixesDaniel Stenberg
2003-12-10Use Curl_transfer() properly. Fixes the bug Gisle Vanem found!Daniel Stenberg
2003-12-10assert that we get a good index to Curl_transfer()Daniel Stenberg
2003-12-10we now have a 'curlassert' function to useDaniel Stenberg
2003-12-10check for assert.hDaniel Stenberg
2003-12-10updated with the new configure option usageDaniel Stenberg
2003-12-10curl-config bug correctedDaniel Stenberg
2003-12-10Diego Casorran tapping on Amiga supportDaniel Stenberg
2003-12-10added the new amiga files to the distDaniel Stenberg
2003-12-10Diego Casorran's amiga makefilesDaniel Stenberg
2003-12-10native amiga support by Diego CasorranDaniel Stenberg
2003-12-10native AmigaOS support by Diego CasorranDaniel Stenberg
2003-12-10Diego Casorran's amiga build patchDaniel Stenberg
2003-12-10ares configure and build fixDaniel Stenberg
2003-12-10do the ares stuff in the configure fileDaniel Stenberg
2003-12-10Dominick Meglio made --enable-ares support an option =PATH to specify aDaniel Stenberg
root path to an installed ares.
2003-12-10minor language fixesDaniel Stenberg
2003-12-10Eric S. Raymond's fix of the NAME sectionDaniel Stenberg
2003-12-09added some details from the old scrollsDaniel Stenberg
2003-12-08removed old version checksDaniel Stenberg
2003-12-08use the newer option namesDaniel Stenberg
2003-12-08updated 5.5 to use the modern names of these definesDaniel Stenberg
2003-12-08ares in curl-configDaniel Stenberg
2003-12-08removed one, added oneDaniel Stenberg
2003-12-08-lz fixDaniel Stenberg
2003-12-08no need to add -lz to LDFLAGS manually, as AC_CHECK_LIB() does thatDaniel Stenberg
automatically!
2003-12-08updatedDaniel Stenberg
2003-12-08better human error message when a FTP response can't be readDaniel Stenberg
2003-12-08curl-config now shows asyncdns if built with ares enabledDaniel Stenberg
2003-12-04based on Gisle's comment, I removed the use of syslog() and fixed theDaniel Stenberg
netdb.h include, then I re-indented some code to use curl-style
2003-12-04minor edit of the PRIVATE optionDaniel Stenberg
2003-12-04cut out the wrong version blurbDaniel Stenberg