Age | Commit message (Collapse) | Author |
|
|
|
This is my first CVS commit :), what it does:
- Makes sure that parts of the cURL library don't get initialized twice
- Makes sure that we only free what we initialize
|
|
|
|
|
|
|
|
be defined as many include files as possible (Solaris req)
|
|
|
|
specify exactly what global parts to init. Thanks to Sterling Hughes really
for arguing wisely.
|
|
If your system, such as Solaris 2.7, lacks the strtok_r() prototype in
string.h, then you'll face a bunch of warnings on all instances
where strtok_r() is used.
There's not much we can do about it. Adding a prototype here screws
everything up on other platforms! :-(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
curl_global_* functions
|
|
|
|
|
|
afterwards (bug #426442)
|
|
|
|
into the DOS kind!
|
|
is a FTPS connection as the data transfer is then done unencrypted!
|
|
|
|
other libs
|
|
|
|
|
|
|
|
|
|
|
|
code for peer certificate errors
|
|
|
|
already been transfered no longer returns error but instead is OK. The
reasoning behind this is of course that no extra actions need to be taken
and it is as if a transfer had been successfully performed.
|
|
strnequal() approach that really didn't follow the RFC properly
|
|
|
|
|
|
|
|
that multiple FTP transfers were not possible
|
|
SIZE doesn't work, we just don't output any size info!
|
|
|
|
|
|
|
|
connections.
|
|
|
|
directly after all the headers are received!
|
|
maxdownload set to -1 when not used
|