Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / config-win32.h
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-06-05 Steve Holmeconfig-win32.h: Updated for VC12
2014-05-04 Steve Holmeconfig-win32.h: Fixed HAVE_LONGLONG for Visual Studio...
2013-09-28 Daniel Stenbergwin32: fix Visual Studio 2010 build with WINVER >=...
2013-04-11 Guenter KnaufEnabled MinGW sync resolver builds.
2013-04-09 Guenter KnaufFixed ares-enabled builds with static makefiles.
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-20 Guenter KnaufChanged Windows 64bit OS define to x86_64.
2011-08-06 Yang Tseconfig-win32.h: comments adjustments
2011-08-05 Yang TseBSD-style lwIP TCP/IP stack support - followup
2011-08-05 Yang Tsekeep a single copy of config-win32.h in version control...
2011-08-04 Yang TseBSD-style lwIP TCP/IP stack support:
2011-07-24 Yang Tseerrno.h inclusion conditionally done in setup_once.h
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-12-02 Yang Tsebuild: provide SIZEOF_SIZE_T definition for non-configu...
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-08-01 Guenter KnaufMoved the LDAP API defines from Makefile.Watcom to...
2010-07-29 Guenter KnaufWatcom makefiles overhaul.
2010-06-30 Pierre Joyebuild: add enable IPV6 option for the VC makefiles
2010-06-04 Yang TseEnable OpenLDAP support for cygwin builds.
2010-02-26 Yang TseAdded SIZEOF_INT and SIZEOF_SHORT definitions for non...
2010-01-26 Yang Tseresolver selection for non-configure Windows builds...
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-04-14 Yang Tseuse HAVE_LIMITS_H symbol to protect limits.h inclusion
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-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-11-01 Gisle VanemAdded '#define HAVE_GETADDRINFO'.
2008-09-24 Yang Tsentoa() and inet_ntoa_r() no longer used
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-20 Daniel Stenberg- Phil Pellouchoud pointed out that the windows version...
2008-08-07 Yang TseInitial support of curlbuild.h and curlrules.h which...
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-12-18 Yang Tsepollfd struct and WSA_poll fixes for Windows Vista...
2007-12-17 Daniel StenbergMateusz Loskot pointed out that VC++ 9.0 (2008) has...
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-10-09 Gunter Knauffix socklen_t for MSVC6 & 7.
2007-09-18 Gunter Knaufadded a define for Win32 to detect already defined...
2007-08-24 Gunter Knaufadded defines to build with OpenLDAP.
2007-08-20 Gunter Knaufadded define for ldap_ssl.h.
2007-08-11 Daniel StenbergPatrick Monnerat modified the LDAP code and approach...
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-03-17 Gisle VanemRemove unneeded 'HAVE_*' defines. Detect i386 OS-target...
2007-02-15 Yang TseDo not define HAVE_GMTIME_R for native Windows builds
2007-02-13 Daniel Stenberg- Robert A. Monat made libcurl build fine with VC2005...
2006-12-05 Daniel Stenbergbetter preprocessor check for recent MSVC versions
2006-12-05 Daniel Stenbergoops, fix belonging to the previous curl_getdate()...
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-11-13 Daniel Stenbergbug #1595348 by Ron pointed out this flaw and fix
2006-10-14 Yang TseDefine HAVE_STRUCT_TIMEVAL as appropriate for platforms...
2006-07-25 Yang TseSimplify check for NEED_MALLOC_H, and make more explici...
2006-07-11 Yang Tseinclude <malloc.h> only if HAVE_MALLOC_H and NEED_MALLO...
2006-07-04 Yang TseGet qualifier of arg 2 for send() apart into SEND_QUAL_...
2006-07-04 Yang TsePlatforms that don't have/run configure need default...
2006-04-26 Gisle VanemAdded support for Salford-C under Win32 (scc). HAVE_MAL...
2006-02-26 Gisle VanemUse getprotobyname() to retrieve protocol number for TCP
2005-12-20 Gisle VanemChanges for PellesC compiler under Win32. A bit limited...
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-11-24 Gisle VanemChanges for OpenWatcom 1.4.
2005-11-13 Gisle VanemAdd HAVE_STRUCT_SOCKADDR_STORAGE.
2005-05-12 Daniel Stenbergspell
2005-04-24 Daniel StenbergBased on feedback from Cory Nelson, I added some prepro...
2005-03-11 Dan FandrichFixed LDAP library file name bug (KNOWN_BUGS #1). ...
2004-12-17 Gisle VanemWatcom has strtoll().
2004-12-06 Gisle VanemReplace MINGW32 with built-in __MINGW32__.
2004-11-14 Gisle VanemBorland doesn't have <sys/utime.h> nor utime().
2004-07-15 Gunter KnaufGisle's fix to support Borland builds again.
2004-06-24 Daniel Stenbergreverted bad win32 fix
2004-06-24 Gunter Knauffixed the MSVC build.
2004-06-02 Daniel StenbergGisle's adjustments to allow building with lcc-win32
2004-03-10 Daniel Stenbergmake windows builds use the OS string "i386-pc-win32...
2004-03-10 Daniel Stenbergremoved the #if 0'ed pragmas that disable warnings...
2004-03-09 Daniel Stenbergadded HAVE_IOCTLSOCKET here
2004-02-26 Daniel StenbergDavid Byron's fixes to make the latest curl build fine...
2004-02-23 Daniel Stenbergcurl_off_t is 8 bytes big on windows
2004-02-20 Daniel StenbergGisle Vanem brings name resolving timeout possibilities...
2004-01-22 Daniel StenbergGisle Vanem's fix, mingw as strtoll
next