aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-tcp-stream-raw.c
Commit message (Expand)AuthorAgeFilesLines
* Use camel_read(). (stream_write): Use camel_write().Jeffrey Stedfast2003-07-091-118/+6
* Updated to use the new API from a fe commits ago for the NSS stream. ThisJeffrey Stedfast2003-03-041-2/+2
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-2/+2
* simplifiedJeffrey Stedfast2002-08-291-1/+1
* Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-291-2/+2
* Update the comment.Jeffrey Stedfast2002-07-311-18/+78
* Don't bother with counting down the timeout.Jeffrey Stedfast2002-05-071-7/+2
* Same fix as the tcp stream. (stream_write): Again here. Just like tcpJeffrey Stedfast2002-05-031-38/+61
* Get rid of an unused variable.Jeffrey Stedfast2002-04-171-6/+6
* Remove this: it couldn't be generically used, because different subclassesDan Winship2002-03-111-6/+30
* merged some changes from the 1-0 branch that apparently never got merged into...Jeffrey Stedfast2001-12-141-2/+2
* Make sure we've actually read data before checking if p[-] is '\r' or not.Jeffrey Stedfast2001-10-281-6/+57
* Same.Jeffrey Stedfast2001-10-281-8/+8
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Check for EWOULDBLOCK too? (stream_read): Same. (stream_flush): Return 0Jeffrey Stedfast2001-10-271-1/+1
* Check for EWOULDBLOCK too? (stream_read): Same.Jeffrey Stedfast2001-10-271-5/+29
* updated the SIMULATE_FLAKY_NETWORK codeJeffrey Stedfast2001-10-251-10/+12
* Same as in the TcpStreamRaw code. (stream_write): And again here...Jeffrey Stedfast2001-10-251-27/+61
* As below.Not Zed2001-10-171-2/+7
* Likewise.Not Zed2001-09-081-4/+15
* s/IMAPv4/IMAPJeffrey Stedfast2001-08-281-1/+1
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-3/+5
* Print info about the issuer of the certificate.Jeffrey Stedfast2001-03-171-0/+8
* Check for a new type of mailing list header.Jeffrey Stedfast2001-03-141-0/+1
* Made cancellable. (stream_write): Same. (stream_connect): Removed checksJeffrey Stedfast2001-03-141-33/+73
* Oops. Make this a subclass of CamelTcpStream, not CamelStream.Jeffrey Stedfast2001-03-141-4/+105
* fcntl(fd, F_GETFL) returns the flags as the return value, not via a passedDan Winship2001-01-171-4/+6
* If the close() is successful, set the fd to -1.Jeffrey Stedfast2001-01-161-11/+6
* Updated to be able to get the CAMEL_SOCKOPT_NONBLOCKING socket opt.Jeffrey Stedfast2001-01-161-0/+26
* Implemented. (stream_setsockopt): Implemented.Jeffrey Stedfast2001-01-151-0/+74
* New CamelTcpStream class that implements nspr sockets and eventually willJeffrey Stedfast2001-01-141-0/+196