Age | Commit message (Expand) | Author |
2008-09-05 | somewhat protect Mac OS X users from using Mac OS 9 config file | Yang Tse |
2008-08-28 | When not using large file support WIN32's lseek offset is a 'long'. | Yang Tse |
2008-08-26 | Fix default SIZEOF_OFF_T definition logic | Yang Tse |
2008-08-26 | Use SIZEOF_OFF_T definition from config file | Yang Tse |
2008-08-22 | Reinstate struct_stat definition that got lost in previous commit. | Yang Tse |
2008-08-22 | Adjustments to better select/differentiate when large/small file | Yang Tse |
2008-08-21 | Get rid of ENABLE_64BIT symbol definition and usage. | Yang Tse |
2008-08-20 | Simplify condition check | Yang Tse |
2008-08-16 | Oops, missed FORMAT_OFF_TU | Yang Tse |
2008-08-16 | Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU | Yang Tse |
2008-08-15 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse |
2008-08-11 | s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g | Yang Tse |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse |
2008-07-30 | Sync comment with reality. | Yang Tse |
2008-07-27 | setup.h handles definition of _REENTRANT based on NEED_REENTRANT | Yang Tse |
2008-07-22 | minor reordering in OS/400 config/setup files | Yang Tse |
2008-07-21 | Undefine 'byte' due to dict.c. | Gisle Vanem |
2008-07-14 | Move _REENTRANT definition earlier in lib/setup.h | Yang Tse |
2008-07-14 | Removed inclusion of remaining system header files from configuration files. | Yang Tse |
2008-07-14 | Inclusion of <extra/stricmp.h> and <extra/strdup.h> is moved to lib/setup.h | Yang Tse |
2008-07-14 | HTTP_ONLY definition check in lib/setup.h is now done once that configuration | Yang Tse |
2008-06-30 | - Stephen Collyer and Tor Arntsen helped identify a flaw in the range code | Daniel Stenberg |
2008-04-22 | Added support for running on Symbian OS. | Dan Fandrich |
2007-11-08 | Define WIN32 when build target is Win32 API. | Yang Tse |
2007-08-23 | Porting library to OS/400 | Patrick Monnerat |
2007-07-30 | Properly set USE_SSL on OS/400 | Dan Fandrich |
2007-07-11 | added NetWare-own file to provide some init functions (for now only CLIB); | Gunter Knauf |
2007-06-30 | moved includes to setup.h so that the project headers also pick them up (elem... | Gunter Knauf |
2007-05-17 | Added support for compiling under Minix 3.1.3 using ACK. | Dan Fandrich |
2007-02-28 | proper symbol definition check for all AmigaOS flavours | Yang Tse |
2007-02-26 | Fix typo. | Gisle Vanem |
2007-02-22 | Check for stdbool.h at configuration stage, and include it if available. | Yang Tse |
2007-02-21 | curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h | Yang Tse |
2007-02-12 | Rob Crittenden added support for NSS (Network Security Service) for the | Daniel Stenberg |
2007-02-02 | move DEBUGF macro definition to setup_once.h | Yang Tse |
2007-01-29 | fixed segfault when compiled with MingW32 and cmd or command shell. | Gunter Knauf |
2006-10-18 | Introduce symbol USE_WINSOCK which will be defined when | Yang Tse |
2006-10-18 | Move definition of IS*() macros to setup_once.h | Yang Tse |
2006-10-17 | Avoid typecasting a signed char to an int when using is*() functions, as that | Daniel Stenberg |
2006-09-03 | Simplified #ifdef on WIN32; the statement | Gisle Vanem |
2006-08-29 | Support other MS-DOS compilers (MSDOS is a djgpp built-in define). | Gisle Vanem |
2006-08-29 | David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA to | Daniel Stenberg |
2006-08-04 | Avoid redundant check. configure script takes care of not defining | Yang Tse |
2006-07-28 | First step trying to avoid the multiple header inclusion and recursion nightm... | Yang Tse |
2006-07-21 | Changes for combination ENABLE_IPV6 and USE_ARES. | Gisle Vanem |
2006-07-19 | Changes to support building for eCos 1.3.1. This has been tested with | Dan Fandrich |
2006-07-12 | Place parenthesis surrounding macro parameters so that the use of sread and s... | Yang Tse |
2006-07-12 | Use platform's native types for recv() and send() arguments. | Yang Tse |
2006-07-05 | Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he... | Yang Tse |
2006-06-08 | Brian Dessent's fixes for cygwin builds | Daniel Stenberg |