Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-28 | examples: cleanup curl includes | Daniel Stenberg | |
Only <curl/curl.h> is needed typically and curl/types.h has been removed | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2008-05-22 | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich | |
to curl_easy_setopt instead of long. | |||
2008-04-03 | Made sure that curl_global_init is called in all the multithreaded | Dan Fandrich | |
example programs. | |||
2004-11-22 | renamed curl_thread to my_thread to avoid confusion | Daniel Stenberg | |
2004-02-09 | Ken Rastatter's fixes to improve portability of this example: | Daniel Stenberg | |
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. | |||
2002-03-11 | corrected the use of the progress function | Daniel Stenberg | |
2001-02-20 | win32sockets.c is now added with winsock init/cleanup example functions | Daniel Stenberg | |
2000-11-03 | David Odin (aka DindinX) for MandrakeSoft, tiny example with GTK | Daniel Stenberg | |