Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-28 | use the correct struct | 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. | |||
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg | |
2003-12-18 | typecast the size to long for platforms where st_size is off_t | Daniel Stenberg | |
2003-12-18 | clarified the URL part based on the problems Martin Hilpert had | Daniel Stenberg | |
2003-12-08 | removed old version checks | Daniel Stenberg | |
2003-12-08 | use the newer option names | Daniel Stenberg | |
2003-11-19 | cut off old crappy win32 comments and use the proper global_init instead | Daniel Stenberg | |
also removed very old "require libcurl older than blablabla" | |||
2003-11-19 | cleaned up | Daniel Stenberg | |
2003-11-19 | remove the wrong win32 comment and use global_init | Daniel Stenberg | |
2003-10-03 | Peter Sylvester's curlx.c code example added | Daniel Stenberg | |
2003-08-28 | Henrik Storner's rewrite that includes a nice usage of curl_multi_info_read() | Daniel Stenberg | |
2003-08-11 | Vincent Sanders's massive update of this example code. One could argue | Daniel Stenberg | |
weather this is still an "example" or a whole new API layer! ;-) | |||
2003-05-21 | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | |
2003-05-20 | missing semicolon, by Gisle Vanem | Daniel Stenberg | |
2003-03-17 | Andy Cedilnik's corrections | Daniel Stenberg | |
2003-03-10 | no the data is not freed, this is left for the app to do when needed | Daniel Stenberg | |
2003-01-27 | made it work | Daniel Stenberg | |
made it cause less compiler warnings made it require 7.9.7 to build | |||
2003-01-09 | fix | Daniel Stenberg | |
2003-01-09 | call curl_multi_perform() correctly | Daniel Stenberg | |
2002-12-03 | Jeff pointed out this flaw in the example | Daniel Stenberg | |
2002-11-22 | don't use curl.haxx.se | Daniel Stenberg | |
2002-08-14 | re-order the compiler arguments to keep more compiler happy | Daniel Stenberg | |
2002-08-12 | added comment about CURLOPT_WRITEDATA for directing contents somewhere | Daniel Stenberg | |
2002-08-08 | makes things better | Daniel Stenberg | |
2002-06-19 | removed the php/examples reference as that dir is not in the archives | Daniel Stenberg | |
2002-06-19 | simplified the compile line even more | Daniel Stenberg | |
2002-06-19 | simplepost.c shows a simple POST ;-) | Daniel Stenberg | |
2002-05-13 | we don't need win32sockets.c anymore, we support this internally | Daniel Stenberg | |
2002-05-13 | fopen.c added, a fopen() style emulation for URL reading | Daniel Stenberg | |
2002-05-06 | Added multi-post.c, based on the source file posted by Gustaf Hui | Daniel Stenberg | |
2002-03-19 | Added the three multi interface source code examples to the distrib | Daniel Stenberg | |
2002-03-19 | fixed include and added header | Daniel Stenberg | |
2002-03-14 | new example for libcurl 7.9.6 or later | Daniel Stenberg | |
2002-03-11 | corrected the use of the progress function | Daniel Stenberg | |
2002-03-04 | multi interface using examples | Daniel Stenberg | |
2002-01-25 | postit.c is removed, it used the deprecated curl_formparse() and may | Daniel Stenberg | |
encourage people to use bad functions | |||
2002-01-17 | added a comment about this example only works with 7.9.3 and newer libs | Daniel Stenberg | |
2002-01-16 | added a somewhat cool single-line command that builds most example sources | Daniel Stenberg | |
on unix-like systems | |||
2002-01-13 | Götz Babin-Ebell updated with some new 7.9.3 features | Daniel Stenberg | |
2002-01-10 | added http-post.c | Daniel Stenberg | |
2002-01-09 | bad comment begone | Daniel Stenberg | |
2002-01-09 | cut off argc and argv as well | Daniel Stenberg | |
2002-01-09 | Cleaned up this example to make it even simpler. | Daniel Stenberg | |
2002-01-08 | I made the write callback create the file the first time it gets called so | Daniel Stenberg | |
that it won't create an empty file if the remote file doesn't exist | |||
2002-01-08 | another example source added | Daniel Stenberg | |
2002-01-08 | 7.9.3 pre-release commit | Daniel Stenberg | |
2001-12-18 | Götz Babin-Ebell's contributed "simplessl.c" example source code | Daniel Stenberg | |
2001-09-25 | Added httpput.c | Daniel Stenberg | |
2001-08-29 | added ftpupload.c | Daniel Stenberg | |