summaryrefslogtreecommitdiff
path: root/src/libtracker-data/tracker-db-manager.c
Commit message (Expand)AuthorAgeFilesLines
* libtracker-data: Remove wrong checkCarlos Garnacho2018-07-261-1/+0
* libtracker-data: Fetch shared connection on failure to create oneCarlos Garnacho2018-07-201-8/+15
* libtracker-common: Drop automatic parser versioningCarlos Garnacho2018-06-211-11/+14
* libtracker-data: Perform VACUUM only on large database filesCarlos Garnacho2018-02-131-0/+14
* libtracker-data: Fix compiler warningsCarlos Garnacho2017-09-161-6/+0
* libtracker-data: Do not reuse TrackerDBInterface used for DB checksCarlos Garnacho2017-07-151-2/+1
* libtracker-data: Don't use GPrivate to store TrackerDBInterfacesCarlos Garnacho2017-07-101-7/+31
* libtracker-data: Make all other ifaces than wal/writable readonlyCarlos Garnacho2017-07-101-5/+3
* libtracker-data: Make writable/wal interfaces uniqueCarlos Garnacho2017-07-101-2/+41
* libtracker-data: Set interfaces' prepared statement LRUs on common codeCarlos Garnacho2017-07-101-19/+12
* libtracker-data: Ensure we set user data on an existing connectionCarlos Garnacho2017-06-291-4/+4
* libtracker-data: Make TrackerDataManager a non singletonCarlos Garnacho2017-06-291-0/+8
* libtracker-data: Remove TrackerDBInterface busy functionsCarlos Garnacho2017-06-291-6/+3
* libtracker-data: Make TrackerDBManager a non-singletonCarlos Garnacho2017-06-291-607/+267
* tracker-miner-fs: Adopt DBManager API to manipulate stamp filesCarlos Garnacho2017-06-291-254/+0
* libtracker-data: Use flags for ro/use_mutex in TrackerDBInterfaceCarlos Garnacho2017-06-291-1/+8
* libtracker-data: Move journal deletion code to tracker-db-journal.cCarlos Garnacho2017-06-291-87/+4
* libtracker-data: Remove another filename argument in TrackerDBJournalCarlos Garnacho2017-06-291-10/+1
* libtracker-data: Demote g_message()s to g_info()Carlos Garnacho2017-06-291-63/+60
* libtracker-data: Remove TRACKER_PRAGMAS_FILE envvarCarlos Garnacho2017-06-291-58/+42
* libtracker-data: Build all journal file locations from the given GFilesCarlos Garnacho2017-06-291-0/+9
* libtracker-data: Use GFile for cache/journal argumentsCarlos Garnacho2017-06-291-87/+22
* Domain-ontologies: allow more flexibility on locations. Example:Philip Van Hoof2017-06-281-58/+68
* Add cache location to db manager and data managerPhilip Van Hoof2017-06-281-6/+12
* Allow loading domain ontology from .desktop filePhilip Van Hoof2017-06-281-21/+21
* libtracker-data, tracker-store: domain specific ontologiesPhilip Van Hoof2017-06-281-39/+58
* libtracker-data: tracker-store: Initial infrastructure to support domainPhilip Van Hoof2017-06-281-10/+36
* libtracker-data: Use memory temp store for readonly connectionsCarlos Garnacho2017-02-241-1/+9
* Remove some unused variablesSam Thursfield2017-02-231-1/+0
* libtracker-data: Plug unlikely mem/fd leakCarlos Garnacho2017-01-161-2/+2
* libtracker-data: Preserve resulting TrackerDBInterface on initializationCarlos Garnacho2016-11-281-2/+1
* libtracker-data: Remove global interfaceCarlos Garnacho2016-11-201-17/+0
* libtracker-data: Remove TrackerDBManager locking functionsCarlos Garnacho2016-11-201-21/+0
* libtracker-data: Use internal mutex for TrackerDBManager (de)initCarlos Garnacho2016-11-201-13/+51
* libtracker-data: Pass "readonly" argument to TrackerDBInterface constructorCarlos Garnacho2016-11-201-65/+20
* libtracker-data: Propagate "locale mismatch" error from locale_changed()Carlos Garnacho2016-10-191-3/+6
* libtracker-data: Fix g_warning() missing argumentHaithem BEN GHORBAL2016-02-141-1/+1
* libtracker-data: Add functions to maintain a "parser sha1" stamp fileCarlos Garnacho2015-07-041-0/+49
* libtracker-common: Removed tracker-miner-locale, only apps/userguides need itMartyn Russell2014-10-271-5/+3
* libtracker-data: Remove duplicated version of tracker_db_manager_init_locatio...Sam Thursfield2013-10-191-17/+6
* libtracker-data: Allow calling tracker_db_manager_locale_changed() before initSam Thursfield2013-10-191-0/+8
* build: remove no longer needed glib version dependent code pathsAleksander Morgado2013-10-101-22/+1
* libtracker-data: Don't use the count_changes PRAGMA, it is deprecatedMartyn Russell2013-07-191-1/+0
* libtracker-data: Fixed FTS init nested extern declaration warningMartyn Russell2013-03-121-0/+1
* all: Iradicate all instances of deprecated GStaticMutexMartyn Russell2013-03-121-16/+0
* Bump database versionCarlos Garnacho2013-02-081-2/+3
* Use fts4 external content tables on Tracker FTSCarlos Garnacho2013-02-041-2/+1
* libtracker-data: Create several columns for FTS dataCarlos Garnacho2013-02-041-1/+1
* libtracker-data: get rid of unused TRACKER_DB_LOCATION_SYS_TMP_DIRJulien Cristau2012-10-241-18/+0
* libtracker-data: use GMutex if GLib >= 2.31Aleksander Morgado2011-12-161-0/+17