Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | examples: added descriptions | Daniel Stenberg | 2016-01-04 | 1 | -1/+5 |
| | |||||
* | 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 | -1/+1 |
| | | | | 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/+2 |
| | | | | | | 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 |
| | |||||
* | simplepost.c shows a simple POST ;-) | Daniel Stenberg | 2002-06-19 | 1 | -0/+36 |