aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_pause.3
AgeCommit message (Collapse)Author
2016-05-01curl_easy_pause.3: fix man page referenceDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-09-27docs: fix unescaped '\n' in man pagesSvyatoslav Mishyn
Closes https://github.com/bagder/curl/pull/459
2014-10-24curl_easy_pause.3: minor wording editDaniel Stenberg
2014-06-21lib man pages: update easy setopt option referencesDaniel Stenberg
... by using the "\fIopt(3)\fP" syntax they will be linked properly when the web version of the page is generated.
2013-12-26FILE: we don't support paused transfers using this protocolDaniel Stenberg
Make sure that we detect such attempts and return a proper error code instead of silently handling this in problematic ways. Updated the documentation to mention this limitation. Bug: http://curl.haxx.se/bug/view.cgi?id=1286
2013-09-08curl_easy_pause: suggest one way to unpauseClemens Gruber
2013-07-29curl_easy_pause: on unpause, trigger mulit-socket handlingDaniel Stenberg
When the multi-socket API is used, we need the handle to be checked again when it gets unpaused. Bug: http://curl.haxx.se/mail/lib-2013-07/0239.html Reported-by: Justin Karneges
2011-03-12source header: added to more filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-12-28Anthony Bryan's man page cleanup in language and spellingDaniel Stenberg
2008-09-10Checked in some grammatical and minor other fixes in the documentation andDan Fandrich
examples that I found in the FreeBSD ports system.
2008-04-10mention what happens to the data when a write callback returns pauseDaniel Stenberg
2008-01-08Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg
and the write callbacks that now can make a connection's reading and/or writing get paused.