| Commit message (Expand) | Author | Age | Files | Lines |
* | libtracker-data: Fix compiler warnings | Carlos Garnacho | 2017-09-16 | 1 | -1/+0 |
* | libtracker-data: Fix compile errors with --disable-journal | Carlos Garnacho | 2017-06-29 | 1 | -2/+2 |
* | libtracker-data: Fix compilation on DISABLE_JOURNAL | Carlos Garnacho | 2017-06-29 | 1 | -3/+11 |
* | libtracker-data: Make TrackerDataManager a non singleton | Carlos Garnacho | 2017-06-29 | 1 | -17/+11 |
* | libtracker-data: Make TrackerDBManager a non-singleton | Carlos Garnacho | 2017-06-29 | 1 | -4/+6 |
* | tracker-miner-fs: Adopt DBManager API to manipulate stamp files | Carlos Garnacho | 2017-06-29 | 1 | -5/+0 |
* | libtracker-data: Make journal writers non-singletons | Carlos Garnacho | 2017-06-29 | 1 | -2/+3 |
* | libtracker-data: Use data location directly to tracker_data_backup_*() | Carlos Garnacho | 2017-06-29 | 1 | -5/+3 |
* | libtracker-data: Demote g_message()s to g_info() | Carlos Garnacho | 2017-06-29 | 1 | -3/+3 |
* | libtracker-data: Remove filename argument from journal init funcs | Carlos Garnacho | 2017-06-29 | 1 | -1/+1 |
* | libtracker-data: Require location directories in all internals | Carlos Garnacho | 2017-06-29 | 1 | -0/+8 |
* | libtracker-data: Handle backups where journal/cache dirs are the same | Carlos Garnacho | 2017-06-29 | 1 | -10/+12 |
* | libtracker-data: Use GFile for cache/journal arguments | Carlos Garnacho | 2017-06-29 | 1 | -58/+19 |
* | libtracker-data: Remove test_schemas argument from TrackerDataManager | Carlos Garnacho | 2017-06-28 | 1 | -3/+2 |
* | libtracker-data: Take a GFile for ontology location in the data manager | Carlos Garnacho | 2017-06-28 | 1 | -1/+1 |
* | Domain-ontologies: allow more flexibility on locations. Example: | Philip Van Hoof | 2017-06-28 | 1 | -37/+69 |
* | Add cache location to db manager and data manager | Philip Van Hoof | 2017-06-28 | 1 | -2/+3 |
* | libtracker-data, tracker-store: domain specific ontologies | Philip Van Hoof | 2017-06-28 | 1 | -3/+3 |
* | Whitespace fixes | Philip Van Hoof | 2017-06-28 | 1 | -1/+1 |
* | libtracker-data: tracker-store: Initial infrastructure to support domain | Philip Van Hoof | 2017-06-28 | 1 | -1/+4 |
* | libtracker-data: Check g_mkdir return value | Carlos Garnacho | 2016-12-14 | 1 | -1/+6 |
* | Use Unicode in translatable strings | Piotr Drąg | 2016-10-09 | 1 | -3/+3 |
* | libtracker-common: There is no longer an os-depedent module/API | Martyn Russell | 2014-10-27 | 1 | -39/+71 |
* | libtracker-data: Fix possible double removal of GIOChannel watch sources | Carlos Garnacho | 2013-11-22 | 1 | -0/+7 |
* | libtracker-data, tests: Fix failing unit tests | Philip Van Hoof | 2011-06-29 | 1 | -0/+3 |
* | libtracker-data: Initialization of db during restore must be handled if fails | Philip Van Hoof | 2011-06-29 | 1 | -13/+24 |
* | libtracker-data: Implement backup/restore with disabled journal | Philip Van Hoof | 2011-06-29 | 1 | -7/+68 |
* | libtracker-data: Use temporary directory for restore recovery | Jürg Billeter | 2011-06-28 | 1 | -3/+174 |
* | libtracker-data: Fix C warning | Jürg Billeter | 2011-05-12 | 1 | -4/+0 |
* | libtracker-data, tracker-store: Improve error reporting for backup | Philip Van Hoof | 2011-04-28 | 1 | -6/+12 |
* | libtracker-data, tests, tracker-control: Handle journal errors | Philip Van Hoof | 2011-04-27 | 1 | -2/+20 |
* | libtracker-data, tracker-store, tracker-control, tests: Make db iface initable | Philip Van Hoof | 2011-02-04 | 1 | -10/+15 |
* | libtracker-data: Add APIs to add/remove mtime-check stamp file | Martyn Russell | 2011-02-03 | 1 | -0/+5 |
* | libtracker-data: Update mtime of db-version.txt after a backup restoration | Aleksander Morgado | 2011-01-31 | 1 | -0/+4 |
* | libtracker-data: Do not use callback for tracker_data_backup_restore | Jürg Billeter | 2011-01-18 | 1 | -23/+11 |
* | libtracker-data: Add ontology journal file to backup | Jürg Billeter | 2010-10-25 | 1 | -2/+3 |
* | libtracker-data, -direct, tests: Make it possible to set the max cache size p... | Philip Van Hoof | 2010-09-23 | 1 | -1/+5 |
* | Fixes NB#181538: Assume tar program is in $PATH | Philip Van Hoof | 2010-07-29 | 1 | -1/+1 |
* | Fixes NB#181538: Assume tar program is in $PATH | Aleksander Morgado | 2010-07-22 | 1 | -1/+1 |
* | libtracker-data: Avoid reading already disposed memory | Aleksander Morgado | 2010-07-21 | 1 | -8/+7 |
* | Merge libtracker-db into libtracker-data | Jürg Billeter | 2010-07-20 | 1 | -3/+3 |
* | libtracker-db: Support for moving rotated chunks to another location | Philip Van Hoof | 2010-07-16 | 1 | -6/+2 |
* | libtracker-data, libtracker-db: Reimplement Backup() and Restore() to use tar | Philip Van Hoof | 2010-07-16 | 1 | -23/+258 |
* | libtracker-db, libtracker-data: Support for journal rotation | Philip Van Hoof | 2010-07-16 | 1 | -2/+6 |
* | tracker-store: Starting and stopping the DBus service during backup restore | Philip Van Hoof | 2010-03-30 | 1 | -2/+5 |
* | tracker-store: Status notifications during backup restore and journal replay | Philip Van Hoof | 2010-03-30 | 1 | -1/+1 |
* | libtracker-data: Add busy notification support to journal-replay and restore | Philip Van Hoof | 2010-03-30 | 1 | -1/+2 |
* | Change all (email) addresses to <email> in copyright | Martyn Russell | 2010-03-29 | 1 | -1/+1 |
* | Added contact for Nokia copyright | Martyn Russell | 2010-03-29 | 1 | -1/+1 |
* | Changed all "Mr Jamie McCracken" to "Jamie McCracken" | Martyn Russell | 2010-03-29 | 1 | -1/+1 |