Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-09-27 | docs: fix unescaped '\n' in man pages | Svyatoslav Mishyn | |
Closes https://github.com/bagder/curl/pull/459 | |||
2014-10-24 | curl_easy_pause.3: minor wording edit | Daniel Stenberg | |
2014-06-21 | lib man pages: update easy setopt option references | Daniel Stenberg | |
... by using the "\fIopt(3)\fP" syntax they will be linked properly when the web version of the page is generated. | |||
2013-12-26 | FILE: we don't support paused transfers using this protocol | Daniel 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-08 | curl_easy_pause: suggest one way to unpause | Clemens Gruber | |
2013-07-29 | curl_easy_pause: on unpause, trigger mulit-socket handling | Daniel 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-12 | source header: added to more files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2008-12-28 | Anthony Bryan's man page cleanup in language and spelling | Daniel Stenberg | |
2008-09-10 | Checked in some grammatical and minor other fixes in the documentation and | Dan Fandrich | |
examples that I found in the FreeBSD ports system. | |||
2008-04-10 | mention what happens to the data when a write callback returns pause | Daniel Stenberg | |
2008-01-08 | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg | |
and the write callbacks that now can make a connection's reading and/or writing get paused. |