aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/sendrecv.c
AgeCommit message (Expand)Author
2019-11-02copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz
2019-05-22examples: reduce variable scopesMarcel Raad
2018-09-23docs/examples: URL updatesViktor Szakats
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-05-07sendrecv: fix MinGW-w64 warningMarcel Raad
2016-12-18curl_easy_recv: Improve documentation and example programMichael Kaufmann
2016-02-11examples: fix some compiler warningsDaniel Stenberg
2016-02-11examples: adhere to curl code styleDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2016-01-04examples: added descriptionsDaniel Stenberg
2012-04-13examples: fix compiler warningsYang Tse
2011-09-23Added a workaround for printing size_t.Guenter Knauf
2011-03-10sources: update source headersDaniel Stenberg
2010-12-18examples: socket type cleanupDaniel Stenberg
2010-10-05examples: use example.com in example URLsDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-11-02strerror() => curl_easy_strerror()Daniel Stenberg
2008-08-14Fixed unused variable warningDan Fandrich
2008-05-12- Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg