aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-21fix: socklen_t definition commentYang Tse
2008-05-20When unable to properly detect gethostbyname_r() usage, configureYang Tse
2008-05-20update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse
2008-05-20Adapting last changes to OS400:Patrick Monnerat
2008-05-20fix underquoting of AC_LANG_PROGRAM argumentsYang Tse
2008-05-20if'def out private function ares__tvdiff(), it is not in use yet.Yang Tse
2008-05-20update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse
2008-05-19- When trying to repeat a multi interface problem I fell over a few multiDaniel Stenberg
2008-05-19with pipelining disabled, the state should never be set to WAITDO but ratherDaniel Stenberg
2008-05-19when the multi handle was in DO and DOING states, the HTTP and HTTPS protocolDaniel Stenberg
2008-05-19change the code style to be more curlish, and changed some of the outputDaniel Stenberg
2008-05-19better select() function detection that worksYang Tse
2008-05-19fix socklen_t equivalent detection when cross compiling Windows targetYang Tse
2008-05-19if WINSOCK2 API is used link with 'ws2_32', elseYang Tse
2008-05-18on winsock systems linking is done using library 'ws2_32' whenYang Tse
2008-05-17minor change for wince-cegcc and wince-mingw32ce supportYang Tse
2008-05-16removed lots of warningsDaniel Stenberg
2008-05-15millisecond resolution support followupYang Tse
2008-05-15Included stdint.h to get the intptr_t type (needed on OpenBSD at least).Dan Fandrich
2008-05-15ten days with no further response or feedback, removing:Daniel Stenberg
2008-05-15Replaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET".Gisle Vanem
2008-05-15sync with realityYang Tse
2008-05-15remove compilation time generated filesYang Tse
2008-05-15use same time source for timeout initialization and processingYang Tse
2008-05-14Reduced the required stack size.Dan Fandrich
2008-05-14Move the CURLDEBUG check after setup.h so it can be set there if necessary.Dan Fandrich
2008-05-14Improve toolchain detection for WinCE cross compilation:Yang Tse
2008-05-14remove duplicate checkYang Tse
2008-05-14skip checks for Windows specific header filesYang Tse
2008-05-14WinCE cross compilation adjustments:Yang Tse
2008-05-13wait for all 129 bytesDaniel Stenberg
2008-05-13Added test case 556 that uses curl_easy_send() and curl_easy_recv()Daniel Stenberg
2008-05-13Three out of the four issues are now extinct.Daniel Stenberg
2008-05-13- Introducing millisecond resolution support for the timeout option. SeeDaniel Stenberg
2008-05-13also ignore thisYang Tse
2008-05-13Added curl_easy_recv & curl_easy_send Symbian exports.Dan Fandrich
2008-05-13also ignore thisYang Tse
2008-05-13ignore this compilation time generated filesYang Tse
2008-05-13don't keep in CVS this compilation time generated fileYang Tse
2008-05-13add MSVC6 project for acountry sample programYang Tse
2008-05-13update MSVC6 projects to use the multithreaded DLL runtime libraryYang Tse
2008-05-13add MSVC6 project for acountry sample programYang Tse
2008-05-12- Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg
2008-05-12skip libtool C++ preprocessor compiler and linker checksYang Tse
2008-05-12ignore libcares.pcYang Tse
2008-05-12configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse
2008-05-10fix syntax error: missing semicolonYang Tse
2008-05-10Add library checking for clock_gettime() supportYang Tse
2008-05-09Internal time differences now use monotonic time source if available.Yang Tse
2008-05-09Use monotonic time source if available.Yang Tse