Age | Commit message (Expand) | Author |
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 |
2008-11-24 | - Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19 | Daniel Stenberg |
2008-10-23 | Created Curl_raw_nequal() which does a C-locale string case comparison. | Dan Fandrich |
2008-10-22 | Changed some arrays of char* to arrays of char[] to reduce data size and | Dan Fandrich |
2008-10-21 | Fixed some problems with SFTP range support to fix test cases 634 through 637. | Dan Fandrich |
2008-09-29 | - Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTP | Daniel Stenberg |
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse |
2008-09-10 | fix compiler warning | Yang Tse |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-09-06 | remove unnecessary typecasting of calloc() | Yang Tse |
2008-09-02 | Removed some redundant type casts | Dan Fandrich |
2008-08-16 | Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU | Yang Tse |
2008-08-15 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse |
2008-08-12 | Removed unneeded header files | Dan Fandrich |
2008-08-01 | Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't | Dan Fandrich |
2008-07-11 | Changed slightly the SFTP quote commands chmod, chown and chgrp to only | Dan Fandrich |
2008-07-03 | Introcuding a new timestamp for curl_easy_getinfo(): | Daniel Stenberg |
2008-05-31 | Fix problem: 'result' may be used uninitialized. | Yang Tse |
2008-05-28 | - Jeff Weber reported memory leaks with aborted SCP and SFTP transfers and | Daniel Stenberg |
2008-05-21 | Removed some duplicated #includes | Dan Fandrich |
2008-05-09 | - Make Curl_write and it's callees accept a const pointer, in preparation | Michal Marek |
2008-04-03 | Scott Barrett added support for CURLOPT_NOBODY over SFTP | Daniel Stenberg |
2008-03-18 | Fixed an infinite loop when given an invalid SFTP quote command. | Dan Fandrich |
2008-03-13 | - Brian Ulm figured out that if you did an SFTP upload with | Daniel Stenberg |
2008-03-09 | - Brian Ulm reported a crash when doing a second SFTP transfer on a re-used | Daniel Stenberg |
2008-03-04 | Mike Protts brought a patch that makes resumed transfers work with SFTP. | Daniel Stenberg |