- Mar 15, 2004
-
-
Daniel Stenberg authored
format some function references properly
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
version
-
- Mar 12, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
-
- Mar 08, 2004
-
-
Daniel Stenberg authored
it was quite a long time since he experienced that one.
-
Daniel Stenberg authored
-
- Mar 05, 2004
-
-
Daniel Stenberg authored
one of them!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
links in the web pages, but also additional facts and removal of old crap.
-
- Mar 02, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 01, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
site output
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 27, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
mentioned in the current curl/curl.h header file (that aren't marked as obsolete) are present.
-
- Feb 25, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 23, 2004
-
-
Daniel Stenberg authored
-
- Feb 21, 2004
-
-
Daniel Stenberg authored
-
- Feb 19, 2004
-
-
Daniel Stenberg authored
-
- Feb 09, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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
here.
-
- Feb 03, 2004
-
-
Daniel Stenberg authored
-
- Feb 02, 2004
-
-
Daniel Stenberg authored
-
- Jan 30, 2004
-
-
Daniel Stenberg authored
-
- Jan 29, 2004
-
-
Daniel Stenberg authored
multi-threaded
-
- Jan 23, 2004
-
-
Daniel Stenberg authored
-