Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-07 | Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxy | Daniel Stenberg | |
actually used a new connection and not sent the second request on the first socket! | |||
2006-01-06 | buildconf fixes | Daniel Stenberg | |
2006-01-06 | As Alexander Lazic pointed out, run the buildconf from the ares dir if that | Daniel Stenberg | |
is present instead of trying to duplicate that stuff in this script. | |||
2006-01-06 | Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic | Daniel Stenberg | |
2006-01-05 | summary of what we have | Daniel Stenberg | |
2006-01-05 | James Bursa fixes: find the hosts file on RISC OS, and made it build with | Daniel Stenberg | |
newer gcc versions that no longer defines "riscos". | |||
2006-01-05 | Yang Tse has been helping out | Daniel Stenberg | |
2006-01-04 | modified output to prevent the autobuild system to trap on the 'FAILED' output | Daniel Stenberg | |
mistaking it for an actual failed test case | |||
2006-01-04 | Added ares_getsock.obj. | Gisle Vanem | |
2006-01-04 | updated test programs to use the API as it currently works | Daniel Stenberg | |
2006-01-04 | removed easy handle argument from proto | Daniel Stenberg | |
2006-01-04 | upcoming new error code | Daniel Stenberg | |
2006-01-04 | Andres Garcia made the TFTP test server build with mingw. | Daniel Stenberg | |
2006-01-04 | not much recent stuff, but still I had this modified locally | Daniel Stenberg | |
2006-01-03 | Added remake of the arpa/tftp.h file to make the TFTP server build on systems | Daniel Stenberg | |
without the real header file. | |||
2006-01-03 | killed trailing whitespace | Daniel Stenberg | |
2006-01-03 | Andres Garcia made the TFTP test server build with mingw ("I also had to copy | Daniel Stenberg | |
the 'tftp.h' file from a linux box, since it doesn't come with mingw.") | |||
2006-01-03 | CURLOPT_PROGRESSFUNCTION is really not a good idea when using the multi | Daniel Stenberg | |
interface | |||
2006-01-03 | fixed the prototype | Daniel Stenberg | |
2006-01-03 | modified to hush compiler warnings | Daniel Stenberg | |
2006-01-02 | Removed inaccurate comment for upcoming curl_multi_socket() and family. | Daniel Stenberg | |
Modified the callback proto used for it. | |||
2006-01-02 | minor edits | Daniel Stenberg | |
2006-01-02 | Initial description of the upcoming curl_multi_timeout() function | Daniel Stenberg | |
2006-01-02 | I removed the timeout argument from the socket callback and did some other | Daniel 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-02 | Include <sys/ioctl.h> before redefining ioctl(). | Gisle Vanem | |
2006-01-02 | 1. sws now supports two new "commands" and 2. if built with | Daniel 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-02 | we're working on 1.3.1 (or more) | Daniel Stenberg | |
2005-12-30 | fix questionable compare | Marty Kuhrt | |
2005-12-30 | fix questionable compare compiler error (unsigned can't be < 0) | Marty Kuhrt | |
2005-12-30 | removed defunct email address | Marty Kuhrt | |
2005-12-30 | removed .h and .sdl | Marty Kuhrt | |
2005-12-30 | putting back into dist | Marty Kuhrt | |
2005-12-30 | put back into dist to lessen build confusion for some | Marty Kuhrt | |
2005-12-30 | put back into dist since most people didn't want to use SDL | Marty Kuhrt | |
2005-12-30 | changed HAVE_STRTOK to follow CRTL version | Marty Kuhrt | |
2005-12-30 | added TFTP errors to match curl.h | Marty Kuhrt | |
2005-12-23 | Kirill Vasiliev fixed the 'release-ssl-dll' target to properly build a | Daniel Stenberg | |
static libcurl using openssl as dll. | |||
2005-12-23 | clarified that curl_global_init() isn't thread-safe and that it might affect | Daniel Stenberg | |
curl_easy_init() if you don't call curl_global_init() explicitly in your app | |||
2005-12-23 | Mention that PKG_CONFIG_PATH is preferred to --with-ssl | Dan Fandrich | |
2005-12-22 | This function was added in c-ares [version] | Daniel Stenberg | |
2005-12-22 | added ares_getsock() | Daniel Stenberg | |
2005-12-22 | Added ares_getsock() to extract sockets to wait for action on, without being | Daniel Stenberg | |
limited to select(). | |||
2005-12-22 | The inital early embryos to describe the curl_multi_socket() API. Committed | Daniel Stenberg | |
now to enable them to get added as web pages easier, they are not ready for anything "real" just yet. | |||
2005-12-22 | the 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 is | Daniel Stenberg | |
run that might be needed only for building libcurl. | |||
2005-12-21 | Checking for function getnameinfo and its arguments is finally | Yang 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 | |||
2005-12-21 | Undefine HAVE_GETNAMEINFO if unable to find | Yang Tse | |
proper types to use for getnameinfo args | |||
2005-12-21 | Undefine HAVE_GETNAMEINFO if unable to find | Yang Tse | |
proper types to use for getnameinfo args | |||
2005-12-21 | Make sure we're using 'c-ares' sources and not 'ares' ones. | Yang Tse | |
2005-12-21 | added our regular source header | Daniel Stenberg | |