Age | Commit message (Expand) | Author |
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 |
2004-03-03 | three days of changes | Daniel Stenberg |
2004-03-03 | more variable type cleanups | Daniel Stenberg |
2004-03-03 | our timeout values are longs while 'tv_sec' is int | Daniel Stenberg |
2004-03-03 | make the backup variable of the same kind as the data it backups! ;-) | Daniel Stenberg |
2004-03-03 | some more size_t usage, and two added typecasts when converting from size_t | Daniel Stenberg |
2004-03-03 | tv_sec is an int, so we explicitly typecast the result of long - long to | Daniel Stenberg |
2004-03-03 | attempted typecase to silence the MIPSpro warning: | Daniel Stenberg |
2004-03-03 | #ifdef #define #undef circus to prevent compiler warnings on #if operations | Daniel Stenberg |
2004-03-03 | removed include stuff now handled by test.h | Daniel Stenberg |
2004-03-03 | We let this file include more generic headers that many libtests need anyway | Daniel Stenberg |
2004-03-03 | Tom Bates' adjustment to build on his nsr-tandem-nsk. | Daniel Stenberg |