Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
can use a 64bit type with MSVC that is a long long equivalent.
|
|
|
|
|
|
that this file is out of date!
|
|
|
|
|
|
operation!
|
|
|
|
cleared up some ssize_t/size_t mixups
|
|
|
|
|
|
previously.
|
|
|
|
int to various types
|
|
compilers
|
|
This works by magicly starting up a new thread that can be killed when the
timeout is reached. testtesttest!
|
|
one to prevent that.
|
|
|
|
and I doubt anyone else uses it.
Better preprocessor magic for the O flag (for curl_off_t printing) to prevent
compiler warnings.
|
|
it collides with another MAX define on some platforms (like netbsd 1.6.1)
|
|
|
|
default netrc file. We now read and uses HOME _before_ we use getpwuid() to
better allow users to move around HOME to use different .netrc files without
having to rely on even blacker magic.
|
|
linked separately by the application. This function is not provided by the
libcurl API. It can only be accessed by apps if they compile and use this
particular source code.
|
|
|