Extending test-client-custom-summary to try e_book_client_get_contacts_uids()
[platform/upstream/evolution-data-server.git] / camel / camel-db.c
2012-11-23 Daniele RondinaBug #688926 - SIGABRT on call_old_file_Sync
2012-11-05 Milan CrhaReplace deprecated GLib symbols (as of GLib 2.34.x)
2012-09-01 Matthew BarnesCoding style and whitespace cleanup.
2012-08-19 Matthew BarnesCoding style and whitespace cleanup.
2012-05-30 Milan CrhaSimplify vFolder's code and other bunch of related...
2012-01-20 Milan CrhaBug #666764 - SQL error migrating folders
2011-11-15 Matthew BarnesEFlag is off limits in Camel, write it out by hand.
2011-11-13 Matthew BarnesRemove camel_db_migrate_vfolders_to_14().
2011-10-16 Matthew BarnesUpdate Camel API docs.
2011-10-06 Milan CrhaCamelFolderSummary API changes
2011-09-25 Matthew BarnesCamel: Prefer GList over GSList.
2011-09-03 Matthew BarnesCoding style and whitespace cleanups.
2011-07-28 Sean FinneyBug #654893 - Fix one missed rename of 'msg_security...
2011-06-13 Matthew BarnesCoding style and whitespace cleanups.
2011-06-03 Milan CrhaWorkaround compiler warnings
2011-05-26 Chenthill PalanisamyBug 640054 - CamelDB: do not read the db while a trasac...
2011-05-26 Chenthill PalanisamyCamelDB: Ensure that begin_transaction is called before...
2011-05-26 Chenthill PalanisamyCamelDB: Use camel_db_select while retrieving the folde...
2011-05-26 Chenthill PalanisamyCamelDB: use a RW lock to prevent reads while write...
2011-05-08 Matthew BarnesCoding style cleanups.
2011-03-08 Kjartan MaraasBug 641838 - More compiler warning fixes
2011-02-08 Kjartan MaraasBug 641757 - Fix warnings from GCC 4.6
2011-01-30 Matthew BarnesMore whitespace cleanup.
2010-12-09 Milan CrhaBug #573125 - Crashes right after startup when having...
2010-12-01 Milan CrhaUse less threads in CamelDB
2010-11-12 Milan CrhaBug #634658 - Unread counts for vfolders never update
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-09-11 Matthew BarnesCoding style and whitespace cleanups.
2010-07-08 Matthew BarnesMigrate from CamelException to GError.
2010-05-01 Matthew BarnesCoding style and whitespace cleanup.
2010-04-30 Matthew BarnesUse GObject properties instead of CamelArg.
2010-04-06 Matthew BarnesMerge miscellaneous cleanups from camel-gobject.
2010-04-01 Milan CrhaBug #610353 - Search folder with label matches on substring
2010-03-14 Matthew BarnesAdd "Since: 2.24" tags to the API documentation.
2010-03-14 Matthew BarnesAdd "Since: 2.26" tags to the API documentation.
2010-03-13 Matthew BarnesAdd "Since: 2.28" tags to the API documentation.
2009-12-15 Milan CrhaBug #603342 - Memory leak fixes
2009-12-04 Lucian Langapart of bug #603689 as I missed a couple of spots
2009-12-04 Lucian LangaBug 603689 - Improper escaping of folder name
2009-11-14 Matthew BarnesWhitespace cleanups.
2009-10-27 Chenthill PalanisamyBug #599735 - evolution crashes on start up
2009-10-27 C de-AvillezUse SQLite's default cache size of 2000 pages in folders.db
2009-10-24 Matthew BarnesCoding style and whitespace cleanup.
2009-09-14 Philip Van HoofRetrieving and storing bodystructure from IMAP servers
2009-08-27 Srinivasa RagavanBUGFIX: #578910 - Fixes problem of missing migration...
2009-08-13 Romuald BrunetBug #590044 - Drop index on all columns of sqlite database
2009-07-18 Matthew BarnesMore whitespace cleanup.
2009-07-16 Jeff CaiFix for bug #588220
2009-07-13 Matthew BarnesFix excessive whitespace.
2009-06-29 Lucian LangaBug 586602 – folder messages are lost on folder rename
2009-06-04 Milan CrhaBug #584797 - Do not set internal SQLite3 structures...
2009-06-01 Matthew BarnesFix compiler warnings in camel.
2009-05-28 Matthew BarnesPrefer GLib basic types over C types.
2009-05-28 Matthew BarnesWhitespace cleanup.
2009-05-27 Matthew BarnesRemove trailing whitespace, again.
2009-05-22 Srinivasa RagavanCommit custom patches of Anjal to EDS. Almost all of...
2009-05-16 Matthew BarnesFix several types of pedantic compiler warnings.
2009-04-24 Milan CrhaDefine camel_folder_cmp_uids to compare UIDs properly
2009-04-07 Milan Crha** Fix for bug #575084
2009-03-12 Matthew BarnesRework the SQLite fsync() workaround to use a simpler...
2009-03-04 Tobias MuellerCast a time_t to a long long and change SQL statement...
2009-02-03 Srinivasa RagavanHandle the error message of 'dirty' column
2009-01-30 Milan Crha** Fix for bug #569742
2009-01-29 Milan Crha** Fix for bug #568332
2009-01-29 Srinivasa RagavanDont empty null uids.
2009-01-13 Srinivasa RagavanSpeed up total-count info, by counting indexed read.
2009-01-12 Philip Van HoofAllowing the developer to add migration code for in...
2009-01-12 Srinivasa RagavanDB Logging and DB Optimizations
2008-12-22 Sankar P** Part of Fix for bug #559153
2008-12-15 Srinivasa Ragavan** Major changes for better vfolders.
2008-12-08 Jeff CaiReplace __FUNCTION__ with G_STRFUNC.
2008-11-19 Srinivasa Ragavan** Fix for bug #558883
2008-11-07 Srinivasa Ragavan** Fix for bug #558883
2008-10-16 Srinivasa RagavanRemove console spew.
2008-10-16 Srinivasa Ragavan** Fix for bug #556495
2008-10-06 Srinivasa Ragavan** Fixes lots of bugs and breaks ABI
2008-09-22 Matthew Barnes** Convert all #warning messages from the disk-summary...
2008-09-18 Srinivasa Ragavan** Fix for bug #552729
2008-09-15 Matthew BarnesDon't mix declarations and code.
2008-09-12 Srinivasa RagavanMake CAMEL_DB_DEBUG as ifdef
2008-09-10 Srinivasa RagavanAdd bdata to index.
2008-09-05 Srinivasa RagavanMake db debuggable with camel-debug
2008-08-20 Srinivasa RagavanMake use of collate function for just sorts also.
2008-08-20 Srinivasa RagavanRemove debug logs.
2008-08-20 Srinivasa RagavanAdd provision to do summary specific sorts. Summaries...
2008-08-13 Srinivasa RagavanBuild break and fix it better.
2008-08-13 Srinivasa RagavanProperly unlock while aborting transaction.
2008-08-13 Srinivasa RagavanAdd code to log better. It needs cleanup even now.
2008-08-11 Sankar PWords of warning
2008-08-11 Sankar PDo not attempt to print the full query when debug is on.
2008-08-11 Srinivasa RagavanAdd API for vfolder tables migration.
2008-08-10 Sankar PMONITOR_DB_PERFORMANCE . Set this const int to non...
2008-08-07 Srinivasa RagavanFix return values. Suppress No such table exception.
2008-08-06 Srinivasa RagavanSome formatting changes. Set query only when it changes.
2008-08-06 Srinivasa RagavanAdd apis to delete vuids in transaction and clean up...
2008-08-06 Srinivasa RagavanAdded a api to drop and recreate vfolder table.
2008-07-31 Srinivasa Ragavan** Fix for bug #545082
next