Make use of G_DEFINE_QUARK()
[platform/upstream/evolution-data-server.git] / addressbook / libedata-book / e-book-backend-sqlitedb.c
2013-01-24 Mathias HasselmannMake use of G_DEFINE_QUARK()
2013-01-23 Tristan Van BerkomEBookBackendSqliteDB: Added contact-not-found error...
2013-01-22 Tristan Van BerkomEBookBackendSqliteDB: Added e_book_backend_new_contact...
2013-01-17 Tristan Van BerkomEBookBackendSqliteDB: Fixed retry loop when SQLite...
2013-01-16 Mathias Hasselmannlibedata-book: Use slice allocator for EbSdbSearchData
2013-01-12 Matthew BarnesCoding style and whitespace cleanups.
2012-11-29 Tristan Van BerkomEBookBackendSqliteDB: Fix e_book_backend_sqlitedb_searc...
2012-11-27 Tristan Van BerkomFix regression on fields-of-interest as much as possible.
2012-11-23 Tristan Van BerkomEBookBackendSqliteDB: Avoid errors on conflicting summaries
2012-11-22 Tristan Van BerkomEBookBackendSqliteDB: Added e_book_backend_sqlitedb_new...
2012-11-09 Matthew BarnesEBookBackendSqliteDB cleanups.
2012-11-08 Tristan Van BerkomEBookBackendSqliteDB: Added e_book_backend_sqlitedb_get...
2012-11-08 Tristan Van BerkomEBookBackendSqliteDB: Fixed sexp interpretation for...
2012-11-05 Milan CrhaReplace deprecated GLib symbols (as of GLib 2.34.x)
2012-11-04 Matthew BarnesEBookBackendSqliteDB: Add argument guards.
2012-10-21 Matthew BarnesCoding style and whitespace cleanup.
2012-09-12 Mathias HasselmannBug #677871 - EBookBackendSqliteDB - Escape SQL strings
2012-08-19 Matthew BarnesCoding style and whitespace cleanup.
2012-06-03 Matthew BarnesImplement single-file includes for all E-D-S libraries.
2012-02-20 Matthew BarnesCoding style and whitespace cleanup.
2012-02-14 Milan CrhaFix issues found by Coverity Scan
2012-02-02 Kjartan MaraasFix typo in localized string
2012-01-31 Milan CrhaBug #668811 - EBookBackendSqliteDB can be asked for...
2012-01-09 Milan CrhaBug #644817 - Slow addressbook cache
2011-11-22 Milan CrhaAdd e_book_backend_sqlitedb_get_uids_and_rev()
2011-11-11 Christophe DumezBug 660974 - sqlite backend: use INSERT OR IGNORE in...
2011-10-21 Milan CrhaBug #660870 - Empty Contacts list when pressing "To...
2011-10-16 Matthew BarnesUpdate libedata-book API docs.
2011-10-11 Milan CrhaBug #661432 - 'Any field contains' search doesn't work...
2011-10-10 Christophe Dumeze_book_backend_sqlitedb_new: Fix database connection...
2011-09-30 Christophe Dumezaddressbook: Optimizations to avoid vcard parsing
2011-09-28 Christophe DumezBug 660246: EBookBackendSqliteDB: Bad loop iteration.
2011-09-06 Punit JainBug #654818 crash fix : query conversion to sql
2011-09-03 Matthew BarnesMake sure all new APIs have "Since: 3.2" tags.
2011-09-03 Matthew BarnesCoding style and whitespace cleanups.
2011-08-13 Matthew BarnesCoding style and whitespace cleanup.
2011-08-08 Tristan Van BerkomBug #656058 - Improve EBookBackendSqliteDB searching API
2011-08-05 Milan CrhaProperly manage boolean values in SQLite contacts cache
2011-08-04 Milan CrhaBug #652172 - Fix a regression from the previous commit
2011-08-03 Tristan Van BerkomHandle summary fields and fields of interest better...
2011-07-27 Milan CrhaBe able to fetch all vCards/uids from an SQLite book...
2011-07-27 Milan CrhaUse same type for fields_of_interest arguments
2011-06-14 Chenthill PalanisamyEBookBackendSqliteDD: Fix a missing comma in search...
2011-06-13 Matthew BarnesCoding style and whitespace cleanups.
2011-06-13 Chenthill PalanisamyEBookBackendSqliteDB, e-sqlite3-vfs.[ch]: Add sqlitedb...