curl/include/curl
Daniel Stenberg 18faa50940 Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow
libcurl to seek in a given input stream. This is particularly important when
doing upload resumes when there's already a huge part of the file present
remotely. Before, and still if this callback isn't used, libcurl will read
and through away the entire file up to the point to where the resuming
begins (which of course can be a slow opereration depending on file size,
I/O bandwidth and more). This new function will also be preferred to get
used instead of the CURLOPT_IOCTLFUNCTION for seeking back in a stream when
doing multi-stage HTTP auth with POST/PUT.
2008-01-10 10:30:19 +00:00
..
.cvsignore ignore .dist files here 2003-10-30 13:07:36 +00:00
Makefile.am make clean now removes *dist files too that might be leftovers from 2004-03-25 11:34:35 +00:00
curl.h Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow 2008-01-10 10:30:19 +00:00
curlver.h Introducing curl_easy_pause() and new magic return codes for both the read 2008-01-08 14:52:05 +00:00
easy.h Changes for removing libcurl.def file on Win32. 2004-11-09 14:02:58 +00:00
mprintf.h Some #if --> #ifdef 2007-08-07 12:44:38 +00:00
multi.h Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for setting 2007-05-30 20:04:44 +00:00
stdcheaders.h updated year in the copyright string 2004-01-07 09:19:33 +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