Age | Commit message (Expand) | Author |
2007-11-08 | Fix compiler warning: may be used uninitialized | Yang Tse |
2007-11-08 | Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointed | Daniel Stenberg |
2007-11-07 | if () => if() | Daniel Stenberg |
2007-11-05 | Move connection-oriented variables from the SessionHandle struct to the | Daniel Stenberg |
2007-10-22 | Michal Marek forwarded the bug report | Daniel Stenberg |
2007-10-17 | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse |
2007-10-12 | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat |
2007-10-03 | I renamed the CURLE_SSL_PEER_CERTIFICATE error code to | Daniel Stenberg |
2007-10-03 | Based on a patch brought by Johnny Luong, libcurl now offers | Daniel Stenberg |
2007-09-29 | Immanuel Gregoire fixed a problem with persistent transfers over SFTP - the | Daniel Stenberg |
2007-09-28 | rename variable to prevent shadow warning | Daniel Stenberg |
2007-09-18 | Immanuel pointed out that public key SSH auth failed if no public/private | Daniel Stenberg |
2007-08-30 | Added more accurate error code returns from SFTP operations. Added test | Dan Fandrich |
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich |
2007-08-03 | Start adding some expanded error conversion of libssh2 errors. | James Housley |
2007-08-03 | remove left-over partly support for libssh2 0.14 | Daniel Stenberg |
2007-08-03 | The SSH code now only works with libssh2 0.16 or later. Thus we must not | Daniel Stenberg |
2007-08-01 | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg |
2007-07-21 | Make the pointers of a few static const arrays const, too, for safety. | Dan Fandrich |
2007-07-20 | Fix a loop with PWD | James Housley |
2007-07-20 | Made some const arrays static to avoid unnecessary stack usage. | Dan Fandrich |
2007-07-18 | As has been pointed out, err_msg should not be freed here. The actual | James Housley |
2007-07-14 | for now unless we do better fixed LIBSSH2_APINO compares to use long constants. | Gunter Knauf |
2007-07-10 | * Finish moving sftp:// into a state machine so it won't block in multi mode | James Housley |
2007-07-05 | Gavrie Philipson provided a patch that will use a more specific error | James Housley |
2007-07-04 | Fix spelling error in error message | James Housley |
2007-06-27 | Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS | James Housley |
2007-06-27 | removed trailing spaces. | Gunter Knauf |
2007-06-27 | fixed wrong var name | Gunter Knauf |
2007-06-26 | The results for a list only directory should be sent to the callback | James Housley |
2007-06-26 | ftp_list_only mode should list all file types, not just directories. | James Housley |
2007-06-20 | If the creation of rsa and rsa_pub fail due to memory, don't try | James Housley |
2007-06-19 | Check both variables, not the same one twice. Pointed out by Colin Hogben | James Housley |
2007-06-19 | extra precaution to make PATH_MAX always be defined | Daniel Stenberg |
2007-06-19 | Change rsa and rsa_pub from static arrays in ssh_conn to be dynamically | James Housley |
2007-06-18 | If LIBSSH2DEBUG was defined "i" was undefined | James Housley |
2007-06-16 | Curl_ssh_connect() was using an uninitialized variable in one location. | James Housley |
2007-06-14 | Remove duplicate code that was left in as part of 1.35. This code | James Housley |
2007-06-14 | BUG FIX: When reading a directory listing that contains symlinks | James Housley |
2007-06-13 | Restore functionality mistakenly removed in the previous commit | James Housley |
2007-06-13 | libssh2_session_free() returns void. Fix "#endif". | Gisle Vanem |
2007-06-13 | Commit Tom Regner's code for SFTP create missing directories. This patch | James Housley |
2007-06-13 | Add a define to protect the state machine from older versions of libssh2, | James Housley |
2007-06-12 | * Updates for the latest version of libssh2, specifically | James Housley |
2007-06-12 | While connect and transfer works fine in non-blocking mode for the test | James Housley |
2007-06-12 | Prevent the state machine from getting stuck in SSH_AUTH_HOST_INIT | James Housley |
2007-06-12 | Convert Curl_ssh_connect() to run in a state machine for | James Housley |
2007-06-11 | Squelsh some warnings for libssh older than 0.1.5. | Gisle Vanem |
2007-06-08 | Curl_scp_done() needs to call libssh2_channel_free() to prevent a | James Housley |
2007-06-08 | Fix to work with the latest CVS version of libssh2 | James Housley |