summaryrefslogtreecommitdiff
path: root/docs/examples/https.c
Commit message (Expand)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* examples: provide <DESC> sectionsDaniel Stenberg2015-07-011-1/+5
* https.c example: remember to call curl_global_init()Kamil Dudka2012-10-011-0/+5
* https.c example: spell check used defineDaniel Stenberg2012-08-211-2/+2
* Added error checking for samples.Guenter Knauf2012-07-041-0/+5
* sources: update source headersDaniel Stenberg2011-03-101-3/+15
* examples: use example.com in example URLsDaniel Stenberg2010-10-051-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-221-2/+2
* Fixed some compile warnings and errors and improved portability in theDan Fandrich2007-07-121-1/+1
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-241-4/+4
* basic https fetching scriptDaniel Stenberg2004-05-131-0/+53