aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2004-03-08size_t/int/long fixesDaniel Stenberg
2004-03-08we must not only support long long for Largefile to work, we must haveDaniel Stenberg
2004-03-05issue 12 fixed, the final known outstanding issue to be done before 7.11.1Daniel Stenberg
2004-03-05issue 12 fixDaniel Stenberg
2004-03-05another include to prevent warningsDaniel Stenberg
2004-03-05two fixes, one new mirrorDaniel Stenberg
2004-03-05clonkDaniel Stenberg
2004-03-05more fixing to make the progress/getinfo stuff to work properly when doingDaniel Stenberg
2004-03-05clearly tell that these are ftp response timeoutsDaniel Stenberg
2004-03-05Major rewrite of the test HTTP server to allow more fancy features to makeDaniel Stenberg
2004-03-05'make clean' should only remove the generated html files, index.html is notDaniel Stenberg
2004-03-05mention the D bindingDaniel Stenberg
2004-03-05Multiple updates, most of them being proper formatting to create nice htmlDaniel Stenberg
2004-03-04issue 12 fix is pending and is working in develDaniel Stenberg
2004-03-04When following to a new URL, we must make sure to call Curl_done() first,Daniel Stenberg
2004-03-04Andrés García's patch to prevent warnings while compiling with mingw, mainlyDaniel Stenberg
2004-03-04use size_t for the data, but keep the protos use ssize_t to better fitDaniel Stenberg
2004-03-04include the proper header file tooDaniel Stenberg
2004-03-04fix progress data to be updated properly for file: transfers, as reportedDaniel Stenberg