Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11 | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich | |
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors. | |||
2004-12-17 | Watcom has strtoll(). | Gisle Vanem | |
2004-12-06 | Replace MINGW32 with built-in __MINGW32__. | Gisle Vanem | |
2004-11-14 | Borland doesn't have <sys/utime.h> nor utime(). | Gisle Vanem | |
2004-07-15 | Gisle's fix to support Borland builds again. | Gunter Knauf | |
2004-06-24 | reverted bad win32 fix | Daniel Stenberg | |
2004-06-24 | fixed the MSVC build. | Gunter Knauf | |
2004-06-02 | Gisle's adjustments to allow building with lcc-win32 | Daniel Stenberg | |
2004-03-10 | make windows builds use the OS string "i386-pc-win32" instead of just "win32" | Daniel Stenberg | |
to make it more like other OS strings | |||
2004-03-10 | removed the #if 0'ed pragmas that disable warnings on msvc | Daniel Stenberg | |
2004-03-09 | added HAVE_IOCTLSOCKET here | Daniel Stenberg | |
2004-02-26 | David Byron's fixes to make the latest curl build fine under MSVC 6. | Daniel Stenberg | |
2004-02-23 | curl_off_t is 8 bytes big on windows | Daniel Stenberg | |
2004-02-20 | Gisle Vanem brings name resolving timeout possibilities to windows people. | Daniel Stenberg | |
This works by magicly starting up a new thread that can be killed when the timeout is reached. testtesttest! | |||
2004-01-22 | Gisle Vanem's fix, mingw as strtoll | Daniel Stenberg | |
2003-12-18 | David Byron's fix to make libcurl build fine with both .NET and VC6 version | Daniel Stenberg | |
of MSVC | |||
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | |
2002-08-26 | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg | |
2002-08-20 | Added three more pragmas for MSVC++ compiles. | Daniel Stenberg | |
We *really* need these sorted out. I'd prefer to have them all removed and the actual code corrected instead of just diabling the warnings and pretending that they don't exist. | |||
2002-08-20 | windows has stdlib.h | Daniel Stenberg | |
2002-06-05 | set HAVE_RAND_STATUS too | Daniel Stenberg | |
2002-02-07 | moved the config-*.h files from root to the lib/ dir | Daniel Stenberg | |