Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
involves a binary-compatible change to the API struct curl_version_info_data
|
|
|
|
the others remain at previous values.
|
|
Added CURLINFO_SLIST type for returing a 'struct slist' in
curl_easy_getinfo().
Added CURLINFO_SSL_ENGINES.
|
|
|
|
|
|
|
|
or need __declspec.
|
|
|
|
Mark public functions with "CURL_EXTERN".
|
|
|
|
|
|
|
|
|
|
app to retrieve the errno variable after a (connect) failure. It will make
sense to provide this for more failures in a more generic way, but let's
start like this.
|
|
curl/multi.h header to work better in winsock-using apps.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the initial setting up the struct should use this single function to avoid
having the initialisation code at two places.
|
|
|
|
mailing list.
|
|
|
|
marked as accepting an objectpoint argument while it actually assumes a long.
The comment was also grossly misleading. The man page was and is correct
though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
memory.h is included everywhere for this.
|
|
|
|
|
|
in the separate types.h
|
|
|
|
situtations in bindings that still have switch() cases for them
|
|
|
|
|
|
'maketgz'
|
|
|
|
|
|
|
|
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
|
|
with undefined variables.
|