Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
file: transfers too
|
|
|
|
since the current connection must be taken care of properly before we move
on. Christopher R. Palmer reported a problem he found due to this mistake.
|
|
because it is now possible to have both WIN32 and HAVE_CONFIG_H defined.
|
|
with the existing transfer.c code
|
|
|
|
by Jesse Noller
|
|
|
|
machines.
|