| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the poll timeout to be PR_INTERVAL_MIN, this one shouldn't need to be | Jeffrey Stedfast | 2002-06-20 | 1 | -1/+1 |
* | Fixed compiler warnings. | Jeffrey Stedfast | 2002-06-15 | 1 | -0/+4 |
* | Up the timeout on the connect code to 2 minutes. | Jeffrey Stedfast | 2002-06-07 | 1 | -2/+4 |
* | Make the folder_lock recursive. See bug #22363 for details. Basically, | Jeffrey Stedfast | 2002-04-10 | 1 | -0/+2 |
* | Handle a ton more nspr i/o errno's. (stream_connect): Act as if we are | Jeffrey Stedfast | 2002-04-03 | 1 | -6/+57 |
* | Rename the OpenSSL implementation of things to match the NSS | Dan Winship | 2002-03-11 | 1 | -0/+7 |
* | Remove this: it couldn't be generically used, because different subclasses | Dan Winship | 2002-03-11 | 1 | -5/+29 |
* | Removed. Glory glory hallelujah! (ssl_bad_cert): No longer calls | Jeffrey Stedfast | 2002-03-06 | 1 | -55/+0 |
* | Start the ssl stream off in non-ssl mode (useful for STARTTLS). | Jeffrey Stedfast | 2002-03-06 | 1 | -16/+120 |
* | Call set_errno appropriately. | Jeffrey Stedfast | 2002-02-05 | 1 | -3/+12 |
* | so my guess is that mutt probably doesn't compile since we don't compile usin... | Jeffrey Stedfast | 2002-01-03 | 1 | -6/+10 |
* | Do more like what mutt does so hopefully this'll fix bug #16363 and | Jeffrey Stedfast | 2002-01-03 | 1 | -25/+41 |
* | Added a check to see if the operation has been cancelled. (stream_write): | Jeffrey Stedfast | 2001-11-20 | 1 | -0/+10 |
* | Oops, pass a mode argument to the open() call. | Jeffrey Stedfast | 2001-11-09 | 1 | -1/+1 |
* | Removed. (stream_write): Keep looping (non-blocking case) if errno is | Jeffrey Stedfast | 2001-10-30 | 1 | -14/+21 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | Same. | Jeffrey Stedfast | 2001-10-12 | 1 | -5/+8 |
* | Same hack as below. | Jeffrey Stedfast | 2001-10-11 | 1 | -0/+53 |
* | remove unused variable | Jeffrey Stedfast | 2001-10-03 | 1 | -1/+0 |
* | Import the certificate if the user accepts it. | Jeffrey Stedfast | 2001-10-03 | 1 | -18/+8 |
* | Oops, don't fail if `data' isn't a CamelService...cuz it's not supposed to | Jeffrey Stedfast | 2001-09-20 | 1 | -1/+1 |
* | #if 0 out the code that was hopefully going to fix bug #5325 because the | Jeffrey Stedfast | 2001-09-08 | 1 | -1/+5 |
* | #include pk11func.h. (ssl_bad_cert): Use CERT_GetDefaultCertDB. | Jeffrey Stedfast | 2001-08-31 | 1 | -1/+2 |
* | If the user accepts the certificate, add it to the database as a trusted | Jeffrey Stedfast | 2001-08-29 | 1 | -3/+27 |
* | er, OptionSet | Jeffrey Stedfast | 2001-05-13 | 1 | -1/+1 |
* | s/SSL_Enable/SSL_SetOption | Jeffrey Stedfast | 2001-05-13 | 1 | -1/+1 |
* | call SSL_Enable after the SSL_ImportFD and before PR_Connect. Otherwise, | Chris Toshok | 2001-05-11 | 1 | -1/+2 |
* | Remove the last argument from camel_session_alert_user. | Anders Carlsson | 2001-05-02 | 1 | -1/+1 |
* | Redo this a lot so that instead of having a class full of callbacks, we | Dan Winship | 2001-04-28 | 1 | -5/+3 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -3/+5 |
* | Return -1 on fail. (camel_filter_driver_filter_folder): Same. | Jeffrey Stedfast | 2001-03-22 | 1 | -1/+1 |
* | 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 |