- May 15, 2008
- 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
-
-
Yang Tse authored
This also implies the removal of the winmm.lib dependency for WIN32.
-
Yang Tse authored
-
Daniel Stenberg authored
liberal for me. Also, autoconf 2.61 and earlier doesn't work with icc 10.1 for this macro. (2.62 confirmed to work though). See discusson on the mailing list starting here: http://daniel.haxx.se/projects/c-ares/mail/c-ares-archive-2008-05/0001.shtml
-
Daniel Stenberg authored
and doing CONNECT to a proxy. The app would then busy-loop until the proxy completed its response.
-
Daniel Stenberg authored
Added a few comments while at it.
-
Michal Marek authored
of tetetest's patch for curl_easy_send()
-
- May 08, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
- May 07, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
lookups. It is not common practice to have multiple PTR-Records for a single IP, but its perfectly legal and some sites have those.
-
Daniel Stenberg authored
autoconf 2.57 usage (which is the version you have specified as the minimum version). It's a minor change but it does clean up some warnings with newer autoconf (specifically 2.62).
-
Daniel Stenberg authored
- Christopher Palow
-