Commit History

Author SHA1 Message Date
  Yang Tse f48eb36f75 HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systems 16 years ago
  Yang Tse 8e9e33ae52 VS2005 and later dafault size for time_t is 64-bit, unless 16 years ago
  Yang Tse 07a1857d59 MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP, 17 years ago
  Yang Tse f4ffa85f60 pollfd struct and WSA_poll fixes for Windows Vista already present in CVS 17 years ago
  Daniel Stenberg bcd7d03b3b Mateusz Loskot pointed out that VC++ 9.0 (2008) has the pollfd struct and 17 years ago
  Yang Tse dee3844f13 MSVC versions prior to VS2005 do not complain about portable C functions 17 years ago
  Yang Tse 08c5e2a194 Windows build targets have socklen_t definition in ws2tcpip.h but some 17 years ago
  Gunter Knauf 50b3545ada fix socklen_t for MSVC6 & 7. 17 years ago
  Gunter Knauf 7ac7c119be added a define for Win32 to detect already defined ssize_t. 17 years ago
  Gunter Knauf 68b215157f added defines to build with OpenLDAP. 17 years ago
  Gunter Knauf e347cff0e4 added define for ldap_ssl.h. 17 years ago
  Daniel Stenberg d0edb47896 Patrick Monnerat modified the LDAP code and approach in curl. Starting now, 17 years ago
  Gunter Knauf d5ed9f787f blocked ssize_t define for MingW32. 17 years ago
  Gunter Knauf 10203cada9 moved HAVE_LONGLONG from makefiles to config-win32.h. 17 years ago
  Yang Tse be5ade5c7a VC8+ (VS2005+) has C99 variadic macro support 17 years ago
  Gisle Vanem 46a50aa001 Remove unneeded 'HAVE_*' defines. Detect i386 OS-target (gcc). 17 years ago
  Yang Tse d86e6d3ed2 Do not define HAVE_GMTIME_R for native Windows builds 17 years ago
  Daniel Stenberg e021fe9444 - Robert A. Monat made libcurl build fine with VC2005 - it doesn't have 18 years ago
  Daniel Stenberg d6b0612882 better preprocessor check for recent MSVC versions 18 years ago
  Daniel Stenberg 318a8258fd oops, fix belonging to the previous curl_getdate() fix since it makes MSVC 18 years ago
  Yang Tse a46f55b9de Make sure RETSIGTYPE is properly defined 18 years ago
  Yang Tse bcd8a3b240 Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE 18 years ago
  Daniel Stenberg 3204494883 bug #1595348 by Ron pointed out this flaw and fix 18 years ago
  Yang Tse dc3ed35313 Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support 18 years ago
  Yang Tse 13616f8f96 Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>. 18 years ago
  Yang Tse fe22872d14 include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. 18 years ago
  Yang Tse 7e43d06b60 Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2. 18 years ago
  Yang Tse 89f54f3739 Platforms that don't have/run configure need default values in their config files for: 18 years ago
  Gisle Vanem 414c57d138 Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and 18 years ago
  Gisle Vanem 60b029869f Use getprotobyname() to retrieve protocol number for TCP 18 years ago