summaryrefslogtreecommitdiff
path: root/docs/examples/sepheaders.c
Commit message (Collapse)AuthorAgeFilesLines
* docs/examples: URL updatesViktor Szakats2018-09-231-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 warningsDaniel Stenberg2016-02-111-1/+1
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* examples: added descriptionsDaniel Stenberg2016-01-041-1/+5
|
* sepheaders.c: Applied curl oding standardsSteve Holme2014-12-311-7/+9
|
* sepheaders.c: Fixed resource leak on failureJulien Nabet2014-12-311-1/+2
|
* Update instances of some obsolete CURLOPTs to their new namesDan Fandrich2014-07-051-1/+1
|
* Use opened body.out file and write content to it.Guenter Knauf2013-06-201-6/+8
|
* examples: cleanup curl includesDaniel Stenberg2011-06-281-2/+0
| | | | Only <curl/curl.h> is needed typically and curl/types.h has been removed
* sources: update source headersDaniel Stenberg2011-03-101-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 warningsDaniel Stenberg2010-12-171-1/+1
|
* 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
| | | | to curl_easy_setopt instead of long.
* Fixed some more simple compile warnings in the examples.Dan Fandrich2007-07-161-1/+1
|
* Fixed some compile warnings and errors and improved portability in theDan Fandrich2007-07-121-2/+2
| | | | | | examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
* ok stop using old and deprecated optionsDaniel Stenberg2006-11-081-7/+4
|
* cut off old crappy win32 comments and use the proper global_init insteadDaniel Stenberg2003-11-191-3/+2
| | | | also removed very old "require libcurl older than blablabla"
* Andy Cedilnik's correctionsDaniel Stenberg2003-03-171-1/+1
|
* added comment about CURLOPT_WRITEDATA for directing contents somewhereDaniel Stenberg2002-08-121-0/+4
|
* correctedDaniel Stenberg2001-05-151-2/+2
|
* win32sockets.c is now added with winsock init/cleanup example functionsDaniel Stenberg2001-02-201-0/+13
|
* new libcurl example code stuffDaniel Stenberg2000-09-201-0/+63