Age | Commit message (Expand) | Author |
2004-03-09 | Tor Arntsen's fix to a AIX build problem | Daniel Stenberg |
2004-03-09 | remove ares/aclocal.m4 before cvs update to prevent bad conflicts | Daniel Stenberg |
2004-03-09 | mingw has str(n)casecmp() functions | Daniel Stenberg |
2004-03-09 | timezone dummy to build better on Windows - Gisle Vanem | Daniel Stenberg |
2004-03-09 | Gisle Vanem fixed the bad argc check | Daniel Stenberg |
2004-03-09 | the error message stuff is for 7.12 | Daniel Stenberg |
2004-03-09 | Andrés García-fix to make it build with mingw | Daniel Stenberg |
2004-03-09 | added HAVE_IOCTLSOCKET here | Daniel Stenberg |
2004-03-08 | this is generated, removed from CVS | Daniel Stenberg |
2004-03-08 | don't compare signed/unsigned | Daniel Stenberg |
2004-03-08 | Removed John Clayton's really odd bug since its never been reported again and | Daniel Stenberg |
2004-03-08 | mention error 64 | Daniel Stenberg |
2004-03-08 | the largefile for version_info fix | Daniel Stenberg |
2004-03-08 | fread() returns a size_t | Daniel Stenberg |
2004-03-08 | use curl standard source formatting | Daniel Stenberg |
2004-03-08 | typecast enum to int to make it printf() properly | Daniel Stenberg |
2004-03-08 | variable type fixes | Daniel Stenberg |
2004-03-08 | Moved the error message buffer into the glob struct as well. | Daniel Stenberg |
2004-03-08 | Commented the Curl_read() arguments. | Daniel Stenberg |
2004-03-08 | size_t/int fix | Daniel Stenberg |
2004-03-08 | strlen() returns size_t | Daniel Stenberg |
2004-03-08 | we ignore the ICC warning 1419 as well | Daniel Stenberg |
2004-03-08 | waitconnect() takes the timeout argument as a long | Daniel Stenberg |
2004-03-08 | store size as size_t | Daniel Stenberg |
2004-03-08 | don't use 'register' | Daniel Stenberg |
2004-03-08 | size_t/int/long fixes | Daniel Stenberg |
2004-03-08 | we must not only support long long for Largefile to work, we must have | Daniel Stenberg |
2004-03-05 | issue 12 fixed, the final known outstanding issue to be done before 7.11.1 | Daniel Stenberg |
2004-03-05 | issue 12 fix | Daniel Stenberg |
2004-03-05 | another include to prevent warnings | Daniel Stenberg |
2004-03-05 | two fixes, one new mirror | Daniel Stenberg |
2004-03-05 | clonk | Daniel Stenberg |
2004-03-05 | more fixing to make the progress/getinfo stuff to work properly when doing | Daniel Stenberg |
2004-03-05 | clearly tell that these are ftp response timeouts | Daniel Stenberg |
2004-03-05 | Major rewrite of the test HTTP server to allow more fancy features to make | Daniel Stenberg |
2004-03-05 | 'make clean' should only remove the generated html files, index.html is not | Daniel Stenberg |
2004-03-05 | mention the D binding | Daniel Stenberg |
2004-03-05 | Multiple updates, most of them being proper formatting to create nice html | Daniel Stenberg |
2004-03-04 | issue 12 fix is pending and is working in devel | Daniel Stenberg |
2004-03-04 | When following to a new URL, we must make sure to call Curl_done() first, | Daniel Stenberg |
2004-03-04 | Andrés García's patch to prevent warnings while compiling with mingw, mainly | Daniel Stenberg |
2004-03-04 | use size_t for the data, but keep the protos use ssize_t to better fit | Daniel Stenberg |
2004-03-04 | include the proper header file too | Daniel Stenberg |
2004-03-04 | fix progress data to be updated properly for file: transfers, as reported | Daniel Stenberg |
2004-03-04 | prevent harmless compiler warning | Daniel Stenberg |
2004-03-04 | David Byron's version resource fix | Daniel Stenberg |
2004-03-04 | new "version resource" file for windows builds | Daniel Stenberg |
2004-03-03 | show curl --version output as well | Daniel Stenberg |
2004-03-03 | largefile bit for the version_info and now winsock 1.1 only | Daniel Stenberg |
2004-03-03 | David Byron's work on making libcurl only require winsock 1.1 on Windows | Daniel Stenberg |