- Mar 08, 2004
-
-
Daniel Stenberg authored
use %zd when outputting size_t
-
Daniel Stenberg authored
make strtol() returns get stored in long variables don't mix size_t with int
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a curl_off_t type that is larger than 4 bytes
-
- Mar 05, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
file: transfers too
-
Daniel Stenberg authored
-
- Mar 04, 2004
-
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
because it is now possible to have both WIN32 and HAVE_CONFIG_H defined.
-
Daniel Stenberg authored
with the existing transfer.c code
-
Daniel Stenberg authored
-
Daniel Stenberg authored
by Jesse Noller
-
Daniel Stenberg authored
-
- Mar 03, 2004
-
-
Daniel Stenberg authored
machines.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to long (MIPSpro warnings)
-
Daniel Stenberg authored
an int when we assign it.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the plain old FILE typedef.
-
- Mar 02, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
FORMAT_OFF_T to allow additional options to get specified, like with '"%5" FORMAT_OFF_T'.
-
Daniel Stenberg authored
having to redef that name
-
Daniel Stenberg authored
- Also, we must not assume that SIZEOF_CURL_OFF_T is defined, as this file gets included from the ares dir at times and then it isn't defined.
-
- Mar 01, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Fixed the check for bad resumes. Made test case 99 work and proved a bug in test case ... eh, was it 32?
-
Daniel Stenberg authored
-
Daniel Stenberg authored
define our internal CURL_FORMAT_OFF_T define, we don't use the global one!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
code
-
Daniel Stenberg authored
-
Daniel Stenberg authored
on followed redirections etc. This should fix the bug #905365, which caused NTLM to fail with the option set.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
unlink the "current" connection struct from the connection cache.
-
- Feb 27, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
it disconnects the TCP connection, like a good ftp client should!
-
- Feb 26, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
fopen() as well.
-