Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-09 | Added -I$(top_srcdir)/include, since lib/setup.h might include files from | Daniel Stenberg | |
the external curl include dir. | |||
2004-03-09 | only build with the windows threading trace code if | Daniel Stenberg | |
DEBUG_THREADING_GETHOSTBYNAME is defined | |||
2004-03-09 | explicit typecast to visualize that we really want the result of the | Daniel Stenberg | |
operation as a size_t | |||
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 | |
it was quite a long time since he experienced that one. | |||
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 | |
use %zd when outputting size_t | |||
2004-03-08 | don't use 'register' | Daniel Stenberg | |
make strtol() returns get stored in long variables don't mix size_t with int | |||
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 | |
a curl_off_t type that is larger than 4 bytes | |||
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 | |
file: transfers too | |||
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 | |
better tests with the issue12-patch applied. This change also includes Andrés García's win32-fixes. Made the logging look better/more readable in sws.log | |||
2004-03-05 | 'make clean' should only remove the generated html files, index.html is not | Daniel Stenberg | |
one of them! | |||
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 | |
links in the web pages, but also additional facts and removal of old crap. | |||
2004-03-04 | issue 12 fix is pending and is working in devel | Daniel Stenberg | |
added issue 24 - fix the progress meter for large files on slow networks to not wrap | |||
2004-03-04 | When following to a new URL, we must make sure to call Curl_done() first, | Daniel Stenberg | |
since the current connection must be taken care of properly before we move on. Christopher R. Palmer reported a problem he found due to this mistake. | |||
2004-03-04 | Andrés García's patch to prevent warnings while compiling with mingw, mainly | Daniel Stenberg | |
because it is now possible to have both WIN32 and HAVE_CONFIG_H defined. | |||
2004-03-04 | use size_t for the data, but keep the protos use ssize_t to better fit | Daniel Stenberg | |
with the existing transfer.c code | |||
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 | |
by Jesse Noller | |||
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 | |