summaryrefslogtreecommitdiff
path: root/lib/config-win32.h
Commit message (Expand)AuthorAgeFilesLines
...
* use HAVE_LIMITS_H symbol to protect limits.h inclusionYang Tse2009-04-141-0/+3
* Do not halt compilation when using VS2008 to build a Windows 2000 targetYang Tse2009-02-201-6/+22
* spell-fixed comments and other minor non-code editsDaniel Stenberg2009-02-181-4/+5
* Added the use of Watt-32 tcp/ip stack for Win32 targets.Gisle Vanem2008-12-161-0/+24
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-1/+4
* Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availabilityYang Tse2008-11-011-2/+2
* WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ...Yang Tse2008-11-011-10/+14
* Added '#define HAVE_GETADDRINFO'.Gisle Vanem2008-11-011-0/+7
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-3/+0
* HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32Yang Tse2008-09-151-3/+9
* fixed largefile feature for MingW32 non-configure builds.Gunter Knauf2008-09-041-0/+4
* Adjustments to better select/differentiate when large/small fileYang Tse2008-08-221-0/+16
* - Phil Pellouchoud pointed out that the windows version of libcurl had aDaniel Stenberg2008-08-201-1/+5
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-15/+0
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-6/+6
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-0/+24
* Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse2008-04-221-6/+0
* HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systemsYang Tse2008-04-211-0/+6
* VS2005 and later dafault size for time_t is 64-bit, unlessYang Tse2008-03-071-0/+10
* MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,Yang Tse2007-12-181-0/+14
* pollfd struct and WSA_poll fixes for Windows Vista already present in CVSYang Tse2007-12-181-8/+0
* Mateusz Loskot pointed out that VC++ 9.0 (2008) has the pollfd struct andDaniel Stenberg2007-12-171-0/+8
* MSVC versions prior to VS2005 do not complain about portable C functionsYang Tse2007-11-071-4/+6
* Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse2007-10-241-5/+0
* fix socklen_t for MSVC6 & 7.Gunter Knauf2007-10-091-1/+1
* added a define for Win32 to detect already defined ssize_t.Gunter Knauf2007-09-181-0/+3
* added defines to build with OpenLDAP.Gunter Knauf2007-08-241-1/+5
* added define for ldap_ssl.h.Gunter Knauf2007-08-201-1/+8
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-9/+4
* blocked ssize_t define for MingW32.Gunter Knauf2007-08-081-1/+2
* moved HAVE_LONGLONG from makefiles to config-win32.h.Gunter Knauf2007-08-071-0/+5
* VC8+ (VS2005+) has C99 variadic macro supportYang Tse2007-04-091-0/+5
* Remove unneeded 'HAVE_*' defines. Detect i386 OS-target (gcc).Gisle Vanem2007-03-171-15/+1
* Do not define HAVE_GMTIME_R for native Windows buildsYang Tse2007-02-151-5/+3
* - Robert A. Monat made libcurl build fine with VC2005 - it doesn't haveDaniel Stenberg2007-02-131-2/+10
* better preprocessor check for recent MSVC versionsDaniel Stenberg2006-12-051-1/+1
* oops, fix belonging to the previous curl_getdate() fix since it makes MSVCDaniel Stenberg2006-12-051-0/+5
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-251-1/+1
* Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse2006-11-241-0/+6
* bug #1595348 by Ron pointed out this flaw and fixDaniel Stenberg2006-11-131-4/+2
* Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...Yang Tse2006-10-141-0/+6
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse2006-07-111-0/+5
* Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse2006-07-041-0/+3
* Platforms that don't have/run configure need default values in their config f...Yang Tse2006-07-041-0/+54
* Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H andGisle Vanem2006-04-261-2/+15
* Use getprotobyname() to retrieve protocol number for TCPGisle Vanem2006-02-261-0/+3
* Changes for PellesC compiler under Win32. A bit limited, butGisle Vanem2005-12-201-5/+6
* Fix spacing. When defining, define to 1.Yang Tse2005-12-181-14/+14
* CleanupYang Tse2005-12-171-159/+184