Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a sftp_tell64() function. | Andreas Schneider | 2009-09-08 | 1 | -0/+11 |
* | Add sftp_readlink function. | Andreas Schneider | 2009-07-25 | 1 | -0/+11 |
* | Add sftp_symlink function. | Andreas Schneider | 2009-07-25 | 1 | -0/+13 |
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -2/+1 |
* | Improve sftp_reply_data and fix sftp_reply_status. | Andreas Schneider | 2009-04-27 | 1 | -2/+2 |
* | Improve sftp_reply_names_add. | Andreas Schneider | 2009-04-27 | 1 | -2/+2 |
* | Improve sftp_reply_name. | Andreas Schneider | 2009-04-27 | 1 | -1/+2 |
* | Improve the sftp seek functions. | Andreas Schneider | 2009-04-24 | 1 | -2/+6 |
* | Improve the sftp async read functions. | Andreas Schneider | 2009-04-24 | 1 | -5/+5 |
* | Improve buffer_add_attributes() and add a return value. | Andreas Schneider | 2009-04-23 | 1 | -1/+1 |
* | Don't shadow a global variable declaration on unistd.h. | Andreas Schneider | 2009-04-05 | 1 | -1/+2 |
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -19/+21 |
* | Fix typos. | Andreas Schneider | 2009-03-28 | 1 | -1/+1 |
* | Add WITH_SERVER option. | Andreas Schneider | 2009-03-28 | 1 | -2/+2 |
* | Fix build on Windows. | Andreas Schneider | 2009-03-08 | 1 | -0/+9 |
* | Fix build warnings in sftp code. | Andreas Schneider | 2009-02-02 | 1 | -2/+6 |
* | Add doxygen documentation for all public sftp functions. | Andreas Schneider | 2008-12-22 | 1 | -4/+445 |
* | Create POSIX like sftp functions. | Andreas Schneider | 2008-12-22 | 1 | -7/+23 |
* | some changes to resolve bugs reported by webyog | Aris Adamantiadis | 2008-12-14 | 1 | -0/+1 |
* | patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch, | Aris Adamantiadis | 2008-11-24 | 1 | -10/+12 |
* | More doxygen documentation (internal set) | Aris Adamantiadis | 2008-11-05 | 1 | -1/+2 |
* | sftp asynchronous read | Aris Adamantiadis | 2008-06-11 | 1 | -0/+1 |
* | more ACL on directories. Not already enabled. | Aris Adamantiadis | 2005-08-28 | 1 | -1/+1 |
* | file opening/reading works :). | Aris Adamantiadis | 2005-08-26 | 1 | -1/+2 |
* | sftp server implementation :) | Aris Adamantiadis | 2005-08-26 | 1 | -1/+60 |
* | fixed server segfaults on exit (double frees) | Aris Adamantiadis | 2005-08-25 | 1 | -0/+7 |
* | first import | Aris Adamantiadis | 2005-07-05 | 1 | -0/+225 |