index
:
Sylpheed
master
taw/combined
taw/master
taw/meson
Git mirror of Sylpheed SVN repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libsylph
/
socket.c
Age
Commit message (
Expand
)
Author
2010-05-21
libsylph/socket.c: sock_kill_process(): prevent redundant error messages when...
hiro
2009-11-26
sock_connect_with_timeout(): check socket with getsockopt() even if select() ...
hiro
2009-11-05
fix for connection failure.
hiro
2009-11-04
sock_connect_with_timeout(): use non-blocking socket and select() for connect...
hiro
2009-10-28
sock_connect_async_thread(): fixed a crash when connection failed.
hiro
2009-10-13
use g_atomic_int_{get,set} for thread terminate flags.
hiro
2009-10-05
removed some debug prints. uncommented code block for unix.
hiro
2009-09-30
execute imap_cmd_ok() in another thread.
hiro
2009-09-30
imap.c: connect in another thread.
hiro
2009-09-29
made GDK locks reentrant, and made LogWindow thread-safe.
hiro
2009-09-25
fixed the handling of GDK thread lock.
hiro
2009-09-17
disable threading if USE_THREADS is not set.
hiro
2009-09-17
introduced multi-threading.
hiro
2008-12-03
added SYL_ prefix to SockFlags enum to avoid confliction with recent glibc he...
hiro
2008-09-19
remote mailbox: added stop button which stops retrieving of headers.
hiro
2008-02-15
fixed busy loop when connection was immediately refused.
hiro
2007-07-20
ignore errors right after QUIT (workaround for Gmail SMTP server).
hiro
2007-06-11
fixes stall of SMTP when sending via dialup connection.
hiro
2007-01-24
win32: inhibit the warning of setsockopt().
hiro
2007-01-22
prevented WSAEWOULDBLOCK on sending/receiving in Win32.
hiro
2007-01-19
win32: increased SO_SNDBUF and SO_RCVBUF (fixes low performance on sending da...
hiro
2006-12-25
fixed compilation failure with GLib 2.4.
hiro
2006-12-13
Unix: reload /etc/resolv.conf if it has been modified.
hiro
2006-10-13
win32: fixed socket.c and session.c.
hiro
2006-10-04
win32: implemented sock_set_nonblocking_mode().
hiro
2006-10-03
socket.c: if recv() or send() fail with WSAEWOULDBLOCK, set errno to EAGAIN.
hiro
2006-09-06
socket.c: retry waitpid() when it is interrupted.
hiro
2006-02-14
win32: avoid blocking when reading from socket.
hiro
2006-01-30
code cleanup of socket.c.
hiro
2006-01-26
supported IPv6 on Win32.
hiro
2005-10-27
libsylph/socket.c: fd_accept(): enabled on win32.
hiro
2005-10-27
win32: implemented remote command using TCP socket.
hiro
2005-09-13
changed the license of LibSylph from GPL to LGPL.
hiro
2005-08-31
made some core modules library (libsylph).
hiro