- Feb 12, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
with anyway and thus caused picky compiler to warn.
-
- Feb 11, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 09, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
we seem to have nailed that one now!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
This is made to prevent compiler warnings.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
about it never being used
-
Daniel Stenberg authored
-
Daniel Stenberg authored
getaddrinfo() implementation.
-
Daniel Stenberg authored
These minor changes remove portability issues with the this example and allow it to run on Win32. Specifically: * The use of pthread_create() has been replaced by g_thread_create(). This removes the dependency on the pthreads library. Since this is an example using GTK+, g_thread_create() is available as it is a part of glibc. * The CURLOPT_FILE option is now referred to by its "newer name" CURLOPT_WRITEDATA. * The use of CURLOPT_WRITEFUNCTION has been added. As described in the docs, this avoids the crashes when using a DLL under Win32. * The output file has been renamed from "/tmp/test.curl" to "test.curl". It's unlikely that there is a /tmp when in Win32 and other examples in libcurl write their output files to the working directory.
-
- Feb 06, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
for finding it using mingw on windows. I also made the script skip the search for gethostbyname_r and gethostbyaddr_r when ipv6 is enabled.
-
Daniel Stenberg authored
here.
-
Daniel Stenberg authored
following a location. After discussions with Tim Baker.
-
Daniel Stenberg authored
we avoid it where possible.
-
Daniel Stenberg authored
The standards don't actually allow typecasts between data and functions so some picky compilers warn about this.
-
Daniel Stenberg authored
We really don't care, and so many other things could've changed to make the new test interesting anyway.
-
- Feb 05, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
both the lib and the header present for both defines to be set. If only one of the files is found, we issue a warning and set no define.
-
Daniel Stenberg authored
-