Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright: fix year ranges | Daniel Stenberg | 2020-11-05 | 1 | -1/+1 |
| | | | | Follow-up from 4d2f8006777 | ||||
* | curl.se: new home | Daniel Stenberg | 2020-11-04 | 1 | -1/+1 |
| | | | | Closes #6172 | ||||
* | docs/examples: URL updates | Viktor Szakats | 2018-09-23 | 1 | -2/+2 |
| | | | | | | | | - also update two URLs outside of docs/examples - fix spelling of filename persistant.c - fix three long lines that started failing checksrc.pl Closes https://github.com/curl/curl/pull/3036 | ||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | examples: more descriptions | Daniel Stenberg | 2015-06-18 | 1 | -6/+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 |
| | |||||
* | Remove empty line used to force CVS to update the $Id date string format | Yang Tse | 2009-05-19 | 1 | -1/+0 |
| | |||||
* | Add empty line, to force CVS to update the $Id date string format | Yang Tse | 2009-05-18 | 1 | -0/+1 |
| | |||||
* | trying a version with URLs for all function calls | Daniel Stenberg | 2004-11-22 | 1 | -0/+5 |
| | |||||
* | getinfo.c is a new tiny example that uses curl_easy_getinfo() to get the | Daniel Stenberg | 2004-06-03 | 1 | -0/+37 |
content-type after a transfer. |