aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-03-10use the new OS define from lib/config-win32.hDaniel Stenberg
2004-03-10make loop variable size_t as well when looping to a size_t limitDaniel Stenberg
2004-03-10curl_socket_t mistakes cleanupDaniel Stenberg
2004-03-10turn niflags into a define named NIFLAGSDaniel Stenberg
2004-03-10added the Estonian one, removed the cyberservers one since it is dead andDaniel Stenberg
2004-03-10fixingDaniel Stenberg
2004-03-10Gisle Vanem improved build on Windows.Daniel Stenberg
2004-03-10Nah, ignore the OS define in here. This is being included by ares and itDaniel Stenberg
2004-03-10ignore the icc warning 981 "operands are evaluated in unspecified order"Daniel Stenberg
2004-03-10Minor edit to avoid an unreachable break and to remove the extra {} bodyDaniel Stenberg
2004-03-10keep the number of bytes read in a size_t variableDaniel Stenberg
2004-03-10strequal() returns int so we typecast the return to bool when we store theDaniel Stenberg
2004-03-10store times in time_tDaniel Stenberg
2004-03-10Jeff Lawson fixed the SSL connection to deal with received signals during theDaniel Stenberg
2004-03-10Now requires an OS string defined by the config*.h fileDaniel Stenberg
2004-03-10make windows builds use the OS string "i386-pc-win32" instead of just "win32"Daniel Stenberg
2004-03-10use size_t for string lengthsDaniel Stenberg
2004-03-10Make sure SIZEOF_CURL_OFF_T is defined before we check for it being > 4.Daniel Stenberg
2004-03-10removed the #if 0'ed pragmas that disable warnings on msvcDaniel Stenberg
2004-03-10moved the curl_socket_t typedef downwardsDaniel Stenberg
2004-03-09added the new socket typeDaniel Stenberg
2004-03-09Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg
2004-03-09Added -I$(top_srcdir)/include, since lib/setup.h might include files fromDaniel Stenberg
2004-03-09only build with the windows threading trace code ifDaniel Stenberg
2004-03-09explicit typecast to visualize that we really want the result of theDaniel Stenberg
2004-03-09Tor Arntsen's fix to a AIX build problemDaniel Stenberg
2004-03-09remove ares/aclocal.m4 before cvs update to prevent bad conflictsDaniel Stenberg
2004-03-09mingw has str(n)casecmp() functionsDaniel Stenberg
2004-03-09timezone dummy to build better on Windows - Gisle VanemDaniel Stenberg
2004-03-09Gisle Vanem fixed the bad argc checkDaniel Stenberg
2004-03-09the error message stuff is for 7.12Daniel Stenberg
2004-03-09Andrés García-fix to make it build with mingwDaniel Stenberg
2004-03-09added HAVE_IOCTLSOCKET hereDaniel Stenberg
2004-03-08this is generated, removed from CVSDaniel Stenberg
2004-03-08don't compare signed/unsignedDaniel Stenberg
2004-03-08Removed John Clayton's really odd bug since its never been reported again andDaniel Stenberg
2004-03-08mention error 64Daniel Stenberg
2004-03-08the largefile for version_info fixDaniel Stenberg
2004-03-08fread() returns a size_tDaniel Stenberg
2004-03-08use curl standard source formattingDaniel Stenberg
2004-03-08typecast enum to int to make it printf() properlyDaniel Stenberg
2004-03-08variable type fixesDaniel Stenberg
2004-03-08Moved the error message buffer into the glob struct as well.Daniel Stenberg
2004-03-08Commented the Curl_read() arguments.Daniel Stenberg
2004-03-08size_t/int fixDaniel Stenberg
2004-03-08strlen() returns size_tDaniel Stenberg
2004-03-08we ignore the ICC warning 1419 as wellDaniel Stenberg
2004-03-08waitconnect() takes the timeout argument as a longDaniel Stenberg
2004-03-08store size as size_tDaniel Stenberg
2004-03-08don't use 'register'Daniel Stenberg