summaryrefslogtreecommitdiff
path: root/camel/camel-db.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 700001 - [CamelDB] Try to recover when opening corrupt database fileMilan Crha2015-11-051-31/+94
* Bug 751769 - camel_db_maybe_run_maintenance() returns failure incorrectlyMilan Crha2015-07-031-3/+5
* Correct and enhance developer documentation a bitMilan Crha2015-05-121-1/+1
* Update devel-doc Since from 3.14 to 3.16Milan Crha2015-02-241-1/+1
* [SQLite VFS] Track pending sync requestsMilan Crha2014-12-051-0/+29
* Bug 595389 - Auto-vacuum Camel DB on expungeMilan Crha2014-12-031-0/+55
* Limit SQLite busy-wait for a lockMilan Crha2014-11-191-1/+9
* Bug 738965 - [SQLite VFS] Crash due to missing xFetch definitionMilan Crha2014-10-231-0/+37
* CamelDB: Allow nested transactionsMilan Crha2014-08-271-35/+171
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-10/+7
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+8
* Coding style and whitespace cleanups.Matthew Barnes2013-12-081-12/+12
* Fix/mute issues found by Coverity scanMilan Crha2013-11-131-0/+5
* Bug 710808 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-291-0/+3
* Bug #705288 - Custom header search produces errorMilan Crha2013-08-081-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2013-03-021-20/+210
* Coding style and whitespace cleanups.Matthew Barnes2013-01-121-1/+1
* Bug #688926 - SIGABRT on call_old_file_SyncDaniele Rondina2012-11-231-0/+7
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-051-35/+35
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-49/+59
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-24/+24
* Simplify vFolder's code and other bunch of related time optimizationsMilan Crha2012-05-301-209/+0
* Bug #666764 - SQL error migrating foldersMilan Crha2012-01-201-4/+18
* EFlag is off limits in Camel, write it out by hand.Matthew Barnes2011-11-141-15/+37
* Remove camel_db_migrate_vfolders_to_14().Matthew Barnes2011-11-131-20/+0
* Update Camel API docs.Matthew Barnes2011-10-161-9/+16
* CamelFolderSummary API changesMilan Crha2011-10-061-87/+216
* Camel: Prefer GList over GSList.Matthew Barnes2011-09-251-6/+6
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-21/+53
* Bug #654893 - Fix one missed rename of 'msg_security' to 'dirty'Sean Finney2011-07-281-1/+1
* Coding style and whitespace cleanups.Matthew Barnes2011-06-131-12/+9
* Workaround compiler warningsMilan Crha2011-06-031-2/+2
* Bug 640054 - CamelDB: do not read the db while a trasaction is in progress.Chenthill Palanisamy2011-05-261-5/+28
* CamelDB: Ensure that begin_transaction is called before adding queries to a t...Chenthill Palanisamy2011-05-261-0/+7
* CamelDB: Use camel_db_select while retrieving the folder versionChenthill Palanisamy2011-05-261-11/+12
* CamelDB: use a RW lock to prevent reads while write is in progressChenthill Palanisamy2011-05-261-84/+52
* Coding style cleanups.Matthew Barnes2011-05-081-4/+4
* Bug 641838 - More compiler warning fixesKjartan Maraas2011-03-081-2/+2
* Bug 641757 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-081-2/+1
* More whitespace cleanup.Matthew Barnes2011-01-301-2/+2
* Bug #573125 - Crashes right after startup when having broken db summaryMilan Crha2010-12-091-18/+26
* Use less threads in CamelDBMilan Crha2010-12-011-88/+79
* Bug #634658 - Unread counts for vfolders never updateMilan Crha2010-11-121-57/+0
* Coding style cleanups.Matthew Barnes2010-09-131-27/+27
* Coding style and whitespace cleanups.Matthew Barnes2010-09-111-21/+21
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-205/+363
* Coding style and whitespace cleanup.Matthew Barnes2010-05-011-2/+2
* Use GObject properties instead of CamelArg.Matthew Barnes2010-04-301-5/+5
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-1/+0
* Bug #610353 - Search folder with label matches on substringMilan Crha2010-04-011-1/+46