aboutsummaryrefslogtreecommitdiff
path: root/libsylph/session.c
AgeCommit message (Expand)Author
2007-01-22prevented WSAEWOULDBLOCK on sending/receiving in Win32.hiro
2007-01-19win32: increased SO_SNDBUF and SO_RCVBUF (fixes low performance on sending da...hiro
2006-11-21merged from LibSylph branch.hiro
2006-10-13win32: fixed socket.c and session.c.hiro
2006-10-04win32: implemented sock_set_nonblocking_mode().hiro
2006-09-26made workaround for state machine freeze problem in Win32.hiro
2006-09-13session.c: added extra error checking when writing to buffer.hiro
2006-02-14win32: avoid blocking when reading from socket.hiro
2005-11-29removed debug print.hiro
2005-11-25session_read_data_as_file_cb(): don't write to file until buffer is filled mo...hiro
2005-11-25fixed a bug that lost first part of message data on receiving.hiro
2005-11-24reduced memory usage on POP3 session.hiro
2005-11-22reduced memory usage on SMTP session.hiro
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
2005-09-02fixed signedness warnings.hiro
2005-08-31made some core modules library (libsylph).hiro