ssh2/include
James Housley 2dc313d365 Non-blocking work
* The following low level packet routines now fully support non-blocking:
    libssh2_sftp_packet_read()
    libssh2_sftp_packet_ask()
    libssh2_sftp_packet_require()
    libssh2_sftp_packet_requirev()

* libssh2_sftp_readdirnb() functions completely in non-blocking mode

* The rest of the routines which call the libssh2_sftp_packet_* routine
  loop on a return code of PACKET_EAGAIN.  This maintains the current
  functionality until they fully support non-blocking

* The state of all function are labeled with either NB-SAFE or NB-UNSAFE,
  for those that are know.  NB-UNSAFE?? for those that haven't been
  examined.
2007-04-21 18:16:23 +00:00
..
libssh2_publickey.h Added some consts to struct members 2007-04-19 19:40:45 +00:00
libssh2_sftp.h Non-blocking work 2007-04-21 18:16:23 +00:00
libssh2.h Made some function parameters in the API const. This is an API change, 2007-04-18 18:51:03 +00:00