Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-27 | Enabled OpenSSL static linkage. | Guenter Knauf | |
2012-05-22 | Updated dependency libary versions. | Guenter Knauf | |
2012-04-26 | Updated dependency lib versions. | Guenter Knauf | |
2012-04-20 | Updated dependency lib versions. | Guenter Knauf | |
2012-04-13 | examples: fix compiler warnings | Yang Tse | |
2012-04-09 | configure: Windows cross-compilation fixes | Yang Tse | |
BUILDING_LIBCURL and CURL_STATICLIB are no longer defined in curl_config.h, configure will generate appropriate conditionals so that mentioned symbols get defined and used in Makefiles at compilation time | |||
2012-01-20 | examples: updated README with two new example programs | Dan Fandrich | |
2012-01-16 | url2file: new simple example | Daniel Stenberg | |
Just showing how to download the contents of a given URL into a local file. Based on a suggestion and example code by Georg Potthast | |||
2012-01-16 | imap.c: a dead simple imap example | Daniel Stenberg | |
Just to show that IMAP is used just like other protocols | |||
2012-01-04 | OpenSSL: remove reference to openssl internal struct | Peter Sylvester | |
With this change, curl compiles with the new OPENSSL_NO_SSL_INTERN cflag. This flag might become the default in some distant future. | |||
2011-12-30 | examples: update README, Makefile.inc and gitignore with pop3s examples | Alessandro Ghedini | |
2011-12-30 | examples: add a couple of simple pop3s examples | Alessandro Ghedini | |
These examples show how to fetch a single message (RETR command) and how to list all the messages in a given mailbox (LIST command), with authentication via SSL. They were both based on the https.c example. | |||
2011-12-30 | removed trailing whitespace | Yang Tse | |
2011-12-06 | Added some include files in a couple of example programs | Dan Fandrich | |
This improves portability of the examples. This patch was submitted to the OpenBSD ports collection by naddy. | |||
2011-12-05 | progress function example: include timed interval | Rob Ward | |
Adds a timer based off of CURLINFO_TOTAL_TIME that is used to perform certain actions after a minimum amount of time has passed using the progress function. As a consequence the curl handle is now also passed into the progress function. Progress example now also includes an example of how to retreive the TOTAL_TIME and print it out. | |||
2011-11-14 | curl_easy_setopt arguments should be of type long in the examples | Dan Fandrich | |
2011-09-27 | Added SPNEGO to NetWare build. | Guenter Knauf | |
2011-09-25 | Fixed MinGW examples makefile. | Guenter Knauf | |
2011-09-25 | NetWare makefile tweaks to select different builds. | Guenter Knauf | |
2011-09-24 | Added header to be included by dist script. | Guenter Knauf | |
Probably the wrong place, but I dont know better. | |||
2011-09-23 | MinGW64 has this prototype already. | Guenter Knauf | |
2011-09-23 | Fixed scanf format for WORD = unsigned short. | Guenter Knauf | |
2011-09-23 | Added Win32-only samples. | Guenter Knauf | |
2011-09-23 | Added a workaround for printing size_t. | Guenter Knauf | |
2011-09-22 | Added NetWare examples makefile. | Guenter Knauf | |
2011-09-21 | Another MinGW example makefile tweak. | Guenter Knauf | |
2011-09-21 | Fixed sample to compile for Windows platform. | Guenter Knauf | |
2011-09-21 | Changed suffix rules to pattern rules. | Guenter Knauf | |
Suffix rules cannot have any prerequisites of their own. | |||
2011-09-21 | Some more MinGW build tweaks. | Guenter Knauf | |
Added envvars to specify OpenSSL include, libpath and lib. Added rule to create curlbuild.h from curlbuild.h.dist. | |||
2011-09-20 | A bunch of MinGW build tweaks. | Guenter Knauf | |
All paths to dependencies now quoted; synced examples makefile. | |||
2011-09-13 | progressfunc: a simple CURLOPT_PROGRESSFUNCTION example | Daniel Stenberg | |
2011-09-07 | getinmemory.c: use better argument names for write callback | Daniel Stenberg | |
2011-08-23 | resolve.c: new example showing off CURLOPT_RESOLVE | Daniel Stenberg | |
2011-08-23 | externalsocket.c: new example | Daniel Stenberg | |
2011-08-13 | ignore rtsp | Daniel Stenberg | |
2011-08-10 | rtsp.c: converted to C | Daniel Stenberg | |
Trimmed the newlines to be LF-only. Converted the source to plain C, to use curl style indents, to compile warning-free with picky options and fixed the minor fprintf() bug on line 245. Added to makefile. | |||
2011-08-10 | rtsp.c: new example | Jim Hollinger | |
Code from http://code.google.com/p/rtsprequest/source/browse/trunk/rtsprequest.cpp | |||
2011-06-28 | examples: cleanup curl includes | Daniel Stenberg | |
Only <curl/curl.h> is needed typically and curl/types.h has been removed | |||
2011-04-28 | anyauthput.c: stdint.h must not be included unconditionally | Daniel Stenberg | |
As it is already included by curlbuild.h if it exists on the platform it was included here superfluously anyway. Reported by: Dagobert Michelsen Bug: http://curl.haxx.se/bug/view.cgi?id=3294509 | |||
2011-04-07 | examples/makefile.dj: update email | Gisle Vanem | |
2011-03-12 | source header: added to more files | Daniel Stenberg | |
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-12-25 | Use angle address, as for the rest of the example. | Brad Hards | |
Also spelling fix for RECIPIENT #define. | |||
2010-12-25 | Add angle brackets to addresses in easy SMTP examples, as for smtp-multi ↵ | Brad Hards | |
example. | |||
2010-12-23 | smtp-multi: put recipient within <brackets> | Daniel Stenberg | |
Even if libcurl might to do it for us, it is more correct. | |||
2010-12-22 | smtp-tls: add a missing newline | Brad Hards | |
Without this you won't get the next (Subject) line. | |||
2010-12-18 | examples: socket type cleanup | Daniel Stenberg | |
2010-12-18 | smtp-tls: add Message-ID: header | Brad Hards | |
2010-12-17 | gitignore: ignore the new example execs | Daniel Stenberg | |
2010-12-17 | examples: fix compiler warnings | Daniel Stenberg | |