aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2003-12-03edited the -d section slightlyDaniel Stenberg
2003-12-03minor editDaniel Stenberg
2003-12-03VMSDaniel Stenberg
2003-12-03Marty Kuhrt moved most of the VMS stuff to a separate header file.Daniel Stenberg
2003-12-03new VMS filesDaniel Stenberg
2003-12-03Marty Kuhrt updatesDaniel Stenberg
2003-12-03my contentlength adjustment broke the ftp download range stuff, this makesDaniel Stenberg
it work again
2003-12-03Steve Green fixed Curl_resolv()Daniel Stenberg
2003-12-03Ignore content-length when chunked transfer-encoding is transfered.Daniel Stenberg
2003-12-02less complicated code for the MSG_NOSIGNAL detectionDaniel Stenberg