Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-12-21 | allow more evironment variables to control what tools to check for and use | Daniel Stenberg | |
2005-12-21 | use ACLOCAL even when using 'find' to find the aclocal tool | Daniel Stenberg | |
2005-12-20 | In CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling a windows | Yang Tse | |
target use calling convention WSAAPI for getnameinfo() prototype. Checking type DWORD as argument 4 and 6 of getnameinfo not needed. | |||
2005-12-20 | explain tld_check_name() | Daniel Stenberg | |
2005-12-20 | Changes for PellesC compiler under Win32. | Gisle Vanem | |
2005-12-20 | Changes for PellesC compiler under Win32. A bit limited, but | Gisle Vanem | |
we just love swedish products... | |||
2005-12-20 | Fix PellesC warning. | Gisle Vanem | |
2005-12-20 | Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence the | Gisle Vanem | |
rearrangement in ares_process.c. | |||
2005-12-20 | fix ioctlsocket detection | Yang Tse | |
2005-12-20 | Fix, header checks must be done before using its results. | Yang Tse | |
2005-12-20 | shiper is the new test tool for the new API | Daniel Stenberg | |
2005-12-20 | show dl speed | Daniel Stenberg | |
2005-12-20 | added our standard source header | Daniel Stenberg | |
2005-12-20 | fix closing parentheses | Daniel Stenberg | |
2005-12-20 | use AC_PROG_LIBTOOL after AC_DISABLE_SHARED | Daniel Stenberg | |
2005-12-20 | Fix quoting | Yang Tse | |
2005-12-20 | Give third argument to AC_DEFINE_UNQUOTED | Yang Tse | |
2005-12-20 | Use native type SOCKET instead of int when testing functionality of ↵ | Yang Tse | |
ioctlsocket on Windows |