aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/sepheaders.c
AgeCommit message (Collapse)Author
2018-09-23docs/examples: URL updatesViktor Szakats
- 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
2016-02-11examples: fix some compiler warningsDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2016-01-04examples: added descriptionsDaniel Stenberg
2014-12-31sepheaders.c: Applied curl oding standardsSteve Holme
2014-12-31sepheaders.c: Fixed resource leak on failureJulien Nabet
2014-07-05Update instances of some obsolete CURLOPTs to their new namesDan Fandrich
2013-06-20Use opened body.out file and write content to it.Guenter Knauf
2011-06-28examples: cleanup curl includesDaniel Stenberg
Only <curl/curl.h> is needed typically and curl/types.h has been removed
2011-03-10sources: update source headersDaniel Stenberg
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.
2010-12-17examples: fix compiler warningsDaniel Stenberg
2010-10-05examples: use example.com in example URLsDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-05-22Fixed a surprising number of example programs that were passing int argumentsDan Fandrich
to curl_easy_setopt instead of long.
2007-07-16Fixed some more simple compile warnings in the examples.Dan Fandrich
2007-07-12Fixed some compile warnings and errors and improved portability in theDan Fandrich
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
2006-11-08ok stop using old and deprecated optionsDaniel Stenberg
2003-11-19cut off old crappy win32 comments and use the proper global_init insteadDaniel Stenberg
also removed very old "require libcurl older than blablabla"
2003-03-17Andy Cedilnik's correctionsDaniel Stenberg
2002-08-12added comment about CURLOPT_WRITEDATA for directing contents somewhereDaniel Stenberg
2001-05-15correctedDaniel Stenberg
2001-02-20win32sockets.c is now added with winsock init/cleanup example functionsDaniel Stenberg
2000-09-20new libcurl example code stuffDaniel Stenberg