aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
actually used a new connection and not sent the second request on the first socket!
2006-01-06buildconf fixesDaniel Stenberg
2006-01-06As Alexander Lazic pointed out, run the buildconf from the ares dir if thatDaniel Stenberg
is present instead of trying to duplicate that stuff in this script.
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
newer gcc versions that no longer defines "riscos".
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
mistaking it for an actual failed test case
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
without the real header file.
2006-01-03killed trailing whitespaceDaniel Stenberg
2006-01-03Andres Garcia made the TFTP test server build with mingw ("I also had to copyDaniel Stenberg
the 'tftp.h' file from a linux box, since it doesn't come with mingw.")
2006-01-03CURLOPT_PROGRESSFUNCTION is really not a good idea when using the multiDaniel Stenberg
interface
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
Modified the callback proto used for it.
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
cleanups of this man page. The lengthy description has now also been removed from curl/multi.h since it immediately got tedious to maintain the info on two places when I did major updates...
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
CURL_SWS_FORK_ENABLED defined it forks for each new connection and thus can support any amount of connection clients (used for hiper tests and not for the standard plain curl test suite)
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
static libcurl using openssl as dll.
2005-12-23clarified that curl_global_init() isn't thread-safe and that it might affectDaniel Stenberg
curl_easy_init() if you don't call curl_global_init() explicitly in your app
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
limited to select().
2005-12-22The inital early embryos to describe the curl_multi_socket() API. CommittedDaniel Stenberg
now to enable them to get added as web pages easier, they are not ready for anything "real" just yet.
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
run that might be needed only for building libcurl.
2005-12-21Checking for function getnameinfo and its arguments is finallyYang Tse
done in one single function CURL_CHECK_FUNC_GETNAMEINFO which will only define HAVE_GETNAMEINFO if the function has been found AND the type of its arguments has been properly been detected