| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | build: add enable IPV6 option for the VC makefiles | Pierre Joye | 2010-06-30 | 1 | -1/+1 |
* | Enable OpenLDAP support for cygwin builds. | Yang Tse | 2010-06-04 | 1 | -3/+0 |
* | Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems | Yang Tse | 2010-02-26 | 1 | -2/+8 |
* | resolver selection for non-configure Windows builds, default is threaded DNS | Yang Tse | 2010-01-26 | 1 | -0/+18 |
* | HAVE_GETADDRINFO_THREADSAFE definition for non-configure win32 builds | Yang Tse | 2010-01-24 | 1 | -9/+12 |
* | Fix Pelles C Win32 target compilation issues | Yang Tse | 2009-10-27 | 1 | -14/+52 |
* | Fix comment | Yang Tse | 2009-10-06 | 1 | -0/+1 |
* | use HAVE_LIMITS_H symbol to protect limits.h inclusion | Yang Tse | 2009-04-14 | 1 | -0/+3 |
* | 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 |
* | 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 | -1/+4 |
* | 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 | -10/+14 |
* | Added '#define HAVE_GETADDRINFO'. | Gisle Vanem | 2008-11-01 | 1 | -0/+7 |
* | ntoa() and inet_ntoa_r() no longer used | Yang Tse | 2008-09-24 | 1 | -3/+0 |
* | HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32 | Yang Tse | 2008-09-15 | 1 | -3/+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 |
* | - Phil Pellouchoud pointed out that the windows version of libcurl had a | Daniel Stenberg | 2008-08-20 | 1 | -1/+5 |
* | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | 2008-08-07 | 1 | -15/+0 |
* | 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 |
* | pollfd struct and WSA_poll fixes for Windows Vista already present in CVS | Yang Tse | 2007-12-18 | 1 | -8/+0 |
* | Mateusz Loskot pointed out that VC++ 9.0 (2008) has the pollfd struct and | Daniel Stenberg | 2007-12-17 | 1 | -0/+8 |
* | 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 |
* | fix socklen_t for MSVC6 & 7. | Gunter Knauf | 2007-10-09 | 1 | -1/+1 |
* | added a define for Win32 to detect already defined ssize_t. | Gunter Knauf | 2007-09-18 | 1 | -0/+3 |
* | added defines to build with OpenLDAP. | Gunter Knauf | 2007-08-24 | 1 | -1/+5 |
* | added define for ldap_ssl.h. | Gunter Knauf | 2007-08-20 | 1 | -1/+8 |
* | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg | 2007-08-11 | 1 | -9/+4 |
* | 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/+5 |
* | Remove unneeded 'HAVE_*' defines. Detect i386 OS-target (gcc). | Gisle Vanem | 2007-03-17 | 1 | -15/+1 |
* | Do not define HAVE_GMTIME_R for native Windows builds | Yang Tse | 2007-02-15 | 1 | -5/+3 |
* | - Robert A. Monat made libcurl build fine with VC2005 - it doesn't have | Daniel Stenberg | 2007-02-13 | 1 | -2/+10 |
* | better preprocessor check for recent MSVC versions | Daniel Stenberg | 2006-12-05 | 1 | -1/+1 |
* | oops, fix belonging to the previous curl_getdate() fix since it makes MSVC | Daniel Stenberg | 2006-12-05 | 1 | -0/+5 |
* | Make sure RETSIGTYPE is properly defined | Yang Tse | 2006-11-25 | 1 | -1/+1 |
* | Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE | Yang Tse | 2006-11-24 | 1 | -0/+6 |
* | bug #1595348 by Ron pointed out this flaw and fix | Daniel Stenberg | 2006-11-13 | 1 | -4/+2 |
* | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s... | Yang Tse | 2006-10-14 | 1 | -0/+6 |
* | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s... | Yang Tse | 2006-07-25 | 1 | -1/+1 |
* | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse | 2006-07-11 | 1 | -0/+5 |