4120b7b0 | 23-Jan-2004 |
Daniel Stenberg |
check the arguments to the socks5 function, as the name and password might be NULL pointers, and if non-NULL if now support zero-length names/passwords |
fac1c138 | 23-Jan-2004 |
Daniel Stenberg |
fixed the progress meter display for files >32 bit, Gisle Vanem reported |
649caa19 | 23-Jan-2004 |
Daniel Stenberg |
include curl.h for the typedef |
d8ee927b | 23-Jan-2004 |
Daniel Stenberg |
define SIZEOF_CURL_OFF_T if not already defined |
3efb90dd | 22-Jan-2004 |
Daniel Stenberg |
re-intended the code curl-style |
e4c56530 | 22-Jan-2004 |
Daniel Stenberg |
zlib fix for the help text, stroll usage on mingw/djgpp |
ad7e26b1 | 22-Jan-2004 |
Daniel Stenberg |
return curl_off_t instead of long long, to work on more platforms |
f39749ce | 22-Jan-2004 |
Daniel Stenberg |
Gisle Vanem fixed the compressed help text zlib code |
87eb26a3 | 22-Jan-2004 |
Daniel Stenberg |
it has strtoll |
9a48ca69 | 22-Jan-2004 |
Daniel Stenberg |
Gisle Vanem's fix, mingw as strtoll |
a259f66f | 22-Jan-2004 |
Daniel Stenberg |
attempt to fix 64bit seeking for Windows, does it work? |
83d77dc0 | 22-Jan-2004 |
Daniel Stenberg |
font-lock the curl_off_t type instead of the off_t |
e36914a4 | 22-Jan-2004 |
Daniel Stenberg |
header file fixing |
5bd04713 | 22-Jan-2004 |
Daniel Stenberg |
use curl_off_t instead of off_t |
b791e158 | 22-Jan-2004 |
Daniel Stenberg |
use curl_off_t instead of off_t! |
6cd0a90b | 22-Jan-2004 |
Daniel Stenberg |
Instead of checking the off_t size, we use the source dir version of the curl.h header and then check for the size of the curl_off_t type. |
d5bb877f | 22-Jan-2004 |
Daniel Stenberg |
s/not/note |
0c4907af | 22-Jan-2004 |
Daniel Stenberg |
curl_off_t is the new type for large file support HttpPost is not defined anymore |
e5cd0cc4 | 22-Jan-2004 |
Daniel Stenberg |
use the proper type for formposts, not the deprecated one |
252423a7 | 22-Jan-2004 |
Daniel Stenberg |
added the missing proto for the still unused quit function |
eaddf3d1 | 22-Jan-2004 |
Daniel Stenberg |
mark the option better |
a37a79c2 | 22-Jan-2004 |
Daniel Stenberg |
start working on 7.11.1 |
fadf0775 | 22-Jan-2004 |
Daniel Stenberg |
release time! |
863c7c72 | 22-Jan-2004 |
Daniel Stenberg |
no large files on windows just yet |
3a85b187 | 21-Jan-2004 |
Daniel Stenberg |
updates |