- Nov 10, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 08, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
'curl -v writes debugging to its network socket if stderr is closed'
-
- Nov 05, 2004
-
-
Daniel Stenberg authored
-
- Nov 04, 2004
-
-
Daniel Stenberg authored
-
- Nov 02, 2004
-
-
Daniel Stenberg authored
-
- Nov 01, 2004
-
-
Daniel Stenberg authored
pkg-config on the build host in order to detect OpenSSL compiler options.
-
- Oct 27, 2004
-
-
Daniel Stenberg authored
-
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 19, 2004
-
-
Daniel Stenberg authored
-
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
-
Daniel Stenberg authored
-
- Oct 18, 2004
-
-
Daniel Stenberg authored
initiate the specific language operations, to make the IDN stuff work better.
-
Daniel Stenberg authored
-
- Oct 16, 2004
-
-
Daniel Stenberg authored
fine even for third party transfers.
-
Daniel Stenberg authored
-
Gisle Vanem authored
Changes for issue 50
-
- 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 12, 2004
-
-
Daniel Stenberg authored
-
- Oct 11, 2004
-
-
Daniel Stenberg authored
-
- Oct 06, 2004
-
-
Gisle Vanem authored
Added tld_check_name().
-
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
-
- Oct 05, 2004
-
-
Daniel Stenberg authored
-
- Oct 04, 2004
-
-
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.
-
- Oct 01, 2004
-
-
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
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
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.)
-
- Sep 28, 2004
-
-
Daniel Stenberg authored
enable the progress meter.
-
Daniel Stenberg authored
-
- Sep 22, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-