24cfa7f1 | 13-Mar-2004 |
Daniel Stenberg |
the postsize is an off_t so use the proper printf format to output the content-length when doing multipart posts |
94a1d09a | 12-Mar-2004 |
Daniel Stenberg |
more variable type fixing for the huge posts |
230a7509 | 12-Mar-2004 |
Daniel Stenberg |
newer c-ares release |
4ad68ec3 | 12-Mar-2004 |
Daniel Stenberg |
more variable type fixes for the large POST support |
ef776ab8 | 12-Mar-2004 |
Daniel Stenberg |
Made the 'postsize' variable an off_t type to be able to hold large file sizes if desired |
f8ff0f6b | 12-Mar-2004 |
Daniel Stenberg |
minor variable type fix |
bc7122f6 | 12-Mar-2004 |
Daniel Stenberg |
CURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1 |
e5963dae | 12-Mar-2004 |
Daniel Stenberg |
ignore aclocal.m4 |
1ebda8fa | 12-Mar-2004 |
Daniel Stenberg |
Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs. |
9af532e6 | 12-Mar-2004 |
Daniel Stenberg |
David Byron's fix to clear outs.filename |
9d064a39 | 11-Mar-2004 |
Daniel Stenberg |
dl and ulspeed are now curl_off_t so typecast them to double when we return their values |
d6edcfb4 | 11-Mar-2004 |
Daniel Stenberg |
Optimize the way libcurl uses CWD |
1d5a914c | 11-Mar-2004 |
Daniel Stenberg |
Made max5data() take a curl_off_t size as argument instead of double. Should make the progress meter more accurate for large files. Also made the sprintf usage in that function avoid floating
Made max5data() take a curl_off_t size as argument instead of double. Should make the progress meter more accurate for large files. Also made the sprintf usage in that function avoid floating point.
show more ...
|
666bc9ee | 11-Mar-2004 |
Daniel Stenberg |
added that header fiddling the msvc users will enjoy |
e545e33d | 11-Mar-2004 |
Daniel Stenberg |
Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets. |
326e8b9f | 11-Mar-2004 |
Daniel Stenberg |
don't let the EINTR stuff build on windows |
0d1fc73f | 10-Mar-2004 |
Daniel Stenberg |
Use more curl_off_t variables when doing the progress meter calculations and argument passing and try to convert to double only when providing data to the external world. |
50a18535 | 10-Mar-2004 |
Daniel Stenberg |
use the new OS define from lib/config-win32.h |
35e158d8 | 10-Mar-2004 |
Daniel Stenberg |
make loop variable size_t as well when looping to a size_t limit |
7225b140 | 10-Mar-2004 |
Daniel Stenberg |
curl_socket_t mistakes cleanup |
85838a89 | 10-Mar-2004 |
Daniel Stenberg |
turn niflags into a define named NIFLAGS |
d29590f5 | 10-Mar-2004 |
Daniel Stenberg |
added the Estonian one, removed the cyberservers one since it is dead and they don't respond to email |
467c3e3a | 10-Mar-2004 |
Daniel Stenberg |
fixing |
b484b3b6 | 10-Mar-2004 |
Daniel Stenberg |
Gisle Vanem improved build on Windows. |
b45d50cc | 10-Mar-2004 |
Daniel Stenberg |
Nah, ignore the OS define in here. This is being included by ares and it certainly doesn't need the OS define. |