Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-tcp-stream-ssl.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-08-23 Matthew BarnesSimplify the code; use g_file_get_contents() (#437331).
2007-04-28 Matthew Barnes** Fixes bug #418852
2006-04-12 Jeffrey StedfastFixes to many source files to suppress compiler warning...
2005-12-13 Tor LillqvistInclude Winsock headers on Win32.
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-22 Not Zed** See #312668.
2005-05-09 Jeffrey Stedfastgtk-doc stuff
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-09-24 Not Zed** See bug #47821.
2004-09-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2004-09-08 Not Zedmake ssl connection async and cancellable, and minor...
2004-06-04 Jeffrey StedfastAlways just return 0, don't try to PR_Sync() - fsync...
2004-05-06 Not Zedset nodelay and keepalive on the socket.
2003-08-19 Not ZedVarious fixes to make it work.
2003-03-21 Jeffrey Stedfastcontinue reading the cert file until we've read it...
2003-02-28 Jeffrey StedfastSame as IMAP and POP.
2003-02-19 Jeffrey StedfastFixed a type-o in the ENABLE_IPv6 ifdef section.
2002-11-22 Jeffrey StedfastUse the new camel_operation_cancel_prfd() function...
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-10-18 Jeffrey Stedfast#include "camel-stream-fs.h" for writing out the certs...
2002-10-18 Jeffrey StedfastIf ~/.camel_certs doesn't exist, create it.
2002-10-17 Not Zedhelper, build fingerprint. (camel_certdb_nss_cert_get...
2002-09-27 Jeffrey StedfastNew function to decode the INTERNALDATE response from...
2002-07-31 Jeffrey StedfastUpdate the comment.
2002-07-30 Jeffrey StedfastNew source file implementing a very basic certificate...
2002-06-20 Jeffrey StedfastPR_IO_TIMEOUT_ERROR should map to ETIMEDOUT and not...
2002-06-19 Jeffrey StedfastSet the poll timeout to be PR_INTERVAL_MIN, this one...
2002-06-14 Jeffrey StedfastFixed compiler warnings.
2002-06-07 Jeffrey StedfastUp the timeout on the connect code to 2 minutes.
2002-04-10 Jeffrey StedfastMake the folder_lock recursive. See bug #22363 for...
2002-04-02 Jeffrey StedfastHandle a ton more nspr i/o errno's. (stream_connect...
2002-03-11 Dan Winship Rename the OpenSSL implementation of things to match...
2002-03-11 Dan WinshipRemove this: it couldn't be generically used, because...
2002-03-06 Jeffrey StedfastRemoved. Glory glory hallelujah! (ssl_bad_cert): No...
2002-03-06 Jeffrey StedfastStart the ssl stream off in non-ssl mode (useful for...
2002-02-04 Jeffrey StedfastCall set_errno appropriately.
2002-01-02 Jeffrey Stedfastso my guess is that mutt probably doesn't compile since...
2002-01-02 Jeffrey StedfastDo more like what mutt does so hopefully this'll fix...
2001-11-19 Jeffrey StedfastAdded a check to see if the operation has been cancelle...
2001-11-09 Jeffrey StedfastOops, pass a mode argument to the open() call.
2001-10-30 Jeffrey StedfastRemoved. (stream_write): Keep looping (non-blocking...
2001-10-27 Ettore PerazzoliMore fixing of the license texts.
2001-10-11 Jeffrey StedfastSame.
2001-10-10 Jeffrey StedfastSame hack as below.
2001-10-03 Jeffrey Stedfastremove unused variable
2001-10-03 Jeffrey StedfastImport the certificate if the user accepts it.
2001-09-19 Jeffrey StedfastOops, don't fail if `data' isn't a CamelService...cuz...
2001-09-08 Jeffrey Stedfast#if 0 out the code that was hopefully going to fix...
2001-08-30 Jeffrey Stedfast#include pk11func.h. (ssl_bad_cert): Use CERT_GetDefaul...
2001-08-28 Jeffrey StedfastIf the user accepts the certificate, add it to the...
2001-05-13 Jeffrey Stedfaster, OptionSet
2001-05-13 Jeffrey Stedfasts/SSL_Enable/SSL_SetOption
2001-05-10 Chris Toshokcall SSL_Enable after the SSL_ImportFD and before PR_Co...
2001-05-01 Anders CarlssonRemove the last argument from camel_session_alert_user.
2001-04-27 Dan WinshipRedo this a lot so that instead of having a class full...
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-21 Jeffrey StedfastReturn -1 on fail. (camel_filter_driver_filter_folder...
2001-03-17 Jeffrey StedfastDon't include system include dir.
2001-03-16 Jeffrey StedfastPrint info about the issuer of the certificate.
2001-03-16 Jeffrey StedfastDon't use the hardcoded cert db directory, use the...
2001-03-15 Jeffrey StedfastYa know what? Lets not ref the service because otherwis...
2001-03-15 Jeffrey StedfastPass the service into the SSL stream, not the session.
2001-03-15 Jeffrey StedfastEek! So the service's URL isn't set until after this...
2001-03-14 Jeffrey StedfastNumerous fixes to get it to build correctly with NSS...
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-03-11 Jeffrey StedfastComment out everything unless HAVE_NSS is defined.
2001-02-08 Jeffrey StedfastOops, include the camel-tcp-stream-ssl header instead...
2001-01-16 Jeffrey StedfastUgh, this design is ugly like my butt.
2001-01-16 Jeffrey StedfastIf the close() is successful, set the fd to -1.
2001-01-15 Jeffrey StedfastUses an SSL socket now although there's still a few...
2001-01-14 Jeffrey StedfastImplemented. (stream_setsockopt): Implemented.
2001-01-14 Jeffrey StedfastNew CamelTcpStream class that implements nspr sockets...