ssh2/include
Daniel Stenberg 160f89f42e - Vlad Grachov brought the new function called
libssh2_session_block_directions() which returns a bitmask for what
  directions the connection blocks. It is to be used applications that use
  non-blocking sockets and when a libssh2 function returns
  LIBSSH2_ERROR_EAGAIN this function can be used to figure out in which
  direction the socket would block and thus it can wait for the socket to
  again be ready for communication in that direction before it calls libssh2
  again.
2008-11-24 13:31:00 +00:00
..
libssh2_publickey.h libssh2_channel_free() actually can return PACKET_EAGAIN. Update all 2007-06-12 18:27:37 +00:00
libssh2_sftp.h - Based on bug #1815692, we introduce libssh2_sftp_seek2() that allows seeking 2008-09-29 14:11:29 +00:00
libssh2.h - Vlad Grachov brought the new function called 2008-11-24 13:31:00 +00:00