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 |
| | |||||
* | Added error checking for samples. | Guenter Knauf | 2012-07-04 | 1 | -0/+12 |
| | |||||
* | 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: fix compiler warnings | Daniel Stenberg | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | examples: use example.com in example URLs | Daniel Stenberg | 2010-10-05 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | 2004-11-24 | 1 | -4/+4 |
| | |||||
* | cleaned up | Daniel Stenberg | 2003-11-19 | 1 | -13/+1 |
| | |||||
* | Added a persistant connection example | Daniel Stenberg | 2001-03-05 | 1 | -0/+53 |