- May 29, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 28, 2008
-
-
Daniel Stenberg authored
Moved 144 to 7.18.3 instead
-
Daniel Stenberg authored
the curl_multi_socket() API with HTTP pipelining enabled and could lead to the pipeline basically stalling for a very long period of time until it took off again.
-
Daniel Stenberg authored
provided excellent repeat recipes. I fixed the cases I managed to reproduce but Jeff still got some (SCP) problems even after these fixes: http://curl.haxx.se/mail/lib-2008-05/0342.html
-
- May 27, 2008
-
-
Yang Tse authored
due to KfW's library header files exporting symbols/macros that should be kept private to the KfW library. See ticket #5601 at http://krbdev.mit.edu/rt/
-
- May 26, 2008
-
-
http://curl.haxx.se/bug/view.cgi?id=1973352Daniel Stenberg authored
how the HTTP redirect following code didn't properly follow to a new URL if the new url was but a query string such as "Location: ?moo=foo". Test case 1031 was added to verify this fix.
-
Daniel Stenberg authored
144 - Help apps use 64bit/LFS libcurl
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
openssl/objects.h were needed to compile SPNEGO support.
-
Yang Tse authored
-
- May 24, 2008
-
-
Daniel Stenberg authored
releases
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 23, 2008
-
-
Daniel Stenberg authored
the dist tarball and remove a two duplicate file names from EXTRA_DIST (most of it pointed out by Yang Tse)
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
for 7.18.2 since we have added functions in this release. http://curl.haxx.se/mail/lib-2008-05/0240.html
-
- May 22, 2008
-
-
Dan Fandrich authored
libtest code.
-
Dan Fandrich authored
to curl_easy_setopt instead of long.
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
in the tarball
-
Yang Tse authored
-
Yang Tse authored
-
- May 21, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- May 20, 2008
-
-
Yang Tse authored
script will simply issue a warning and gethostbyname() will be used.
-
Yang Tse authored
-
Patrick Monnerat authored
_ Updated packages/OS400/curl.inc.in with new definitions. _ New connect/bind/sendto/recvfrom wrappers to support AF_UNIX sockets. _ Include files line length shortened below 100 chars. _ Const parameter in lib/qssl.[ch]. _ Typos in packages/OS400/initscript.sh.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- May 19, 2008
-
-
Daniel Stenberg authored
interface problems: o with pipelining disabled, the state should never be set to WAITDO but rather go straight to DO o we had multiple states for which the internal function returned no socket at all to wait for, with the effect that libcurl calls the socket callback (when curl_multi_socket() is used) with REMOVE prematurely (as it would be added again within very shortly) o when in DO and DOING states, the HTTP and HTTPS protocol handler functions didn't return that the socket should be waited for writing, but instead it was treated as if no socket was needing monitoring so again REMOVE was called prematurely.
-