Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
an error code, we now make curl_easy_init fail and return NULL.
|
|
No protos in the headers yet and no docs.
|
|
|
|
with it (knowing it won't be larger than what fits in an int)
|
|
content-length when doing multipart posts
|
|
|
|
|
|
sizes if desired
|
|
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
|
|
return their values
|
|
make the progress meter more accurate for large files. Also made the sprintf
usage in that function avoid floating point.
|
|
|
|
|
|
argument passing and try to convert to double only when providing data to the
external world.
|
|
|
|
|
|
certainly doesn't need the OS define.
|
|
within the switch.
|
|
|
|
result as bool
|
|
|
|
connect.
|
|
|
|
to make it more like other OS strings
|
|
It is only undefined when this file is included by others (like ares) and
in those cases it doesn't matter.
|
|
|
|
|
|
defines are in setup.h.
|
|
DEBUG_THREADING_GETHOSTBYNAME is defined
|
|
operation as a size_t
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use %zd when outputting size_t
|
|
make strtol() returns get stored in long variables
don't mix size_t with int
|
|
|
|
a curl_off_t type that is larger than 4 bytes
|
|
|