Age | Commit message (Collapse) | Author |
|
|
|
like: "curl -d moo=foo -G daniel.haxx.se" currently fails.
|
|
|
|
"%" -> "%s"
|
|
declare at the top of the file, put the private functions at the bottom of
the file, however, this is clearer imho (since _ftp is already there).
|
|
to use 'struct UrlData *' instead
|
|
|
|
must merge before commit
must merge before commit
|
|
|
|
|
|
|
|
|
|
|
|
variables
|
|
with the more appropriate 'struct UrlData *' instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
post fix, no more globals in ssl code fix, size_t and const fix, a few VMS
changes
|
|
good on VMS.
Removed a '#if 0' section, made Curl_getmyhost static and cut off the 'Curl_'
prefix
|
|
|
|
|
|
|
|
-W -Wall -Wwrite-strings -pedantic -g
|
|
|
|
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.
|
|
|
|
|
|
|