1
1
libssh2/src
Daniel Stenberg 7c139633a1 _libssh2_channel_write() only sends the 32K first bytes
In theory we could split larger buffers into several smaller
packets to pass to transport_write(), but for now we instead only
deal with the first 32K in this call and assume the app will call
this function again with the rest!  The 32K size is a
conservative limit based on the text in RFC4253 section 6.1.
2009-08-30 23:52:11 +02:00
..
.cvsignore Add gcov files. 2008-11-21 08:23:54 +00:00
.gitignore Ignore generated files 2009-06-04 18:20:29 +02:00
channel.c _libssh2_channel_write() only sends the 32K first bytes 2009-08-30 23:52:11 +02:00
channel.h channel_read() was changed to _libssh2_channel_read() as lots of 2009-08-30 17:00:49 +02:00
comp.c comp.c only as a single _libssh2_ function, no external one 2009-03-26 22:09:35 +00:00
comp.h More cleaning up converting libssh2_ to _libssh2_ for internal functions and 2009-03-26 22:25:23 +00:00
crypt.c A cleanup effort: libssh2_ prefixes only on external APIs. Use _libssh2_ prefix 2009-03-17 13:48:35 +00:00
hostkey.c Ben Kibbey added a type parameter to the libssh2_session_hostkey() function, 2009-07-07 00:25:17 +02:00
kex.c changed all return EAGAIN to return the variable instead 2009-08-25 00:54:47 +02:00
knownhost.c Fix knownhost checking of non-hashed hosts 2009-07-12 07:05:00 +02:00
libgcrypt.c Fix compiler warnings. 2008-11-20 10:29:01 +00:00
libgcrypt.h Fix compiler warnings. 2008-11-20 10:29:01 +00:00
libssh2_priv.h remove debug leftovers 2009-08-30 17:06:57 +02:00
mac.c More cleaning up converting libssh2_ to _libssh2_ for internal functions and 2009-03-26 22:25:23 +00:00
mac.h More cleaning up converting libssh2_ to _libssh2_ for internal functions and 2009-03-26 22:25:23 +00:00
Makefile.am parts of the previous VS project files commit 2009-07-18 00:35:38 +02:00
misc.c introducing libssh2_socket_t type and fixed iovec for windows 2009-08-24 14:07:05 +02:00
misc.h moved the handling of SFTP handles to new linked list code 2009-08-20 00:56:54 +02:00
NMakefile fixed NMakefile stuff to build at least the DLL again. 2007-07-15 20:06:19 +00:00
openssl.c Suppress signed/unsigned comparison warning. 2009-08-16 23:14:20 +01:00
openssl.h A cleanup effort: libssh2_ prefixes only on external APIs. Use _libssh2_ prefix 2009-03-17 13:48:35 +00:00
packet.c changed all return EAGAIN to return the variable instead 2009-08-25 00:54:47 +02:00
pem.c Fix compiler warnings. 2008-11-20 10:29:01 +00:00
publickey.c s/libssh2_channel_write_ex/_libssh2_channel_write internally 2009-08-30 19:31:07 +02:00
scp.c s/libssh2_channel_write_ex/_libssh2_channel_write internally 2009-08-30 19:31:07 +02:00
session.c changed all return EAGAIN to return the variable instead 2009-08-25 00:54:47 +02:00
sftp.c remove debug leftovers 2009-08-30 17:06:57 +02:00
transport.c changed all return EAGAIN to return the variable instead 2009-08-25 00:54:47 +02:00
transport.h removed the libssh2pack_t type 2009-08-24 23:50:53 +02:00
userauth.c changed all return EAGAIN to return the variable instead 2009-08-25 00:54:47 +02:00
version.c include libssh2_priv.h instead of libssh2.h in order to get 2009-03-28 12:50:34 +00:00