index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
examples
/
sendrecv.c
Age
Commit message (
Expand
)
Author
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-05-07
sendrecv: fix MinGW-w64 warning
Marcel Raad
2016-12-18
curl_easy_recv: Improve documentation and example program
Michael Kaufmann
2016-02-11
examples: fix some compiler warnings
Daniel Stenberg
2016-02-11
examples: adhere to curl code style
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2016-01-04
examples: added descriptions
Daniel Stenberg
2012-04-13
examples: fix compiler warnings
Yang Tse
2011-09-23
Added a workaround for printing size_t.
Guenter Knauf
2011-03-10
sources: update source headers
Daniel Stenberg
2010-12-18
examples: socket type cleanup
Daniel Stenberg
2010-10-05
examples: use example.com in example URLs
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-11-02
strerror() => curl_easy_strerror()
Daniel Stenberg
2008-08-14
Fixed unused variable warning
Dan Fandrich
2008-05-12
- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
Daniel Stenberg