Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | examples: fix some compiler warnings | Daniel Stenberg | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | sepheaders.c: Applied curl oding standards | Steve Holme | 2014-12-31 | 1 | -7/+9 |
| | |||||
* | sepheaders.c: Fixed resource leak on failure | Julien Nabet | 2014-12-31 | 1 | -1/+2 |
| | |||||
* | Update instances of some obsolete CURLOPTs to their new names | Dan Fandrich | 2014-07-05 | 1 | -1/+1 |
| | |||||
* | Use opened body.out file and write content to it. | Guenter Knauf | 2013-06-20 | 1 | -6/+8 |
| | |||||
* | examples: cleanup curl includes | Daniel Stenberg | 2011-06-28 | 1 | -2/+0 |
| | | | | Only <curl/curl.h> is needed typically and curl/types.h has been removed | ||||
* | 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 | -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 more simple compile warnings in the examples. | Dan Fandrich | 2007-07-16 | 1 | -1/+1 |
| | |||||
* | Fixed some compile warnings and errors and improved portability in the | Dan Fandrich | 2007-07-12 | 1 | -2/+2 |
| | | | | | | examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer. | ||||
* | ok stop using old and deprecated options | Daniel Stenberg | 2006-11-08 | 1 | -7/+4 |
| | |||||
* | cut off old crappy win32 comments and use the proper global_init instead | Daniel Stenberg | 2003-11-19 | 1 | -3/+2 |
| | | | | also removed very old "require libcurl older than blablabla" | ||||
* | Andy Cedilnik's corrections | Daniel Stenberg | 2003-03-17 | 1 | -1/+1 |
| | |||||
* | added comment about CURLOPT_WRITEDATA for directing contents somewhere | Daniel Stenberg | 2002-08-12 | 1 | -0/+4 |
| | |||||
* | corrected | Daniel Stenberg | 2001-05-15 | 1 | -2/+2 |
| | |||||
* | win32sockets.c is now added with winsock init/cleanup example functions | Daniel Stenberg | 2001-02-20 | 1 | -0/+13 |
| | |||||
* | new libcurl example code stuff | Daniel Stenberg | 2000-09-20 | 1 | -0/+63 |