- May 13, 2008
- 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
-
Daniel Stenberg authored
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480044) identifying a segfault when using krb5 ftp, but the krb4 code had the same problem.
-
Yang Tse authored
the use of microsecond resolution keys for internal splay trees. http://curl.haxx.se/mail/lib-2008-04/0513.html
-
- May 06, 2008
-
-
Yang Tse authored
-
- May 05, 2008
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
- May 03, 2008
-
-
Daniel Stenberg authored
built debug-enabled.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
when using CURL_AUTH_ANY" (http://curl.haxx.se/bug/view.cgi?id=1945240). The problem was that when libcurl rewound a stream meant for upload when it would prepare for a second request, it could accidentally continue the sending of the rewound data on the first request instead of on the second. Ben also provided test case 1030 that verifies this fix.
-
Daniel Stenberg authored
that closes the connection somewhat faster when perhapsrewind() has marked the connection for closure.
-
Daniel Stenberg authored
since libcurl used getprotobyname() and that isn't thread-safe. We now switched to use IPPROTO_TCP unconditionally, but perhaps the proper fix is to detect the thread-safe version of the function and use that. http://curl.haxx.se/mail/lib-2008-05/0011.html
-
- May 01, 2008
-
-
Daniel Stenberg authored
uses the CURLOPT_OPENSOCKETFUNCTION callback to create a unix domain socket to a http server.
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Apr 30, 2008
-
-