Re: [libssh2] Non-blocking vs. standard functions

2007-04-16 Thread Lucas Newman
On Apr 16, 2007, at 1:11 PM, Daniel Stenberg wrote: > There was no (proper) support for non-blocking operations in the > past so this > function obviously didn't set non-blocking in the sense I would > think it > means. Actually, after having read the docs in the libssh2.org wiki, > I simply

Re: [libssh2] Non-blocking vs. standard functions

2007-04-16 Thread Daniel Stenberg
On Mon, 16 Apr 2007, James Housley wrote: > While it always has been possible for the consumer of libssh2 to call > libssh2_channel_set_blocking() and turn off blocking, did it work? There was no (proper) support for non-blocking operations in the past so this function obviously didn't set non-

[libssh2] Non-blocking vs. standard functions

2007-04-16 Thread James Housley
I am in the process of update libssh2_sftp_readdir() so it will work in true non-blocking mode, just like Daniel Stenberg did with his excellent work with libssh2_sftp_readnb() and libssh2_sftp_writenb (). However, I have noticed that now libssh2_sftp_read() and libssh2_sftp_write() explici