Age | Commit message (Expand) | Author |
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 |
2006-04-26 | Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and | Gisle Vanem |
2006-04-10 | avoid duplicate typedefs, as this type is also defined in our public headers | Daniel Stenberg |
2006-04-07 | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg |
2006-01-16 | David Shaw finally removed all traces of Gopher and we are now officially | Daniel Stenberg |
2006-01-09 | Made the copyright year match the latest modification's year. | Daniel Stenberg |
2006-01-02 | Include <sys/ioctl.h> before redefining ioctl(). | Gisle Vanem |
2005-12-20 | Changes for PellesC compiler under Win32. A bit limited, but | Gisle Vanem |
2005-12-17 | Windows related cleanup | Yang Tse |
2005-12-17 | Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_H | Yang Tse |
2005-12-16 | 'Fix' windows builds | Yang Tse |
2005-12-11 | Dov Murik made defining HTTP_ONLY also disable TFTP | Daniel Stenberg |
2005-12-09 | Unset HAVE_STRUCT_SOCKADDR_STORAGE when using msvc 6.0 with no PSDK | Yang Tse |
2005-11-24 | Yang Tse: removes GOPHER protocol when HTTP is disabled | Daniel Stenberg |
2005-11-24 | Doug Kaufman's set of patches to make curl build fine on DJGPP again using | Daniel Stenberg |
2005-11-23 | only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabled | Daniel Stenberg |
2005-11-23 | Yang Tse fixed MSVC 6.0 warnings | Daniel Stenberg |
2005-11-11 | Moved the sockaddr_storage definition to lib/sockaddr.h and only include that | Daniel Stenberg |
2005-11-10 | David Lang: if there is no sockaddr_storage, make up our own and use that | Daniel Stenberg |
2005-10-02 | Fix for building with MS Visual-C and single-threaded | Gisle Vanem |
2005-05-07 | DEBUGF() is a new conveniant macro to add infof() calls (or similar) for | Daniel Stenberg |
2005-04-26 | Since Windows doesn't have/use the POSIX prototype for send() and recv(), we | Daniel Stenberg |
2005-04-26 | adding a bunch of comments for each #endif | Daniel Stenberg |
2005-04-24 | Based on feedback from Cory Nelson, I added some preprocessor magic in | Daniel Stenberg |
2005-04-19 | only define _REENTRANT if not already defined, and only in setup.h | Daniel Stenberg |
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg |
2005-03-19 | fix compiler warning | Daniel Stenberg |
2005-03-17 | Use the proper macro to do uClibc detection. | Dan Fandrich |
2005-03-15 | Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour. | Dan Fandrich |
2005-01-04 | Removed _WIN32_WINNT to support IPv6 under Win-2K. | Gisle Vanem |
2004-12-16 | Must include <io.h> and <sys/stat.h> before redefining | Gisle Vanem |
2004-12-16 | moved the lseek() and stat() magic defines to setup.h and now take advantage | Daniel Stenberg |
2004-12-15 | precaution to prevent double typedefs of the bool | Daniel Stenberg |
2004-12-11 | Dan Fandrich: | Daniel Stenberg |
2004-11-26 | I changed my mind. Remove ioctl() macro in setup.h instead. | Gisle Vanem |
2004-11-11 | dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used | Daniel Stenberg |
2004-11-08 | check for and require tld.h to be present before libidn usage is activated | Daniel Stenberg |
2004-11-02 | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg |
2004-10-26 | Testing to define _REENTRANT unconditionally in here. | Daniel Stenberg |
2004-10-02 | removed weird preprocessor juggling not needed | Daniel Stenberg |
2004-07-04 | removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as t... | Gunter Knauf |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |