diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-11-05 05:48:43 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-11-05 05:48:43 +0000 |
commit | 4de2e90acfe9a16a7fdd48e1fe74fbc628a1662b (patch) | |
tree | 76879fe6f6ba388c95f408d0da204cf3de9c9755 /ChangeLog | |
parent | 551f8e643048691b018534b9e4dd055dcd868457 (diff) |
fix for connection failure.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2332 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-11-05 + + * libsylph/imap.c: imap_create_tree(): don't continue if connection + failed. + * libsylph/socket.c: don't use alarm() if threads are enabled. + sock_connect_with_timeout(): check with FD_ISSET() when select() + succeeded. + 2009-11-04 * libsylph/socket.c: sock_connect_with_timeout(): use non-blocking |