Enable GUI option for 'custom command' connection. Don't g_free strings in
[platform/upstream/evolution-data-server.git] / camel / camel-tcp-stream-raw.c
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...