Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-27 | Fix Pelles C Win32 target compilation issues | Yang Tse | |
2009-10-06 | Fix comment | Yang Tse | |
2009-02-20 | Do not halt compilation when using VS2008 to build a Windows 2000 target | Yang Tse | |
2009-02-18 | spell-fixed comments and other minor non-code edits | Daniel Stenberg | |
2008-12-30 | changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ↵ | Gunter Knauf | |
just found that ares already uses this define. | |||
2008-12-30 | added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ↵ | Gunter Knauf | |
be IPv6-aware. | |||
2008-12-16 | Added the use of Watt-32 tcp/ip stack for Win32 targets. | Gisle Vanem | |
Added USE_WATT32 unconditionally for MSDOS targets since it's the only option. Adjusted the text for '--wdebug'. | |||
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-11-01 | Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availability | Yang Tse | |
2008-11-01 | WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ↵ | Yang Tse | |
quite convoluted, compiler dependant and in some cases even build target dependat. | |||
2008-09-15 | HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32 | Yang Tse | |
2008-09-04 | fixed largefile feature for MingW32 non-configure builds. | Gunter Knauf | |
2008-08-22 | Adjustments to better select/differentiate when large/small file | Yang Tse | |
support is provided using WIN32 functions directly. | |||
2008-08-21 | Get rid of ENABLE_64BIT symbol definition and usage. | Yang Tse | |
Improve HAVE_LONGLONG symbol description. | |||
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | |
to the data type pointed by its respective argument and not the pointer type. | |||
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse | |
finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper. | |||
2008-04-22 | Remove fflush() + fsync() previously introduced accelerated writing of | Yang Tse | |
server input and response request files of the test harness sws server. Reintroduce, for test # 1001, the <postcheck> small delay. The delay is needed even with the accelerated writing of server input and response request files in test harness sws server. http://curl.haxx.se/mail/lib-2008-04/0385.html | |||
2008-04-21 | HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systems | Yang Tse | |
2008-03-07 | VS2005 and later dafault size for time_t is 64-bit, unless | Yang Tse | |
_USE_32BIT_TIME_T has been defined to get a 32-bit time_t | |||
2007-12-18 | MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP, | Yang Tse | |
and makes wrong asumptions of build target when it isn't specified. So, if no build target has been defined we will target WinXP when building with MSVC 9.0 (VS2008). | |||
2007-11-07 | MSVC versions prior to VS2005 do not complain about portable C functions | Yang Tse | |
2007-10-24 | Windows build targets have socklen_t definition in ws2tcpip.h but some | Yang Tse | |
versions of ws2tcpip.h do not have the definition. It seems that when the socklen_t definition is missing from ws2tcpip.h the definition for INET_ADDRSTRLEN is also missing, and that when one definition is present the other one also is available. | |||
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-04-01 | Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly | Daniel Stenberg | |
by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non- configure platforms that havve setmode() needs their hard-coded config.h files fixed. I fixed the src/config-win32.h. | |||
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-10-20 | Since now src/setup.h includes setup_once.h, src/config-win32.h needs | Yang Tse | |
the definitions for the return type and arguments types of functions recv() and send(). | |||
2006-10-14 | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵ | Yang Tse | |
support | |||
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-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-05 | Better cope with a failed or unavailable ftruncate(). | Dan Fandrich | |
Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption that all those systems provide it. | |||
2004-12-06 | Replace MINGW32 with built-in __MINGW32__. | Gisle Vanem | |
2004-11-24 | mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so we | Daniel Stenberg | |
can just safely pretend we don't have one | |||
2004-11-24 | mingw has a ftruncate() function | Daniel Stenberg | |
2004-11-14 | Borland doesn't have <sys/utime.h>, utime() nor | Gisle Vanem | |
_lseeki64(). | |||
2004-10-19 | All Win compilers have locale.h + setlocale(). | Gisle Vanem | |
2004-06-24 | reverted bad win32 fix | Daniel Stenberg | |
2004-06-24 | fixed the MSVC build. | Gunter Knauf | |
2004-04-25 | USE_MANUAL is now defined by default | Daniel Stenberg | |
2004-03-10 | use the new OS define from lib/config-win32.h | Daniel Stenberg | |
2004-01-14 | Gisle Vanem updated the code for win32 and djgpp builds. | Daniel Stenberg | |
2001-09-07 | HAVE_SYS_UTIME_H adjustments | Daniel Stenberg | |
2001-09-03 | defined HAVE_UTIME and HAVE_UTIME_H | Daniel Stenberg | |
2001-05-22 | cleanup commit for new autoconf+automake+libtool versions | Daniel Stenberg | |
2000-06-14 | Added a define in the Mingw32 makefiles to allow parts of the config-win32 | Daniel Stenberg | |
files depend on that as well. It turned out Borland has no unistd.h file either, only mingw32 seems to use that. | |||
2000-05-22 | moved here from the newlib branch | Daniel Stenberg | |