From c39c618c6274ed5d6547b82311219737c4f3b910 Mon Sep 17 00:00:00 2001 From: James Housley Date: Sat, 9 Jun 2007 01:30:33 +0000 Subject: [PATCH] * Convert all the code to properly work with a socket in non-blocking mode. All functions either return LIBSSH2_ERROR_EAGAIN or return NULL and set the error code to be LIBSSH2_ERROR_EAGAIN instead of blocking, when in non-blocking mode. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5c51de8..bd94ff6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-06-08 James Housley + + * Convert all the code to properly work with a socket in + non-blocking mode. All functions either return + LIBSSH2_ERROR_EAGAIN or return NULL and set the error code + to be LIBSSH2_ERROR_EAGAIN instead of blocking, when in + non-blocking mode. + 2007-03-27 Simon Josefsson * NEWS: Add.