ssh2/example/simple
Daniel Stenberg 9d55db6501 Adding src/transport.c for the SECSH transport layer read/write in a non-
blocking way. The channel code is now responsible for enabling/disabling
blocking status and to work with it.

I've also modified indenting and fixed compiler warnings at places, and
added a bunch of new examples in example/simple that I've used to verify that
the code still runs like before.

libssh2_channel_{read|write}nb_ex() and libssh2_sftp_{read|write}nb() are the
four new functions that supposedly work non-blocking.
2007-02-02 16:21:20 +00:00
..
Makefile.am Adding src/transport.c for the SECSH transport layer read/write in a non- 2007-02-02 16:21:20 +00:00
scp_nonblock.c Adding src/transport.c for the SECSH transport layer read/write in a non- 2007-02-02 16:21:20 +00:00
scp.c Chris Nystrom helped me realize I must count the received bytes myself to 2007-02-01 22:39:45 +00:00
sftp_nonblock.c Adding src/transport.c for the SECSH transport layer read/write in a non- 2007-02-02 16:21:20 +00:00
sftp.c Adding src/transport.c for the SECSH transport layer read/write in a non- 2007-02-02 16:21:20 +00:00
ssh2.c two simple samples 2007-01-24 14:15:36 +00:00