48512203 | 01-Mar-2004 |
Daniel Stenberg |
fixed the test code to work |
5c4dba14 | 01-Mar-2004 |
Daniel Stenberg |
* Added CURL_VERSION_LARGEFILE * If CURL_NO_OLDIES is defined, we hide all obsolete functions/options. * CURL_FORMAT_OFF_T is defined for portable printf()ing of curl_off_t types
* Added CURL_VERSION_LARGEFILE * If CURL_NO_OLDIES is defined, we hide all obsolete functions/options. * CURL_FORMAT_OFF_T is defined for portable printf()ing of curl_off_t types (although not with curl_mprintf()!)
show more ...
|
d6eb2840 | 01-Mar-2004 |
Daniel Stenberg |
added test 99, very basic initial large file test |
526c61c6 | 01-Mar-2004 |
Daniel Stenberg |
global dns cache is not nice, we consider it obsolete starting now |
fd6ec059 | 01-Mar-2004 |
Daniel Stenberg |
Ignore the dreaded aclocal warnings on underquoted definitions that the recent autoconf annoyingly introduced. |
6789dfc5 | 01-Mar-2004 |
Daniel Stenberg |
Perhaps -Wundef is better on gcc versions after 2.95, since the autobuild on FreeBSD gives us lots of warnings in system headers and I suspect this option is what causes them! |
193a652e | 01-Mar-2004 |
Daniel Stenberg |
When setting aggressive pedantic compiler options, display what options that were set. For easier debugging/changing of this. |
4d12be98 | 01-Mar-2004 |
Daniel Stenberg |
removed an unnecessary shift and splut up som weird two-statements-per-line code |
87e7f4f6 | 01-Mar-2004 |
Daniel Stenberg |
Use the z-option to printf %d for size_t printf. z is supported by the libcurl *printf and by Linux printf(). This should make the code work nicely even for 64bit size_ts. |
5eeaff82 | 01-Mar-2004 |
Daniel Stenberg |
Support 'z' for size_t-sized integer printing, as in %zd or %zx. |
7d2e8728 | 01-Mar-2004 |
Daniel Stenberg |
Only consider the fresh-connection option on the first connection made, not on followed redirections etc. This should fix the bug #905365, which caused NTLM to fail with the option set. |
097938e6 | 01-Mar-2004 |
Daniel Stenberg |
Moved two 7.11.2 issues over to the more general TODO docs. |
d57b84e2 | 01-Mar-2004 |
Daniel Stenberg |
minor spellfix |
fcc07bed | 01-Mar-2004 |
Daniel Stenberg |
intend the top-level blurb to make it easier to discard it from the web site output |
43bda5cd | 01-Mar-2004 |
Daniel Stenberg |
Tor and David |
45c7f064 | 01-Mar-2004 |
Daniel Stenberg |
mention how to make a curl handle use the share |
4dfc0a78 | 01-Mar-2004 |
Daniel Stenberg |
Only attempt to send the FTP QUIT command if we actually have a FTP struct. |
82bd5832 | 01-Mar-2004 |
Daniel Stenberg |
in Curl_disonnect(): call the protocol-specific disconnect function before we unlink the "current" connection struct from the connection cache. |
78f52c05 | 01-Mar-2004 |
Daniel Stenberg |
Report the correct size when 'verifiedserver' is requested. |
d818cbe5 | 29-Feb-2004 |
Daniel Stenberg |
Dirk Manske fixed the attempt to install the removed errmem manpage |
4ae43366 | 27-Feb-2004 |
Daniel Stenberg |
using roffit 0.6 we can get <a href> links with the --mandir option |
25bcd450 | 27-Feb-2004 |
Daniel Stenberg |
formatting update to produce better links with the new roffit version |
f53d6e1c | 27-Feb-2004 |
Daniel Stenberg |
elaborate on the URL option |
17a3aa1d | 27-Feb-2004 |
Daniel Stenberg |
minor size_t fix to kill a warning |
6c78b4b7 | 27-Feb-2004 |
Daniel Stenberg |
fixed some more size_t/int/long warnings and removed a few CMC comments |