Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
use %zd when outputting size_t
|
|
make strtol() returns get stored in long variables
don't mix size_t with int
|
|
|
|
a curl_off_t type that is larger than 4 bytes
|
|
|
|
|
|
file: transfers too
|
|
|
|
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.
|
|
because it is now possible to have both WIN32 and HAVE_CONFIG_H defined.
|
|
with the existing transfer.c code
|
|
|
|
by Jesse Noller
|
|
|
|
machines.
|
|
|
|
|
|
|
|
to long (MIPSpro warnings)
|
|
an int when we assign it.
|
|
|
|
the plain old FILE typedef.
|
|
|
|
FORMAT_OFF_T to allow additional options to get specified, like with '"%5"
FORMAT_OFF_T'.
|
|
having to redef that name
|
|
- 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.
|
|
|
|
Fixed the check for bad resumes. Made test case 99 work and proved a bug
in test case ... eh, was it 32?
|
|
|
|
define our internal CURL_FORMAT_OFF_T define, we don't use the global one!
|
|
|
|
code
|
|
|
|
on followed redirections etc. This should fix the bug #905365, which caused
NTLM to fail with the option set.
|
|
|
|
unlink the "current" connection struct from the connection cache.
|
|
|
|
it disconnects the TCP connection, like a good ftp client should!
|
|
|
|
fopen() as well.
|
|
|
|
|
|
|
|
NULL without violating protocol.
|
|
|