- May 05, 2008
-
-
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
-
-
-
Daniel Stenberg authored
redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now introduce the new CURLINFO_REDIRECT_URL option that lets applications extract the URL libcurl would've redirected to if it had been told to. This then enables the application to continue to that URL as it thinks is suitable, without having to re-implement the magic of creating the new URL from the Location: header etc. Test 1029 verifies it.
-
- Apr 29, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
-
- Apr 28, 2008
-
-
Daniel Stenberg authored
libcurl" (http://curl.haxx.se/bug/view.cgi?id=1951588) which seems to be an identical report to what Denis Golovan reported in http://curl.haxx.se/mail/lib-2008-02/0108.html The FTP code didn't reset the user/password pointers properly even though there might've been a new struct/cconnection getting used.
-
- Apr 26, 2008
-
-
Daniel Stenberg authored
caused any change in curl-related files
-
- Apr 25, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
test harness <command> subsection now provides this functionality.
-
Yang Tse authored
-
Dan Fandrich authored
-
- Apr 24, 2008
-
-
Dan Fandrich authored
Correctly noted what happens to stderr.
-
- Apr 23, 2008
-
-
-
Yang Tse authored
and test harness servers to minimize risk of false test failures. http://curl.haxx.se/mail/lib-2008-04/0392.html
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
CVS directories.
-
- Apr 22, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
server input and response request files of the test harness sws server. Reintroduce, for test # 1001, the <postcheck> small delay. The delay is needed even with the accelerated writing of server input and response request files in test harness sws server. http://curl.haxx.se/mail/lib-2008-04/0385.html
-
Yang Tse authored
with the accelerated writing of server input and response request files in test harness sws server.
-
- Apr 21, 2008
-
-
Dan Fandrich authored
instead of the stack.
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-