- May 24, 2008
-
-
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.
-
Daniel Stenberg authored
go straight to DO 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)
-
Daniel Stenberg authored
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 REMOVE was called prematurely
-
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
-