| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't include system include dir. | Jeffrey Stedfast | 2001-03-18 | 1 | -2/+1 |
* | Print info about the issuer of the certificate. | Jeffrey Stedfast | 2001-03-17 | 1 | -25/+54 |
* | Don't use the hardcoded cert db directory, use the one passed in. | Jeffrey Stedfast | 2001-03-16 | 1 | -13/+120 |
* | Ya know what? Lets not ref the service because otherwise we'll start | Jeffrey Stedfast | 2001-03-15 | 1 | -2/+0 |
* | Pass the service into the SSL stream, not the session. | Jeffrey Stedfast | 2001-03-15 | 1 | -17/+21 |
* | Eek! So the service's URL isn't set until after this is initialized. This | Jeffrey Stedfast | 2001-03-15 | 1 | -1/+1 |
* | Numerous fixes to get it to build correctly with NSS enabled. | Jeffrey Stedfast | 2001-03-15 | 1 | -8/+11 |
* | Made cancellable. (stream_write): Same. (stream_connect): Removed checks | Jeffrey Stedfast | 2001-03-14 | 1 | -9/+27 |
* | Oops. Make this a subclass of CamelTcpStream, not CamelStream. | Jeffrey Stedfast | 2001-03-14 | 1 | -2/+2 |
* | Comment out everything unless HAVE_NSS is defined. | Jeffrey Stedfast | 2001-03-11 | 1 | -12/+22 |
* | Oops, include the camel-tcp-stream-ssl header instead of the raw one. | Jeffrey Stedfast | 2001-02-08 | 1 | -1/+1 |
* | Ugh, this design is ugly like my butt. | Jeffrey Stedfast | 2001-01-16 | 1 | -1/+55 |
* | If the close() is successful, set the fd to -1. | Jeffrey Stedfast | 2001-01-16 | 1 | -9/+6 |
* | Uses an SSL socket now although there's still a few things missing (like | Jeffrey Stedfast | 2001-01-15 | 1 | -13/+7 |
* | Implemented. (stream_setsockopt): Implemented. | Jeffrey Stedfast | 2001-01-15 | 1 | -1/+35 |
* | New CamelTcpStream class that implements nspr sockets and eventually will | Jeffrey Stedfast | 2001-01-14 | 1 | -0/+205 |