Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-01 | https.c example: remember to call curl_global_init() | Kamil Dudka | |
... in order not to leak memory on initializing an SSL library. Reported by: Tomas Mlcoch | |||
2012-08-21 | https.c example: spell check used define | Daniel Stenberg | |
Bug: http://curl.haxx.se/bug/view.cgi?id=3559845 Reported by: Olivier Berger | |||
2012-07-04 | Added error checking for samples. | Guenter Knauf | |
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. | |||
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. | |||
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |
2004-05-13 | basic https fetching script | Daniel Stenberg | |