- Jul 21, 2008
- Jul 20, 2008
-
-
Yang Tse authored
-
Yang Tse authored
failure to properly detect recvfrom arg types on Solaris
-
Yang Tse authored
function recvfrom as a result of the info additionally logged when running on a Solaris system. The compiler error showed that the prototype being used on Solaris was the one declared in line 427 of "/usr/include/sys/socket.h" as: function(int, pointer to void, unsigned int, int, pointer to struct sockaddr, pointer to void) returning int
-
- Jul 19, 2008
- Jul 18, 2008
-
-
Patrick Monnerat authored
-
Patrick Monnerat authored
-
- Jul 17, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
to the data type pointed by its respective argument and not the pointer type.
-
- Jul 16, 2008
- Jul 15, 2008
-
-
Yang Tse authored
Configure process no longer needs nor checks size of curl_off_t. Library will now be built with _REENTRANT symbol defined.
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
-
Dan Fandrich authored
added to DISABLED.
-
- Jul 14, 2008
-
-
Yang Tse authored
-
Yang Tse authored
These are included from lib/setup.h or specific source code file.
-
Yang Tse authored
-
Yang Tse authored
and lib/setup_once.h
-
Yang Tse authored
-
Yang Tse authored
file has been included. In this way if symbol is defined in the config file it will no longer be ignored.
-
- Jul 11, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
doing "proxy-tunnels" with non-HTTP prototols and that was simply because the code assumed the user-agent was only needed for HTTP.
-
Dan Fandrich authored
uploads with -C - didn't resume properly, but the tests pass.
-
Dan Fandrich authored
set the attribute that has changed instead of all possible ones. Hopefully, this will solve the "Permission denied" problem that Nagarajan Sreenivasan reported when setting some modes, but regardless, it saves a protocol round trip in the chmod case.
-
- Jul 10, 2008
-
-
Daniel Stenberg authored
curl-library list on July 9th 2008 by Mathew Hounsell) NOTE: the name resolve functions of various libc implementations don't re-read name server information unless explicitly told so (by for example calling Ires_init(3). This may cause libcurl to keep using the older server even if DHCP has updated the server info, and this may look like a DNS cache issue to the casual libcurl-app user.
-
Daniel Stenberg authored
-
Dan Fandrich authored
-