| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | | |||||
| * | examples: provide <DESC> sections | Daniel Stenberg | 2015-07-01 | 1 | -1/+5 |
| | | |||||
| * | https.c example: remember to call curl_global_init() | Kamil Dudka | 2012-10-01 | 1 | -0/+5 |
| | | | | | | | ... in order not to leak memory on initializing an SSL library. Reported by: Tomas Mlcoch | ||||
| * | https.c example: spell check used define | Daniel Stenberg | 2012-08-21 | 1 | -2/+2 |
| | | | | | | Bug: http://curl.haxx.se/bug/view.cgi?id=3559845 Reported by: Olivier Berger | ||||
| * | Added error checking for samples. | Guenter Knauf | 2012-07-04 | 1 | -0/+5 |
| | | |||||
| * | sources: update source headers | Daniel Stenberg | 2011-03-10 | 1 | -3/+15 |
| | | | | | | | 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. | ||||
| * | examples: use example.com in example URLs | Daniel Stenberg | 2010-10-05 | 1 | -1/+1 |
| | | |||||
| * | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | | |||||
| * | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich | 2008-05-22 | 1 | -2/+2 |
| | | | | | to curl_easy_setopt instead of long. | ||||
| * | Fixed some compile warnings and errors and improved portability in the | Dan Fandrich | 2007-07-12 | 1 | -1/+1 |
| | | | | | | | examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer. | ||||
| * | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | 2004-11-24 | 1 | -4/+4 |
| | | |||||
| * | basic https fetching script | Daniel Stenberg | 2004-05-13 | 1 | -0/+53 |
