curl-curl/include/curl
Daniel Stenberg e01b7c1ede - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim
Chen pointed out how curl couldn't upload with resume when reading from a
  pipe.

  This ended up with the introduction of a new return code for the
  CURLOPT_SEEKFUNCTION callback that basically says that the seek failed but
  that libcurl may try to resolve the situation anyway. In our case this means
  libcurl will attempt to instead read that much data from the stream instead
  of seeking and that way curl can now upload with resume when data is read
  from a stream!
2009-04-28 11:19:10 +00:00
..
.cvsignore ignore curlver.h.dist 2008-08-28 13:58:07 +00:00
curl.h - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim 2009-04-28 11:19:10 +00:00
curlbuild.h.cmake Initial CMake scripts (libcurl only), based on the merge of tetest scripts and mine. These are far to be functionnal yet. 2009-04-02 13:14:53 +00:00
curlbuild.h.dist Sun compilers specific preprocessor block removed from curlbuild.h.dist 2009-04-08 01:25:34 +00:00
curlbuild.h.in Initial step towards a configure time curl_socklen_t definition 2009-04-26 18:51:03 +00:00
curlrules.h For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, 2008-08-25 01:18:49 +00:00
curlver.h start over on the journey towards 7.19.5 2009-03-02 23:44:42 +00:00
easy.h - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send 2008-05-12 21:43:24 +00:00
Makefile.am Initial support of curlbuild.h and curlrules.h which allows 2008-08-07 00:29:08 +00:00
mprintf.h Adapting last changes to OS400: 2008-05-20 10:21:50 +00:00
multi.h Adapting last changes to OS400: 2008-05-20 10:21:50 +00:00
stdcheaders.h updated year in the copyright string 2004-01-07 09:19:33 +00:00
typecheck-gcc.h - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option. 2009-01-25 23:26:25 +00:00
types.h typedef CURL in the curl.h file instead of only having a single useful typedef 2004-04-26 14:06:51 +00:00