aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-12-21Undefine HAVE_GETNAMEINFO if unable to findYang Tse
2005-12-21Undefine HAVE_GETNAMEINFO if unable to findYang Tse
2005-12-21Make sure we're using 'c-ares' sources and not 'ares' ones.Yang Tse
2005-12-21added our regular source headerDaniel Stenberg
2005-12-21allow more evironment variables to control what tools to check for and useDaniel Stenberg
2005-12-21use ACLOCAL even when using 'find' to find the aclocal toolDaniel Stenberg
2005-12-20In CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling a windowsYang Tse
2005-12-20explain tld_check_name()Daniel Stenberg
2005-12-20Changes for PellesC compiler under Win32.Gisle Vanem
2005-12-20Changes for PellesC compiler under Win32. A bit limited, butGisle Vanem
2005-12-20Fix PellesC warning.Gisle Vanem
2005-12-20Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence theGisle Vanem
2005-12-20fix ioctlsocket detectionYang Tse
2005-12-20Fix, header checks must be done before using its results.Yang Tse