aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
AgeCommit message (Collapse)Author
2004-03-10make 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-10removed the #if 0'ed pragmas that disable warnings on msvcDaniel Stenberg
2004-03-09added HAVE_IOCTLSOCKET hereDaniel Stenberg
2004-02-26David Byron's fixes to make the latest curl build fine under MSVC 6.Daniel Stenberg
2004-02-23curl_off_t is 8 bytes big on windowsDaniel Stenberg
2004-02-20Gisle 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-22Gisle Vanem's fix, mingw as strtollDaniel Stenberg
2003-12-18David Byron's fix to make libcurl build fine with both .NET and VC6 versionDaniel Stenberg
of MSVC
2003-10-14Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg
2002-08-26Andrew Francis removed the need for/use of MSVC pragmasDaniel Stenberg
2002-08-20Added 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-20windows has stdlib.hDaniel Stenberg
2002-06-05set HAVE_RAND_STATUS tooDaniel Stenberg
2002-02-07moved the config-*.h files from root to the lib/ dirDaniel Stenberg