curl/include/curl
Daniel Stenberg 12d01cb6fa CURLOPT_XFERINFOFUNCTION: introducing a new progress callback
CURLOPT_XFERINFOFUNCTION is now the preferred progress callback function
and CURLOPT_PROGRESSFUNCTION is considered deprecated.

This new callback uses pure 'curl_off_t' arguments to pass on full
resolution sizes. It otherwise retains the same characteristics: the
same call rate, the same meanings for the arguments and the return code
is used the same way.

The progressfunc.c example is updated to show how to use the new
callback for newer libcurls while supporting the older one if built with
an older libcurl or even built with a newer libcurl while running with
an older.
2013-07-18 23:44:06 +02:00
..
.gitignore curl tool: use configuration files from lib directory 2012-04-06 23:37:05 +02:00
curl.h CURLOPT_XFERINFOFUNCTION: introducing a new progress callback 2013-07-18 23:44:06 +02:00
curlbuild.h.cmake CMake fixes for Linux. 2010-03-24 14:07:18 -04:00
curlbuild.h.dist curlbuild.h.dist: enhance non-configure GCC ABI detection logic 2013-03-08 18:43:03 +01:00
curlbuild.h.in build: fix AIX compilation and usage 2012-11-23 17:57:00 +01:00
curlrules.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
curlver.h bump: start working towards what most likely will become 7.32.0 2013-06-22 14:13:28 +02:00
easy.h Fix spelling errors in include/ 2011-04-21 07:55:53 -07:00
Makefile.am include: cleanup 2011-05-09 10:20:31 +02:00
mprintf.h checksrc: ban unsafe functions 2013-03-07 11:08:05 +01:00
multi.h Multiple pipelines and limiting the number of connections. 2013-03-13 23:55:24 +01:00
stdcheaders.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
typecheck-gcc.h headers: surround GCC attribute names with double underscores 2012-04-14 15:06:57 +02:00