Age | Commit message (Collapse) | Author |
|
|
|
must merge before commit
must merge before commit
|
|
|
|
|
|
|
|
|
|
|
|
variables
|
|
with the more appropriate 'struct UrlData *' instead.
|
|
|
|
|
|
good on VMS.
Removed a '#if 0' section, made Curl_getmyhost static and cut off the 'Curl_'
prefix
|
|
|
|
|
|
|
|
Curl_ldap_done() and Curl_dict_done() were removed,
compiler warnings corrected
|
|
|
|
|
|
for OpenSSL versions prior to 0.9.4, this is conditional and should still
work with older versions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I also indented the source code to fit curl "standard"
|
|
ssize_t
|
|
in the add_buffer function.
|
|
|
|
|
|
|
|
|
|
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!
|
|
|
|
|
|
it.
|
|
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.
|