Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-20 | added define for ldap_ssl.h. | Gunter Knauf | |
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg | |
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case. | |||
2007-08-08 | blocked ssize_t define for MingW32. | Gunter Knauf | |
2007-08-07 | moved HAVE_LONGLONG from makefiles to config-win32.h. | Gunter Knauf | |
2007-04-09 | VC8+ (VS2005+) has C99 variadic macro support | Yang Tse | |
2007-03-17 | Remove unneeded 'HAVE_*' defines. Detect i386 OS-target (gcc). | Gisle Vanem | |
2007-02-15 | Do not define HAVE_GMTIME_R for native Windows builds | Yang Tse | |
2007-02-13 | - Robert A. Monat made libcurl build fine with VC2005 - it doesn't have | Daniel Stenberg | |
gmtime_r() like the older VC versions. He also made use of some machine- specific defines to differentiate the "OS" define. | |||
2006-12-05 | better preprocessor check for recent MSVC versions | Daniel Stenberg | |
2006-12-05 | oops, fix belonging to the previous curl_getdate() fix since it makes MSVC | Daniel Stenberg | |
use gmtime_r | |||
2006-11-25 | Make sure RETSIGTYPE is properly defined | Yang Tse | |
2006-11-24 | Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE | Yang Tse | |
as appropriate for platforms that don't have autotools support | |||
2006-11-13 | bug #1595348 by Ron pointed out this flaw and fix | Daniel Stenberg | |
2006-10-14 | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵ | Yang Tse | |
support | |||
2006-07-25 | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H ↵ | Yang Tse | |
shall be defined if <malloc.h> header file must be included even when including <stdlib.h>. | |||
2006-07-11 | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse | |
2006-07-04 | Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2. | Yang Tse | |
2006-07-04 | Platforms that don't have/run configure need default values in their config ↵ | Yang Tse | |
files for: HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE_ARG46, GETNAMEINFO_TYPE_ARG7 HAVE_RECV, RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3, RECV_TYPE_ARG4, RECV_TYPE_RETV HAVE_SEND, SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4, SEND_TYPE_RETV | |||
2006-04-26 | Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and | Gisle Vanem | |
HAVE_PROCESS_H added for all except scc. | |||
2006-02-26 | Use getprotobyname() to retrieve protocol number for TCP | Gisle Vanem | |
(sorry, I don't know how to add this to the configure process). | |||
2005-12-20 | Changes for PellesC compiler under Win32. A bit limited, but | Gisle Vanem | |
we just love swedish products... | |||
2005-12-18 | Fix spacing. When defining, define to 1. | Yang Tse | |
2005-12-17 | Cleanup | Yang Tse | |
2005-12-16 | 'Fix' windows builds | Yang Tse | |
2005-11-24 | Changes for OpenWatcom 1.4. | Gisle Vanem | |
2005-11-13 | Add HAVE_STRUCT_SOCKADDR_STORAGE. | Gisle Vanem | |
My mistake; WinCE has it's own config-file. | |||
2005-05-12 | spell | Daniel Stenberg | |
2005-04-24 | Based on feedback from Cory Nelson, I added some preprocessor magic in | Daniel Stenberg | |
*/setup.h and */config-win32.h to build fine with VS2005 on x64. | |||
2005-03-11 | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich | |
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors. | |||
2004-12-17 | Watcom has strtoll(). | Gisle Vanem | |
2004-12-06 | Replace MINGW32 with built-in __MINGW32__. | Gisle Vanem | |
2004-11-14 | Borland doesn't have <sys/utime.h> nor utime(). | Gisle Vanem | |
2004-07-15 | Gisle's fix to support Borland builds again. | Gunter Knauf | |
2004-06-24 | reverted bad win32 fix | Daniel Stenberg | |
2004-06-24 | fixed the MSVC build. | Gunter Knauf | |
2004-06-02 | Gisle's adjustments to allow building with lcc-win32 | Daniel Stenberg | |
2004-03-10 | make windows builds use the OS string "i386-pc-win32" instead of just "win32" | Daniel Stenberg | |
to make it more like other OS strings | |||
2004-03-10 | removed the #if 0'ed pragmas that disable warnings on msvc | Daniel Stenberg | |
2004-03-09 | added HAVE_IOCTLSOCKET here | Daniel Stenberg | |
2004-02-26 | David Byron's fixes to make the latest curl build fine under MSVC 6. | Daniel Stenberg | |
2004-02-23 | curl_off_t is 8 bytes big on windows | Daniel Stenberg | |
2004-02-20 | Gisle Vanem brings name resolving timeout possibilities to windows people. | Daniel Stenberg | |
This works by magicly starting up a new thread that can be killed when the timeout is reached. testtesttest! | |||
2004-01-22 | Gisle Vanem's fix, mingw as strtoll | Daniel Stenberg | |
2003-12-18 | David Byron's fix to make libcurl build fine with both .NET and VC6 version | Daniel Stenberg | |
of MSVC | |||
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | |
2002-08-26 | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg | |
2002-08-20 | Added three more pragmas for MSVC++ compiles. | Daniel Stenberg | |
We *really* need these sorted out. I'd prefer to have them all removed and the actual code corrected instead of just diabling the warnings and pretending that they don't exist. | |||
2002-08-20 | windows has stdlib.h | Daniel Stenberg | |
2002-06-05 | set HAVE_RAND_STATUS too | Daniel Stenberg | |
2002-02-07 | moved the config-*.h files from root to the lib/ dir | Daniel Stenberg | |