- Jun 25, 2007
-
-
Daniel Stenberg authored
-
- Jun 24, 2007
-
-
http://curl.haxx.se/mail/lib-2007-06/0161.htmlDaniel Stenberg authored
http://curl.haxx.se/mail/lib-2007-06/0238.html, libcurl didn't properly do no-body requests on FTP files on re-used connections properly, or at least it didn't provide the info back in the header callback properly in the subsequent requests.
-
- Jun 22, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
- Jun 21, 2007
-
-
Daniel Stenberg authored
tool reports and it was indeed a legitimate one and it is one fixed. It was a use of a share without doing the proper locking first.
-
- Jun 20, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1740263). Adam discovered that when getting a large amount of URLs with curl, they were fetched slower and slower... which turned out to be because the --libcurl data collecting which wrongly always was enabled, but no longer is...
-
James Housley authored
other authentication methods. Terminate with a memory error.
-
- Jun 19, 2007
-
-
James Housley authored
-
-
Daniel Stenberg authored
-
James Housley authored
allocated when needed
-
- Jun 18, 2007
-
-
James Housley authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1739100) that mentioned that libcurl could not actually list the contents of the root directory of a given FTP server if the login directory isn't root. I fixed the problem and added three test cases (one is disabled for now since I identified KNOWN_BUGS #44, we cannot use --ftp-method nocwd and list ftp directories).
-
Daniel Stenberg authored
server!
-
Daniel Stenberg authored
disable test 351 by default by I add the test case anyway to make it easier to work on this problem in the future.
-
Daniel Stenberg authored
should list the contents of that directory). See test case 351.
-
Daniel Stenberg authored
-
- Jun 16, 2007
-
-
James Housley authored
Caught by the auto-builds
-
- Jun 14, 2007
-
-
Daniel Stenberg authored
sftp tests run fine on gentoo
-
Daniel Stenberg authored
HTTP CONNECT over a proxy
-
Daniel Stenberg authored
-
James Housley authored
only affected sftp_sendquote() for the "chgrp/chmod/chown" commands. This also fixed failure of test 614 on a system that previously failed.
-
Daniel Stenberg authored
done if the sys/poll.h file is missing, as we have seen machines with poll() present but without the header file and machines that don't get HAVE_POLL defined but that do have the sys/poll.h header file...
-
James Housley authored
with the latest libssh2, the listing would be truncated at the symlink. Fix by looping on LIBSSH2_ERROR_EAGAIN, like the rest of the calls.
-
- Jun 13, 2007
-
-
Daniel Stenberg authored
CURLOPT_FTP_CREATE_MISSING_DIRS works for SFTP connections as well as FTP ones.
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1733119) and we collaborated on the fix. The problem is that for 64bit HPUX builds, several socket-related functions would still assume int (32 bit) arguments and not socklen_t (64 bit) ones.
-
James Housley authored
-
James Housley authored
upload. Some text provieded by Tom Regner
-
Gisle Vanem authored
-
James Housley authored
uses the --ftp-create-dirs flag to control if cURL will try and create directories that are specified in an upload path, but don't exist.
-
James Housley authored
ie 0.14, that don't know about newer constants used in the state machine.
-
- Jun 12, 2007
-
-
Daniel Stenberg authored
complicated work-around for 64bit HPUX compiles. We do the fix using inline static functions to make them follow the header file properly and thus get used fine in the test suite too etc.
-
James Housley authored
libssh2_sftp_shutdown() and libssh2_session_free() can now return LIBSSH2_ERROR_EAGAIN. * Fix the _send() and _recv() return values so non-blocking works
-
James Housley authored
suite, transfer fails in the real world. So after connect set to blocking as full non-blocking is migrated out.
-
Daniel Stenberg authored
-
James Housley authored
-
James Housley authored
LIBSSH2_APINO >= 200706012030. More to come...
-
Daniel Stenberg authored
-
- Jun 11, 2007
-
-
Dan Fandrich authored
keys the first time (which can take a while on a slow or loaded host). Enforce a longer startup wait time for the ssh client SOCKS server, too. Check for an error code from startnew() when starting any server.
-