| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill dead files | JP Rosevear | 2005-01-11 | 1 | -518/+0 |
* | ** See bug #47821. | Not Zed | 2004-09-24 | 1 | -98/+49 |
* | Fix typo. #53466. | Priit Laes | 2004-05-01 | 1 | -2/+1 |
* | check the right return of the socket call, dont set fd to the value of the | Not Zed | 2004-01-05 | 1 | -1/+1 |
* | Save errno and check the return of the socket() call. | Jeffrey Stedfast | 2004-01-03 | 1 | -5/+11 |
* | Use camel_read(). (stream_write): Use camel_write(). | Jeffrey Stedfast | 2003-07-09 | 1 | -118/+6 |
* | Updated to use the new API from a fe commits ago for the NSS stream. This | Jeffrey Stedfast | 2003-03-04 | 1 | -2/+2 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 1 | -2/+2 |
* | simplified | Jeffrey Stedfast | 2002-08-29 | 1 | -1/+1 |
* | Fixed `set' to hold the correct value when setting the flags. | Jeffrey Stedfast | 2002-08-29 | 1 | -2/+2 |
* | Update the comment. | Jeffrey Stedfast | 2002-07-31 | 1 | -18/+78 |
* | Don't bother with counting down the timeout. | Jeffrey Stedfast | 2002-05-07 | 1 | -7/+2 |
* | Same fix as the tcp stream. (stream_write): Again here. Just like tcp | Jeffrey Stedfast | 2002-05-03 | 1 | -38/+61 |
* | Get rid of an unused variable. | Jeffrey Stedfast | 2002-04-17 | 1 | -6/+6 |
* | Remove this: it couldn't be generically used, because different subclasses | Dan Winship | 2002-03-11 | 1 | -6/+30 |
* | merged some changes from the 1-0 branch that apparently never got merged into... | Jeffrey Stedfast | 2001-12-14 | 1 | -2/+2 |
* | Make sure we've actually read data before checking if p[-] is '\r' or not. | Jeffrey Stedfast | 2001-10-28 | 1 | -6/+57 |
* | Same. | Jeffrey Stedfast | 2001-10-28 | 1 | -8/+8 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | Check for EWOULDBLOCK too? (stream_read): Same. (stream_flush): Return 0 | Jeffrey Stedfast | 2001-10-27 | 1 | -1/+1 |
* | Check for EWOULDBLOCK too? (stream_read): Same. | Jeffrey Stedfast | 2001-10-27 | 1 | -5/+29 |
* | updated the SIMULATE_FLAKY_NETWORK code | Jeffrey Stedfast | 2001-10-25 | 1 | -10/+12 |
* | Same as in the TcpStreamRaw code. (stream_write): And again here... | Jeffrey Stedfast | 2001-10-25 | 1 | -27/+61 |
* | As below. | Not Zed | 2001-10-17 | 1 | -2/+7 |
* | Likewise. | Not Zed | 2001-09-08 | 1 | -4/+15 |
* | s/IMAPv4/IMAP | Jeffrey Stedfast | 2001-08-28 | 1 | -1/+1 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -3/+5 |
* | Print info about the issuer of the certificate. | Jeffrey Stedfast | 2001-03-17 | 1 | -0/+8 |
* | Check for a new type of mailing list header. | Jeffrey Stedfast | 2001-03-14 | 1 | -0/+1 |
* | Made cancellable. (stream_write): Same. (stream_connect): Removed checks | Jeffrey Stedfast | 2001-03-14 | 1 | -33/+73 |
* | Oops. Make this a subclass of CamelTcpStream, not CamelStream. | Jeffrey Stedfast | 2001-03-14 | 1 | -4/+105 |
* | fcntl(fd, F_GETFL) returns the flags as the return value, not via a passed | Dan Winship | 2001-01-17 | 1 | -4/+6 |
* | If the close() is successful, set the fd to -1. | Jeffrey Stedfast | 2001-01-16 | 1 | -11/+6 |
* | Updated to be able to get the CAMEL_SOCKOPT_NONBLOCKING socket opt. | Jeffrey Stedfast | 2001-01-16 | 1 | -0/+26 |
* | Implemented. (stream_setsockopt): Implemented. | Jeffrey Stedfast | 2001-01-15 | 1 | -0/+74 |
* | New CamelTcpStream class that implements nspr sockets and eventually will | Jeffrey Stedfast | 2001-01-14 | 1 | -0/+196 |