Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-21 | examples/post-callback: use long for CURLOPT_POSTFIELDSIZE | Marcel Raad | |
Otherwise, typecheck-gcc.h warns on MinGW-w64. | |||
2017-09-04 | examples/post-callback: stop returning one byte at a time | Daniel Stenberg | |
... since people copy and paste code from this example and thus they get an inefficient POST operation without a good reason and sometimes without understanding why. Instead this now returns as much data as possible. | |||
2017-04-30 | examples: declare TU-local variables static | Marcel Raad | |
This fixes missing-variable-declarations warnings when building with clang. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-07-01 | examples: provide <DESC> sections | Daniel Stenberg | |
2012-12-05 | examples: fix compilation issues - commit 23f8dca6fb follow-up | Yang Tse | |
2012-07-12 | Added error checking for curl_global_init(). | Guenter Knauf | |
2012-07-12 | Added curl_global_* functions. | Guenter Knauf | |
2012-07-04 | Added error checking for samples. | Guenter Knauf | |
2012-04-13 | examples: fix compiler warnings | Yang Tse | |
2011-03-10 | sources: update source headers | Daniel Stenberg | |
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers. | |||
2010-10-05 | examples: use example.com in example URLs | Daniel Stenberg | |
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-12 | return 0 not -1 at end of data! | Daniel Stenberg | |
2008-03-13 | fix code that is normally #ifdef'ed out | Daniel Stenberg | |
2007-07-16 | Fixed some more simple compile warnings in the examples. | Dan Fandrich | |
2007-07-12 | Fixed some compile warnings and errors and improved portability in the | Dan Fandrich | |
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer. | |||
2005-12-14 | Rene Bernhardt's corrections | Daniel Stenberg | |
2004-08-23 | lost of more into on how to tweak some headers | Daniel Stenberg | |
2003-12-08 | removed old version checks | Daniel Stenberg | |
2003-12-08 | use the newer option names | Daniel Stenberg | |
2002-03-14 | new example for libcurl 7.9.6 or later | Daniel Stenberg | |