Daniel Stenberg
f56daac7fe
- Mike Protts filed the bug report #1908724 that identified and fixed a problem
...
with SFTP stat on files >4GB in size. Previously it used 32bit math only.
2008-03-07 11:55:07 +00:00
Dan Fandrich
a55e6c10c9
Removed a stderr debug message that was accidentally left in (bug #1863153 )
2008-01-03 19:12:50 +00:00
Daniel Stenberg
d27dd927cd
add 0.18 release date
2007-11-12 09:22:32 +00:00
Daniel Stenberg
34d5c9a4b1
Added a note about recent changes in a summarized way, added dates to the three
...
most recent releases and made many lines < 80 columns.
2007-11-08 15:42:09 +00:00
Dan Fandrich
fe7a6f967d
Mention the const change in libssh2_channel_setenv_ex since it's a (minor)
...
change to the API.
2007-08-20 23:26:58 +00:00
Daniel Stenberg
d90d8bdae7
The libssh2_channel_receive_window_adjust() function failed to set the state
...
variables at times and thus this function would misbehave on repeated invokes.
2007-08-12 21:53:32 +00:00
Daniel Stenberg
e32ff531a3
Satish Mittal and David J Sullivan fixed an infinit recv() loop in
...
libssh2_banner_receive()
2007-08-08 21:43:12 +00:00
Daniel Stenberg
bcc4fd6e82
0.17 re-indent
2007-08-06 20:50:22 +00:00
Daniel Stenberg
4c3dd3ea9f
0.16 news
2007-08-06 15:00:48 +00:00
James Housley
0742a972c1
Created libssh2_sftp_readdir_ex() and updated LIBSSH2_APINO to 200706151200
2007-06-15 17:22:49 +00:00
James Housley
6546a010a4
Updated to include the most recent entries from ChangeLog
2007-06-14 10:34:10 +00:00
Dan Fandrich
9b81a01376
Made some function parameters in the API const. This is an API change,
...
but correctly-written applications should see no source or binary
compatibility issues. Also fixed a few compiler warnings.
2007-04-18 18:51:03 +00:00
Dan Fandrich
6dfb2e3009
Better handle out of memory situations.
2007-04-12 21:51:57 +00:00
Dan Fandrich
164c6e9fc5
libssh2_channel_close now waits for a SSH_MSG_CHANNEL_CLOSE message
...
from the server as mandated by the RFC. Not doing so causes an OpenSSH
server to occasionally corrupt (truncate) short files uploaded by scp
(which manifests itself as a failure of test603 in the curl regression
test suite).
2007-04-12 21:24:36 +00:00
Simon Josefsson
0ace54f5b6
Add.
2007-03-27 13:27:13 +00:00
Simon Josefsson
7ebafd3999
Add.
2007-03-27 13:24:01 +00:00
Simon Josefsson
86cdc614c8
Add -lsocket/-lnsl. End sentences with '.'.
2007-03-27 13:21:24 +00:00
Simon Josefsson
15d9b50be4
Add. Start sentences with uppercase.
2007-03-27 13:20:18 +00:00
Simon Josefsson
20297b51bd
Add, from README.
2007-03-27 12:10:25 +00:00