| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Pelles C Win32 target compilation issues | Yang Tse | 2009-10-27 | 1 | -15/+60 |
* | Fix comment | Yang Tse | 2009-10-06 | 1 | -0/+4 |
* | Do not halt compilation when using VS2008 to build a Windows 2000 target | Yang Tse | 2009-02-20 | 1 | -6/+22 |
* | spell-fixed comments and other minor non-code edits | Daniel Stenberg | 2009-02-18 | 1 | -4/+5 |
* | changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju... | Gunter Knauf | 2008-12-30 | 1 | -1/+1 |
* | added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ... | Gunter Knauf | 2008-12-30 | 1 | -0/+3 |
* | Added the use of Watt-32 tcp/ip stack for Win32 targets. | Gisle Vanem | 2008-12-16 | 1 | -0/+24 |
* | Refactor configure script detection of functions used to set sockets into | Yang Tse | 2008-11-13 | 1 | -3/+9 |
* | Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availability | Yang Tse | 2008-11-01 | 1 | -2/+2 |
* | WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ... | Yang Tse | 2008-11-01 | 1 | -0/+14 |
* | HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32 | Yang Tse | 2008-09-15 | 1 | -0/+9 |
* | fixed largefile feature for MingW32 non-configure builds. | Gunter Knauf | 2008-09-04 | 1 | -0/+4 |
* | Adjustments to better select/differentiate when large/small file | Yang Tse | 2008-08-22 | 1 | -0/+16 |
* | Get rid of ENABLE_64BIT symbol definition and usage. | Yang Tse | 2008-08-21 | 1 | -1/+1 |
* | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | 2008-07-17 | 1 | -6/+6 |
* | Configure process now checks availability of recvfrom() socket function and | Yang Tse | 2008-07-16 | 1 | -0/+24 |
* | Remove fflush() + fsync() previously introduced accelerated writing of | Yang Tse | 2008-04-22 | 1 | -6/+0 |
* | HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systems | Yang Tse | 2008-04-21 | 1 | -0/+6 |
* | VS2005 and later dafault size for time_t is 64-bit, unless | Yang Tse | 2008-03-07 | 1 | -0/+10 |
* | MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP, | Yang Tse | 2007-12-18 | 1 | -0/+14 |
* | MSVC versions prior to VS2005 do not complain about portable C functions | Yang Tse | 2007-11-07 | 1 | -4/+6 |
* | Windows build targets have socklen_t definition in ws2tcpip.h but some | Yang Tse | 2007-10-24 | 1 | -5/+0 |
* | blocked ssize_t define for MingW32. | Gunter Knauf | 2007-08-08 | 1 | -1/+2 |
* | moved HAVE_LONGLONG from makefiles to config-win32.h. | Gunter Knauf | 2007-08-07 | 1 | -0/+5 |
* | VC8+ (VS2005+) has C99 variadic macro support | Yang Tse | 2007-04-09 | 1 | -0/+15 |
* | Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly | Daniel Stenberg | 2007-04-01 | 1 | -0/+3 |
* | Make sure RETSIGTYPE is properly defined | Yang Tse | 2006-11-25 | 1 | -0/+22 |
* | Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE | Yang Tse | 2006-11-24 | 1 | -0/+6 |
* | Since now src/setup.h includes setup_once.h, src/config-win32.h needs | Yang Tse | 2006-10-20 | 1 | -0/+39 |
* | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s... | Yang Tse | 2006-10-14 | 1 | -0/+31 |
* | Fix spacing. When defining, define to 1. | Yang Tse | 2005-12-18 | 1 | -2/+2 |
* | Cleanup | Yang Tse | 2005-12-17 | 1 | -34/+51 |
* | 'Fix' windows builds | Yang Tse | 2005-12-16 | 1 | -0/+12 |
* | Based on feedback from Cory Nelson, I added some preprocessor magic in | Daniel Stenberg | 2005-04-24 | 1 | -0/+4 |
* | Better cope with a failed or unavailable ftruncate(). | Dan Fandrich | 2005-03-05 | 1 | -0/+3 |
* | Replace MINGW32 with built-in __MINGW32__. | Gisle Vanem | 2004-12-06 | 1 | -1/+1 |
* | mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so we | Daniel Stenberg | 2004-11-24 | 1 | -5/+0 |
* | mingw has a ftruncate() function | Daniel Stenberg | 2004-11-24 | 1 | -0/+5 |
* | Borland doesn't have <sys/utime.h>, utime() nor | Gisle Vanem | 2004-11-14 | 1 | -0/+2 |
* | All Win compilers have locale.h + setlocale(). | Gisle Vanem | 2004-10-19 | 1 | -1/+7 |
* | reverted bad win32 fix | Daniel Stenberg | 2004-06-24 | 1 | -3/+0 |
* | fixed the MSVC build. | Gunter Knauf | 2004-06-24 | 1 | -1/+7 |
* | USE_MANUAL is now defined by default | Daniel Stenberg | 2004-04-25 | 1 | -0/+3 |
* | use the new OS define from lib/config-win32.h | Daniel Stenberg | 2004-03-10 | 1 | -1/+1 |
* | Gisle Vanem updated the code for win32 and djgpp builds. | Daniel Stenberg | 2004-01-14 | 1 | -0/+3 |
* | HAVE_SYS_UTIME_H adjustments | Daniel Stenberg | 2001-09-07 | 1 | -2/+2 |
* | defined HAVE_UTIME and HAVE_UTIME_H | Daniel Stenberg | 2001-09-03 | 1 | -0/+6 |
* | cleanup commit for new autoconf+automake+libtool versions | Daniel Stenberg | 2001-05-22 | 1 | -4/+1 |
* | Added a define in the Mingw32 makefiles to allow parts of the config-win32 | Daniel Stenberg | 2000-06-14 | 1 | -3/+13 |
* | moved here from the newlib branch | Daniel Stenberg | 2000-05-22 | 1 | -0/+3 |