aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-22 08:10:11 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-22 08:10:11 +0000
commit2a1835bfa4813590131f9da2d511bbbcdad15717 (patch)
tree73c58f4ac769cbe75554408d655dfde5bc1071fa /ChangeLog
parent3145665c922ead3c2de272eb0ad54c30c228046b (diff)
prevented WSAEWOULDBLOCK on sending/receiving in Win32.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1500 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d25147b5..f43bfba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-01-22
+
+ * libsylph/session.c: session_ping_cb(): prohibit blocking here.
+ libsylph/socket.[ch]: added SockFlags as a member of SockInfo.
+ fd_check_io(): select() sockets if SOCK_CHECK_IO flag is up even if
+ in non-blocking mode (prevents WSAEWOULDBLOCK in Win32).
+
2007-01-19
* libsylph/session.c