checksrc: whitespace and code style cleanup
[platform/upstream/curl.git] / src / config-win32.h
2011-04-27 Daniel Stenbergchecksrc: whitespace and code style cleanup
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-10 Daniel Stenbergsources: update source headers
2011-01-12 Yang Tsebuild: use external preprocessor cpp32 when building...
2011-01-11 Guenter KnaufBorland C++ doesnt have struct sockaddr_storage.
2010-09-02 Guenter KnaufMoved S_ISREG define to setup as suggested by Dan.
2010-09-01 Guenter KnaufAdded S_ISREG define for Win32.
2010-07-29 Guenter KnaufWatcom makefiles overhaul.
2010-02-26 Yang TseAdded SIZEOF_INT and SIZEOF_SHORT definitions for non...
2010-01-24 Yang TseHAVE_GETADDRINFO_THREADSAFE definition for non-configur...
2009-10-27 Yang TseFix Pelles C Win32 target compilation issues
2009-10-06 Yang TseFix comment
2009-02-20 Yang TseDo not halt compilation when using VS2008 to build...
2009-02-18 Daniel Stenbergspell-fixed comments and other minor non-code edits
2008-12-30 Gunter Knaufchanged HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_...
2008-12-30 Gunter Knaufadded HAVE_SIN6_SCOPE_ID define to all non-configure...
2008-12-16 Gisle VanemAdded the use of Watt-32 tcp/ip stack for Win32 targets.
2008-11-13 Yang TseRefactor configure script detection of functions used...
2008-11-01 Yang TseAdjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo...
2008-11-01 Yang TseWIN32 availability of freeaddrinfo, getaddrinfo and...
2008-09-15 Yang TseHAVE_STRNCASECMP and HAVE_STRNICMP definitions for...
2008-09-04 Gunter Knauffixed largefile feature for MingW32 non-configure builds.
2008-08-22 Yang TseAdjustments to better select/differentiate when large...
2008-08-21 Yang TseGet rid of ENABLE_64BIT symbol definition and usage.
2008-07-17 Yang TseRECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYP...
2008-07-16 Yang TseConfigure process now checks availability of recvfrom...
2008-04-22 Yang TseRemove fflush() + fsync() previously introduced acceler...
2008-04-21 Yang TseHAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32...
2008-03-07 Yang TseVS2005 and later dafault size for time_t is 64-bit...
2007-12-18 Yang TseMSVC 9.0 (VS2008) does not support Windows build target...
2007-11-07 Yang TseMSVC versions prior to VS2005 do not complain about...
2007-10-24 Yang TseWindows build targets have socklen_t definition in...
2007-08-08 Gunter Knaufblocked ssize_t define for MingW32.
2007-08-07 Gunter Knaufmoved HAVE_LONGLONG from makefiles to config-win32.h.
2007-04-09 Yang TseVC8+ (VS2005+) has C99 variadic macro support
2007-04-01 Daniel StenbergMatt Kraai provided a patch that makes curl build on...
2006-11-25 Yang TseMake sure RETSIGTYPE is properly defined
2006-11-24 Yang TseDefine HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_AT...
2006-10-20 Yang TseSince now src/setup.h includes setup_once.h, src/config...
2006-10-14 Yang TseDefine HAVE_STRUCT_TIMEVAL as appropriate for platforms...
2005-12-18 Yang TseFix spacing. When defining, define to 1.
2005-12-17 Yang TseCleanup
2005-12-16 Yang Tse'Fix' windows builds
2005-04-24 Daniel StenbergBased on feedback from Cory Nelson, I added some prepro...
2005-03-05 Dan FandrichBetter cope with a failed or unavailable ftruncate().
2004-12-06 Gisle VanemReplace MINGW32 with built-in __MINGW32__.
2004-11-24 Daniel Stenbergmingw _has_ a ftruncate() but it doesn't work with...
2004-11-24 Daniel Stenbergmingw has a ftruncate() function
2004-11-14 Gisle VanemBorland doesn't have <sys/utime.h>, utime() nor
2004-10-19 Gisle VanemAll Win compilers have locale.h + setlocale().
2004-06-24 Daniel Stenbergreverted bad win32 fix
2004-06-24 Gunter Knauffixed the MSVC build.
2004-04-25 Daniel StenbergUSE_MANUAL is now defined by default
2004-03-10 Daniel Stenberguse the new OS define from lib/config-win32.h
2004-01-14 Daniel StenbergGisle Vanem updated the code for win32 and djgpp builds.
2001-09-07 Daniel StenbergHAVE_SYS_UTIME_H adjustments
2001-09-03 Daniel Stenbergdefined HAVE_UTIME and HAVE_UTIME_H
2001-05-22 Daniel Stenbergcleanup commit for new autoconf+automake+libtool versions
2000-06-14 Daniel StenbergAdded a define in the Mingw32 makefiles to allow parts...
2000-05-22 Daniel Stenbergmoved here from the newlib branch
2000-03-14 Daniel StenbergAdded HAVE_STRDUP
1999-12-29 Daniel StenbergInitial revision