Age | Commit message (Expand) | Author |
2011-01-03 | SSH: avoid PATH_MAX with alloc | Daniel Stenberg |
2011-01-01 | SFTP: make pwd output result to header callback | Daniel Stenberg |
2010-12-30 | ssh: honour the CURLINFO_FTP_ENTRY_PATH curl_getinfo option | Luke Amery |
2010-12-06 | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka |
2010-12-06 | ssh: fix a download resume point calculation | Yang Tse |
2010-12-04 | fix compiler warning: conversion may lose significant bits | Yang Tse |
2010-11-26 | s/isspace/ISSPACE | Yang Tse |
2010-10-20 | SSH: use libssh2_session_handshake() | Daniel Stenberg |
2010-10-20 | SSH: avoid using the libssh2_ prefix | Daniel Stenberg |
2010-10-12 | SFTP: more ignoring negative file sizes | Daniel Stenberg |
2010-09-30 | SFTP: avoid downloading negative sizes! | Daniel Stenberg |
2010-08-05 | build: fix libssh2_scp_send64() availability | Yang Tse |
2010-08-04 | SCP: send large files properly with new enough libssh2 | Daniel Stenberg |
2010-07-21 | ssh: Fix compile error on 64-bit systems. | Ben Greear |
2010-06-02 | SSH: corrected the inability to respect the timeout | Daniel Stenberg |
2010-05-11 | sendrecv: make them two pairs of send/recv to properly deal with FTPS | Howard Chu |
2010-05-07 | sendrecv: split the I/O handling into private handler | Howard Chu |
2010-04-16 | Curl_setup_transfer: no longer returns anything | Daniel Stenberg |
2010-04-16 | sftp range: remove unnecessary check for NULL pointer | Daniel Stenberg |
2010-03-29 | Fix compile warnings in ssh.c | Ben Greear |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-24 | fix compiler warning | Yang Tse |
2010-02-20 | corected a comment and wrapped a few longish lines | Daniel Stenberg |
2010-02-04 | fix printf-style format strings | Yang Tse |
2010-01-26 | Andre Guibert de Bruet improved the libssh2 error code translation | Daniel Stenberg |
2010-01-11 | ssh_statemach_act() is now modified to loop over the switch() to perform as | Daniel Stenberg |
2009-12-30 | VMS specific preprocessor symbol checking adjustments | Yang Tse |
2009-11-18 | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse |
2009-10-30 | - Liza Alenchery mentioned a problem with re-used SCP connection when a bad | Daniel Stenberg |
2009-10-18 | - Fixed memory leak in the SCP/SFTP code as it never freed the knownhosts | Daniel Stenberg |
2009-09-26 | - Implemented a protocol independent way to specify blocking direction, used by | Kamil Dudka |
2009-09-17 | fix compiler warning: conversion to 'size_t' from 'curl_off_t' may alter its ... | Yang Tse |
2009-09-02 | - Daniel Johnson founded a flaw in the code convering sftp-errors to libcurl | Daniel Stenberg |
2009-07-23 | blocked sshkeycallback() with HAVE_LIBSSH2_KNOWNHOST_API to avoid compiler wa... | Gunter Knauf |
2009-07-22 | - Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA. | Daniel Stenberg |
2009-06-27 | Fixed a compiler warning. | Dan Fandrich |
2009-06-10 | Adjusted to take in account that... | Yang Tse |
2009-05-19 | changed ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTION define provided by ... | Gunter Knauf |
2009-05-11 | Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and | Daniel Stenberg |
2009-04-28 | - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-04-14 | use HAVE_LIMITS_H symbol to protect limits.h inclusion | Yang Tse |
2008-12-28 | silent 'unused' warnings. | Gunter Knauf |
2008-12-22 | libssh2_sftp_seek2 was just renamed to libssh2_sftp_seek64 ... | Daniel Stenberg |
2008-12-22 | - Given a recent enough libssh2, libcurl can now seek/resume with SFTP even | Daniel Stenberg |
2008-12-19 | oops, removing debug output that wasn't supposed to be there | Daniel Stenberg |
2008-12-19 | - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl | Daniel Stenberg |
2008-12-17 | - SCP and SFTP with the multi interface had the same flaw: the 'DONE' | Daniel Stenberg |
2008-12-15 | - libssh2_sftp_last_error() was wrongly used at some places in libcurl which | Daniel Stenberg |
2008-11-29 | Adjust some libssh2 preprocessor symbol definition checks | Yang Tse |