Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-tcp-stream-raw.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-04-28 Matthew Barnes** Fixes bug #418852
2005-12-13 Tor Lillqvistcamel-folder.c Just cosmetics.
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-05-09 Jeffrey Stedfastgtk-doc stuff
2004-09-24 Not Zed** See bug #47821.
2004-04-30 Priit LaesFix typo. #53466.
2004-01-05 Not Zedcheck the right return of the socket call, dont set...
2004-01-02 Jeffrey StedfastSave errno and check the return of the socket() call.
2003-07-08 Jeffrey StedfastUse camel_read(). (stream_write): Use camel_write().
2003-03-03 Jeffrey StedfastUpdated to use the new API from a fe commits ago for...
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-08-29 Jeffrey Stedfastsimplified
2002-08-29 Jeffrey StedfastFixed `set' to hold the correct value when setting...
2002-07-31 Jeffrey StedfastUpdate the comment.
2002-05-06 Jeffrey StedfastDon't bother with counting down the timeout.
2002-05-03 Jeffrey StedfastSame fix as the tcp stream. (stream_write): Again here...
2002-04-17 Jeffrey StedfastGet rid of an unused variable.
2002-03-11 Dan WinshipRemove this: it couldn't be generically used, because...
2001-12-13 Jeffrey Stedfastmerged some changes from the 1-0 branch that apparently...
2001-10-28 Jeffrey StedfastMake sure we've actually read data before checking...
2001-10-28 Jeffrey StedfastSame.
2001-10-27 Ettore PerazzoliMore fixing of the license texts.
2001-10-26 Jeffrey StedfastCheck for EWOULDBLOCK too? (stream_read): Same. (stream...
2001-10-26 Jeffrey StedfastCheck for EWOULDBLOCK too? (stream_read): Same.
2001-10-24 Jeffrey Stedfastupdated the SIMULATE_FLAKY_NETWORK code
2001-10-24 Jeffrey StedfastSame as in the TcpStreamRaw code. (stream_write): And...
2001-10-17 Not ZedAs below.
2001-09-08 Not ZedLikewise.
2001-08-27 Jeffrey Stedfasts/IMAPv4/IMAP
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-16 Jeffrey StedfastPrint info about the issuer of the certificate.
2001-03-14 Jeffrey StedfastCheck for a new type of mailing list header.
2001-03-14 Jeffrey StedfastMade cancellable. (stream_write): Same. (stream_connect...
2001-03-14 Jeffrey StedfastOops. Make this a subclass of CamelTcpStream, not Camel...
2001-01-16 Dan Winshipfcntl(fd, F_GETFL) returns the flags as the return...
2001-01-16 Jeffrey StedfastIf the close() is successful, set the fd to -1.
2001-01-15 Jeffrey StedfastUpdated to be able to get the CAMEL_SOCKOPT_NONBLOCKING...
2001-01-14 Jeffrey StedfastImplemented. (stream_setsockopt): Implemented.
2001-01-14 Jeffrey StedfastNew CamelTcpStream class that implements nspr sockets...