- Oct 27, 2004
-
-
Daniel Stenberg authored
-
- Oct 26, 2004
-
-
Daniel Stenberg authored
-
- Oct 25, 2004
-
-
Daniel Stenberg authored
file that was already completely downloaded caused an error, while it doesn't if you don't use --fail! I added test case 194 to verify the fix. Grrr. CURLOPT_FAILONERROR is now added to the list stuff to remove in libcurl v8 due to all the kludges needed to support it.
-
- Oct 24, 2004
-
-
Daniel Stenberg authored
good. I fixed.
-
- Oct 21, 2004
-
-
Daniel Stenberg authored
-
- Oct 19, 2004
-
-
Daniel Stenberg authored
both source and destination being the same host. It can be useful if you want to move a file on a server or similar.
-
Daniel Stenberg authored
-
Gisle Vanem authored
djgpp has locale.h and setlocale().
-
- Oct 16, 2004
-
-
Daniel Stenberg authored
fine even for third party transfers.
-
Daniel Stenberg authored
-
Gisle Vanem authored
Added Traian Nicolescu's patches for threaded resolver on Windows. Plugged some potential handle and memory leaks. Refs. http://curl.haxx.se/mail/lib-2004-10/0134.html http://curl.haxx.se/mail/lib-2004-10/0157.html
-
- Oct 14, 2004
-
-
Daniel Stenberg authored
and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
-
- Oct 13, 2004
-
-
Gisle Vanem authored
Set errno = ENOMEM on faild countcheck().
-
- Oct 12, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 11, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 10, 2004
-
-
Daniel Stenberg authored
by gcc 3.4
-
Gisle Vanem authored
MSVC uses 'i64' suffix for 64-bit sizes.
-
Daniel Stenberg authored
our strtoll() replacement function.
-
Daniel Stenberg authored
Andy Cedilnik reported. Warning on HP-UX?
-
Daniel Stenberg authored
warnings.
-
- Oct 08, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
our own in the formdata.c file to prevent warnings on systems without it
-
Daniel Stenberg authored
-
- Oct 07, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
work with libidn < 0.5.6
-
- Oct 06, 2004
-
-
Gisle Vanem authored
Fixed tld_check_name(). idna_to_unicode_lzlz() should never fail, but return FALSE if 'uc_name == NULL' just in case.
-
Gisle Vanem authored
USE_LIBIDN: Added Top-level-domain (TLD) check for host->name. Only print a warning if check fails.
-
Daniel Stenberg authored
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if the new URL would provide the resumed file. Test case 188 added to verify the fix (together with existing test 99).
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 05, 2004
-
-
Gisle Vanem authored
djgpp has basename()
-
Daniel Stenberg authored
about code that won't be reached
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Mainly meant to deal with the IRIX case which seems to requrie a "-lgen" lib to find the basename function and thus without the gen lib, it finds the header but not the function and our replacement function has a prototype that doesn't match the IRIX one. A different approach would be to make configure detect and use -lgen for the systems that require it.
-
Daniel Stenberg authored
-
- Oct 04, 2004
-
-
Daniel Stenberg authored
allow verbose output during this period. Bertrand Demiddelaer reported and helped fixing.
-