[libssh2] portability level?

2006-12-14 Thread Daniel Stenberg
Hey Are we going for C89 as th level of portability for libssh2? I would vote for that, but I'm interested in hearing what others think. Currently the code isn't quite C89 clean but I think it should be fairly easy to make it so.

Re: [libssh2] going non-blocking

2006-12-14 Thread Daniel Stenberg
On Wed, 13 Dec 2006, Chris Nystrom wrote: >> Nothing within libssh2 should ever hang waiting for network traffic in >> either direction if the socket is set non-blocking. > > Yes, a blocking read was the only thing that worked for me, which was a > problem, as my app is multi-threaded and I can