Artem Gayardo-Matrosov
|
68dded5386
Fix for data corruption when reading to a buffer that is smaller than the
|
8 年之前 |
Gert Driesen
|
c8373c978f
Eliminate intermediate copy to read buffer.
|
8 年之前 |
Gert Driesen
|
4e2bd63660
Only write to the read buffer if we actually received data.
|
8 年之前 |
Gert Driesen
|
98aba4920d
Only copy the actual number of bytes received to the buffer.
|
8 年之前 |
Gert Driesen
|
774951e0c4
Do not initialize fields with default values.
|
8 年之前 |
Gert Driesen
|
eb39b69b34
Revert "Do not initialize fields to default values."
|
8 年之前 |
Gert Driesen
|
54fbd8f5ba
Do not initialize fields to default values.
|
8 年之前 |
Gert Driesen
|
8a5d8edb70
Removed _ownsHandle field.
|
8 年之前 |
Gert Driesen
|
94d0230608
Removed IsAsync property.
|
8 年之前 |
Gert Driesen
|
6ebb978bac
Minor slashdoc (syntax/format) updates.
|
8 年之前 |
Gert Driesen
|
3f78ad3002
Add CreateFileReader method on SftpSession in which we use the size of the file to determine the maximum pending reads to allow, and calculate the size of individual chunks.
|
8 年之前 |
drieseng
|
5260f1b73d
Number of bytes in read buffer can never be negative.
|
9 年之前 |
drieseng
|
ad56cc9bdf
Take into account the offset in SftpFileStream.Write(byte[] buffer, int offset, int count) when not writing to the buffer. Fixes issue #70.
|
9 年之前 |
drieseng
|
f4a634f1d3
Minor (slash)doc improvements.
|
9 年之前 |
drieseng
|
57a78fc3a4
Make line endings consistent (PR #19)
|
9 年之前 |
drieseng
|
a924a3ba03
Always use "tuning" code.
|
9 年之前 |
drieseng
|
b59573506a
Removed unnecessary override of Close().
|
9 年之前 |
drieseng
|
3a2725eae2
Rename Renci.SshClient to src.
|
9 年之前 |