aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-09Made the copyright year match the latest modification's year.Daniel Stenberg
2006-01-09Alexander Lazic improved the getservbyport_r() configure check.Daniel Stenberg
2006-01-08one more mirror, now fortunately in JapanDaniel Stenberg
2006-01-08use the proper dashDaniel Stenberg
2006-01-07Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxyDaniel Stenberg
2006-01-06buildconf fixesDaniel Stenberg
2006-01-06As Alexander Lazic pointed out, run the buildconf from the ares dir if thatDaniel Stenberg
2006-01-06Use $ACLOCAL_FLAGS too, pointed out by Alexander LazicDaniel Stenberg
2006-01-05summary of what we haveDaniel Stenberg
2006-01-05James Bursa fixes: find the hosts file on RISC OS, and made it build withDaniel Stenberg
2006-01-05Yang Tse has been helping outDaniel Stenberg
2006-01-04modified output to prevent the autobuild system to trap on the 'FAILED' outputDaniel Stenberg
2006-01-04Added ares_getsock.obj.Gisle Vanem
2006-01-04updated test programs to use the API as it currently worksDaniel Stenberg
2006-01-04removed easy handle argument from protoDaniel Stenberg
2006-01-04upcoming new error codeDaniel Stenberg
2006-01-04Andres Garcia made the TFTP test server build with mingw.Daniel Stenberg
2006-01-04not much recent stuff, but still I had this modified locallyDaniel Stenberg
2006-01-03Added remake of the arpa/tftp.h file to make the TFTP server build on systemsDaniel Stenberg
2006-01-03killed trailing whitespaceDaniel Stenberg
2006-01-03Andres Garcia made the TFTP test server build with mingw ("I also had to copyDaniel Stenberg
2006-01-03CURLOPT_PROGRESSFUNCTION is really not a good idea when using the multiDaniel Stenberg
2006-01-03fixed the prototypeDaniel Stenberg
2006-01-03modified to hush compiler warningsDaniel Stenberg
2006-01-02Removed inaccurate comment for upcoming curl_multi_socket() and family.Daniel Stenberg
2006-01-02minor editsDaniel Stenberg
2006-01-02Initial description of the upcoming curl_multi_timeout() functionDaniel Stenberg
2006-01-02I removed the timeout argument from the socket callback and did some otherDaniel Stenberg
2006-01-02Include <sys/ioctl.h> before redefining ioctl().Gisle Vanem
2006-01-021. sws now supports two new "commands" and 2. if built withDaniel Stenberg
2006-01-02we're working on 1.3.1 (or more)Daniel Stenberg
2005-12-30fix questionable compareMarty Kuhrt
2005-12-30fix questionable compare compiler error (unsigned can't be < 0)Marty Kuhrt
2005-12-30removed defunct email addressMarty Kuhrt
2005-12-30removed .h and .sdlMarty Kuhrt
2005-12-30putting back into distMarty Kuhrt
2005-12-30put back into dist to lessen build confusion for someMarty Kuhrt
2005-12-30put back into dist since most people didn't want to use SDLMarty Kuhrt
2005-12-30changed HAVE_STRTOK to follow CRTL versionMarty Kuhrt
2005-12-30added TFTP errors to match curl.hMarty Kuhrt
2005-12-23Kirill Vasiliev fixed the 'release-ssl-dll' target to properly build aDaniel Stenberg
2005-12-23clarified that curl_global_init() isn't thread-safe and that it might affectDaniel Stenberg
2005-12-23Mention that PKG_CONFIG_PATH is preferred to --with-sslDan Fandrich
2005-12-22This function was added in c-ares [version]Daniel Stenberg
2005-12-22added ares_getsock()Daniel Stenberg
2005-12-22Added ares_getsock() to extract sockets to wait for action on, without beingDaniel Stenberg
2005-12-22The inital early embryos to describe the curl_multi_socket() API. CommittedDaniel Stenberg
2005-12-22the curl_multi_socket() test application (still using select())Daniel Stenberg
2005-12-22#31 curl-config --libs" will include details set in LDFLAGS when configure isDaniel Stenberg
2005-12-21Checking for function getnameinfo and its arguments is finallyYang Tse