aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/curlgtk.c
AgeCommit message (Collapse)Author
2011-06-28examples: cleanup curl includesDaniel Stenberg
Only <curl/curl.h> is needed typically and curl/types.h has been removed
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-05-22Fixed a surprising number of example programs that were passing int argumentsDan Fandrich
to curl_easy_setopt instead of long.
2008-04-03Made sure that curl_global_init is called in all the multithreadedDan Fandrich
example programs.
2004-11-22renamed curl_thread to my_thread to avoid confusionDaniel Stenberg
2004-02-09Ken 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-11corrected the use of the progress functionDaniel Stenberg
2001-02-20win32sockets.c is now added with winsock init/cleanup example functionsDaniel Stenberg
2000-11-03David Odin (aka DindinX) for MandrakeSoft, tiny example with GTKDaniel Stenberg