- Sep 13, 2007
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to the specific tracker entries
-
- Sep 12, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
it. This caused a segfault in some fprintf() implementations. Like on Solaris.
-
- Sep 11, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
- Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointed out a problem with doing an empty upload over FTP on a re-used connection. I added test case 541 to reproduce it and to verify the fix. - I noticed while writing test 541 that the FTP code wrongly did a CWD on the second transfer as it didn't store and remember the "" path from the previous transfer so it would instead CWD to the entry path as stored. This worked, but did a superfluous command. Thus, test case 541 now also verifies this fix.
-
Daniel Stenberg authored
second transfer as it didn't store and remember the "" path from the previous transfer so it would instead CWD to the entry path as stored. This worked, but did a superfluous command. Thus, test case 541 now also verifies this fix.
-
http://curl.haxx.se/bug/view.cgi?id=1792649Daniel Stenberg authored
out a problem with doing an empty upload over FTP on a re-used connection. I added test case 541 to reproduce it and to verify the fix.
-
- Sep 09, 2007
-
-
Daniel Stenberg authored
-
- Sep 07, 2007
-
-
Dan Fandrich authored
not success.
-
Dan Fandrich authored
(to validate bug #1790403).
-
- Sep 06, 2007
-
-
http://curl.cheap.co.ilDaniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 05, 2007
-
-
Dan Fandrich authored
sockets.
-
Daniel Stenberg authored
underlying ftp_readresp() function has a separate "cache" where there might in fact be leftover data...
-
Dan Fandrich authored
sockets.
-
Dan Fandrich authored
-
- Sep 03, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
- Sep 01, 2007
-
-
Dan Fandrich authored
-
- Aug 31, 2007
-
-
Dan Fandrich authored
Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants, creating macros for backward compatibility.
-
Dan Fandrich authored
generic, and more consistent with each other.
-
Dan Fandrich authored
-
- Aug 30, 2007
-
-
Dan Fandrich authored
case 615 to test an SFTP upload failure.
-
Dan Fandrich authored
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
-
Guenter Knauf authored
renamed LDAP(S) messages from 'yes' to 'enabled'.
-
Dan Fandrich authored
cleaning up after an OOM condition in curl_multi_add_handle
-
Daniel Stenberg authored
low-level ftp_readresp() function. Hopefully adressing bug #1779054.
-
- Aug 29, 2007
-
-
Dan Fandrich authored
-
- Aug 28, 2007
-
-
Dan Fandrich authored
by Kris/tinker105 in bug #1779054) and mention the torture tests.
-
- Aug 27, 2007
-
-
Dan Fandrich authored
-
- Aug 26, 2007
-
-
Dan Fandrich authored
-
- Aug 25, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Aug 24, 2007
-
-
Guenter Knauf authored
-
Patrick Monnerat authored
Adding DOCS file in OS400 installation library with license and various other documentation text files. Setting character set of OS400 installed source components
-