Introducing curl_easy_pause() and new magic return codes for both the read
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Jan 2008 14:52:05 +0000 (14:52 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Jan 2008 14:52:05 +0000 (14:52 +0000)
commitde23b98522991dbc1f2c184216d9f73bead83895
treea0fe7c7ee352274f5d1adbc299a806575142c2a6
parent5e1c9e90d9a12033b1f1a4d09f2864580a662471
Introducing curl_easy_pause() and new magic return codes for both the read
and the write callbacks that now can make a connection's reading and/or
writing get paused.
14 files changed:
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/Makefile.am
docs/libcurl/curl_easy_pause.3 [new file with mode: 0644]
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
include/curl/curlver.h
lib/easy.c
lib/multi.c
lib/sendf.c
lib/transfer.c
lib/url.c
lib/urldata.h