summaryrefslogtreecommitdiff
path: root/docs/examples/sendrecv.c
Commit message (Expand)AuthorAgeFilesLines
* examples: fix compiler warningsYang Tse2012-04-131-3/+5
* Added a workaround for printing size_t.Guenter Knauf2011-09-231-1/+2
* sources: update source headersDaniel Stenberg2011-03-101-3/+15
* examples: socket type cleanupDaniel Stenberg2010-12-181-5/+10
* examples: use example.com in example URLsDaniel Stenberg2010-10-051-2/+2
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* strerror() => curl_easy_strerror()Daniel Stenberg2009-11-021-2/+2
* Fixed unused variable warningDan Fandrich2008-08-141-1/+0
* - Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg2008-05-121-0/+117