Extending test-client-custom-summary to try e_book_client_get_contacts_uids()
[platform/upstream/evolution-data-server.git] / camel / camel.c
2012-10-21 Matthew BarnesCoding style and whitespace cleanup.
2012-09-01 Matthew BarnesCoding style and whitespace cleanup.
2012-08-19 Matthew BarnesCoding style and whitespace cleanup.
2011-09-26 Milan CrhaBug #642984 - Drop --enable-ssl configure option (nss...
2011-09-03 Matthew BarnesCoding style and whitespace cleanups.
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-14 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-13 Matthew BarnesCoding style cleanups.
2010-08-12 Federico Mena QuinteroMerge branch camel-socks-proxy-master for SOCKS5 /...
2010-07-29 Matthew BarnesBug 625039 - Commonly named macros in Camel header...
2010-07-11 Matthew BarnesCoding style and whitespace cleanup.
2010-07-02 David WoodhouseMake NSS database initialisation more robust, handle...
2010-06-19 Matthew Barness/EVOLUTION_LOCALEDIR/LOCALEDIR/
2010-06-14 David WoodhouseBug 585301 - Use ~/.pki/nssdb for NSS SQL database...
2010-06-11 David WoodhouseBug 585301 - Use correct NSS system database where...
2010-06-04 Matthew BarnesBug 620522 - Build break: 'nss_config' undeclared
2010-05-31 Fridrich ŠtrbaCreate the configdir instead of bailing out if it does...
2010-05-29 Craig RingerBug 585301 - Use NSS SQLite database, if available
2010-04-24 Matthew BarnesPort Camel to GObject.
2010-04-15 Milan CrhaBug #615776 - Drop camel-private.h and offer a public...
2010-04-06 Matthew BarnesMerge miscellaneous cleanups from camel-gobject.
2010-03-14 Matthew BarnesAdd "Since: 2.24" tags to the API documentation.
2009-10-26 Matthew BarnesDon't pass NULL to PR_Lock() during camel_shutdown().
2009-07-13 Matthew BarnesFix excessive whitespace.
2009-05-28 Matthew BarnesPrefer GLib basic types over C types.
2009-05-27 Matthew BarnesRemove trailing whitespace, again.
2009-05-07 Sergio Villar SenínFix for the NSS_Shutdown crash
2008-09-08 Suman ManjunathMilan Crha <mcrha@redhat.com> ** Part of fix for bug...
2008-08-21 Matthew Barnes** Fixes bug #546926
2008-07-23 Milan Crha** Fix for bug #543943
2008-06-20 Jeffrey Stedfastupdated novell copyright notices
2008-05-07 Jeffrey Stedfastreverted rev 8210 which just changed whitespace indent
2008-02-18 Srinivasa Ragavan** Fix for bnc #167638
2008-01-21 Matthew BarnesSave certificates _before_ calling PR_Cleanup(). Callin...
2007-11-14 Matthew Barnes** Remove trailing whitespace from source code.
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-07-28 Srinivasa Ragavan ** Fix for bug #402925 from hggdh
2007-04-28 Matthew Barnes** Fixes bug #418852
2006-06-15 Tor LillqvistOn Win32, NSS wants the directory name in system codepa...
2005-12-06 Tor Lillqvistcamel-index.c camel-mime-filter-basic.c camel-mime...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-13 Tor LillqvistCall atexit() directly on Win32, not g_atexit(). As...
2005-08-09 Changwoo Ryu** See bug #300891
2004-12-20 Not Zedremove (camel_operation_shutdown): remove. (co_getcc...
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-06-18 Jeffrey Stedfastmake camel_shutdown() an atexit handler again
2004-06-18 Jeffrey StedfastCall camel_mime_utils_shutdown() and camel_operation_sh...
2004-06-18 Jeffrey StedfastCall camel_mime_utils_shutdown() and camel_operation_sh...
2004-03-23 Not Zeduse camel debug to add some debug here.
2004-03-15 Not Zedset the mime-type field on the content the same way as
2004-02-19 Not ZedFixes for api changes.
2004-02-16 Not Zed** See bug #51045.
2004-01-30 Jeffrey StedfastProtect against multiple camel_init() calls. Remember...
2003-09-22 Not ZedAdded "offline_sync" option, which lets you synchronise...
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2003-02-26 Jeffrey Stedfastdon't #include camel-iconv.h
2003-02-25 Jeffrey StedfastSame as the ones below.
2003-02-20 Jeffrey StedfastCall camel_iconv_init(). (camel_shutdown): Call camel_i...
2002-08-05 Jeffrey StedfastAlways set a g_atexit handler to flush/save the camel...
2002-07-30 Jeffrey StedfastNew source file implementing a very basic certificate...
2002-05-07 Not ZedCheck for LOGIN xxxx as well if debug is on, so we...
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-10-22 Michael ZucciUse search_type_mlist for mailing list searches.
2001-10-11 1Removed charset/locale charset lookup and iconv_open...
2001-09-14 Jeffrey StedfastDon't reuse the exception if it has already been set.
2001-07-19 Jeffrey StedfastRemove my iso8859-1 -> iso-8859-1 hack and use
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-05-30 Dan WinshipRedo the BUILD_MAP code to not depend on libunicode...
2001-04-27 Jeffrey StedfastAutomagically call camel_shutdown() atexit() ;-) (camel...
2001-04-26 Dan WinshipRemove UNICODE_CFLAGS (and some other stuff that's...
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-17 Jeffrey StedfastDon't include system include dir.
2001-03-16 Jeffrey StedfastDon't use the hardcoded cert db directory, use the...
2001-03-15 Jeffrey StedfastSo it turns out that NSS_Init *isn't* idempotent, so...
2001-03-15 Jeffrey StedfastEek! So the service's URL isn't set until after this...
2001-03-13 Jeffrey StedfastSince all of the Mozilla libs (including NSPR and NSS...
2001-03-10 Jeffrey StedfastCreated a new mode (CAMEL_AUTHENTICATOR_ACCEPT) which...
2001-01-15 Jeffrey StedfastUses an SSL socket now although there's still a few...
2000-12-24 Not ZedLock the command channel while searching. (imap_body_co...
2000-09-15 Dan WinshipSet camel_verbose_debug to TRUE if CAMEL_VERBOSE_DEBUG...
2000-09-05 Peter WilliamsCleanup of lots of exception handling ; bugfixes
2000-08-25 Peter WilliamsAdd support for specifying on which port to connect...
2000-04-24 NotZedNo longer call data_wrapper_repository_init.
2000-04-21 Dan Winshipuse libunicode iconv functions rather than libc ones...
2000-03-09 Dan Winshipfix the name of "Helix Code, Inc." in all the copyrights
2000-02-16 bertranddon't seek the begining of the substream. (_eos): fix...
2000-02-11 bertranddon't build thread related tests if evolution has been...
2000-01-24 bertrandadd recipient_list to the recipients, not recipients_li...
2000-01-03 Bertrand GuiheneufUpdated my e-mail address to reflect my new employment
1999-12-14 Bertrand GuiheneufFix copyright informations once again
1999-11-05 Ettore PerazzoliHere is my initial Evolution work: message composition...
1999-10-23 Bertrand GuiheneufCopyright change
1999-10-13 bertrandA lot of changes. The thread proxy mechanism
1999-08-01 Bertrand GuiheneufAdding missing files