Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
over to ssize_t that is signed. Removed all the special-purpose VMS #ifdefs
that were added for this.
|
|
|
|
|
|
|
|
warnings, changed the Curl_open() call as the second argument was never
used anyway
|
|
converting from 'const char *' to 'char *' to please my picky compiler
options
|
|
|
|
|
|
gcc 3.0 warned about it
|
|
after this patch from Peter Todd
|
|
|
|
of the progressupdate, as on very quick transfers they wouldn't always get
calculated!
|
|
|
|
timeout-options that they don't work in multi-threaded programs.
|
|
|
|
|
|
and when VERBOSE was enabled, that used the stream. Also, the stream was
closed even if we looped to get more files.
Corrects Dustin Boswell's bug report #441610
|
|
isn't updated! :-O
|
|
|
|
|
|
both of them
|
|
|
|
|
|
|
|
start the file name as in 'X:\' where X is any letter. The colon otherwise
normally separate the file name from the password.
|
|
|
|
it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
which libcurl itself is installed in.
|
|
|
|
|
|
|
|
forgets that it is very often unsigned. These should be fixed globally and
then many #ifdef VMS lines can be removed.
|
|
requires all global symbols to be *case insentively* unique! curl_formfree
is a global function we shouldn't touch.
|
|
|
|
|