- Oct 06, 2004
-
-
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
-
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
-
Daniel Stenberg authored
-
Daniel Stenberg authored
allow verbose output during this period. Bertrand Demiddelaer reported and helped fixing.
-
- Oct 03, 2004
-
-
Daniel Stenberg authored
the multi-threaded resolver does wrong
-
Daniel Stenberg authored
data as 'char *' and that makes us pass in negative values if there is 8bit data in the string. Changing to unsigned causes too much warnings or too many required typecasts to the normal string functions.
-
Daniel Stenberg authored
included in very recent versions
-
Daniel Stenberg authored
individual transfers
-
Daniel Stenberg authored
-
- Oct 02, 2004
-
-
Daniel Stenberg authored
based) IDN conversion fails. This is really due to a missing suitable function in the libidn API that I hope we can remove once libidn gets a function like this.
-
Daniel Stenberg authored
-
- Oct 01, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=134133) and not to anyone involved in the curl project! This happens when you try to curl a file from a proftpd site using SSL. It seems proftpd sends a somewhat unorthodox PASS response code (232 instead of 230). I relaxed the response code check to deal with this and similar cases.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths.
-
- Sep 30, 2004
-
-
Daniel Stenberg authored
app to retrieve the errno variable after a (connect) failure. It will make sense to provide this for more failures in a more generic way, but let's start like this.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
curl/multi.h header to work better in winsock-using apps.
-
Daniel Stenberg authored
properly using glibtoolize instead of plain libtoolize. (This is made if glibtool was found and used instead of plain libtool.)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
resolver"
-
Daniel Stenberg authored
-
- Sep 29, 2004
-
-
Daniel Stenberg authored
-
- Sep 28, 2004
-
-
Daniel Stenberg authored
enable the progress meter.
-
Daniel Stenberg authored
when they made Alpha's) uses /etc/svc.conf for the purpose fixed below for other OSes. He made c-ares check for and understand it if present. - Now c-ares will use local host name lookup _before_ DNS resolving by default if nothing else is told.
-
Daniel Stenberg authored
-