- May 19, 2008
-
-
Daniel Stenberg authored
to be more descriptive and finally set VERBOSE mode to 1 by default
-
Yang Tse authored
even when cross compiling a Windows target.
-
Yang Tse authored
-
Yang Tse authored
if WINSOCK API is used under WinCE link with 'winsock', else if WINSOCK API is used link with 'wsock32'.
-
- May 18, 2008
-
-
Yang Tse authored
winsock2.h is available, and library 'winsock' is used when only winsock.h is available.
-
- May 17, 2008
-
-
Yang Tse authored
-
- May 16, 2008
-
-
Daniel Stenberg authored
-
- May 15, 2008
-
-
Yang Tse authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
136 - adding easy handles when using curl_multi_socket* by Markus Koetter
-
Gisle Vanem authored
Added "-DHAVE_GETTIMEOFDAY". Trimmed lines.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- May 14, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Yang Tse authored
When cross compiling WinCE with the arm-wince-cegcc-gcc C compiler symbol __CEGCC__ is defined and the unix-like compatibility layer is used. For our purposes this is not a native Windows build. When cross compiling WinCE with the arm-wince-mingw32ce-gcc C compiler symbol __MINGW32CE__ is defined and the unix-like compatibility layer is not used. For our purposes this _is_ a native Windows build.
-
Yang Tse authored
-
Yang Tse authored
when build target is not a native Windows one
-
Yang Tse authored
HAVE_WINSOCK2_H shall not be defined. HAVE_WS2TCPIP_H shall not be defined.
-
- May 13, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
ares_init_options()'s ARES_OPT_TIMEOUTMS.
-
Yang Tse authored
-
Dan Fandrich authored
Cleaned up Symbian files.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- May 12, 2008
-
-
Daniel Stenberg authored
and receive data over a connection previously setup with curl_easy_perform() and its CURLOPT_CONNECT_ONLY option. The sendrecv.c example was added to show how they can be used.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
when function clock_gettime() is available and the monotonic timer is also available. Otherwise, in some cases, librt or libposix4 could be used for linking even when finally not using the clock_gettime() function due to lack of the monotonic clock.
-
- May 10, 2008
- May 09, 2008