curl/include/curl
Yang Tse 168fb3a8d8 Fix curl_off_t definition for builds done using Sun compilers and a
non-configured libcurl. In this case curl_off_t data type was gated
to the off_t data type which depends on the _FILE_OFFSET_BITS. This
configuration is exactly the unwanted configuration for our curl_off_t
data type which must not depend on such setting. This breaks ABI for
libcurl libraries built with Sun compilers which were built without
having run the configure script with _FILE_OFFSET_BITS different than
64 and using the ILP32 data model.
2009-04-02 18:50:39 +00:00
..
.cvsignore ignore curlver.h.dist 2008-08-28 13:58:07 +00:00
Makefile.am Initial support of curlbuild.h and curlrules.h which allows 2008-08-07 00:29:08 +00:00
curl.h - Kamil Dudka made the curl tool properly call curl_global_init() before any 2009-03-11 22:56:03 +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 Fix curl_off_t definition for builds done using Sun compilers and a 2009-04-02 18:50:39 +00:00
curlbuild.h.in Add missing preprocessor symbol definition checks 2008-08-25 13:42:53 +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
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