summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libtracker-fts: Fixed memory leak for property_names variablefts-property-names-cleanupMartyn Russell2014-08-146-34/+99
* libtracker-miner: Make sure we return NULL on FileDataProvider begin() errorsMartyn Russell2014-08-141-0/+2
* libtracker-fts: Make private functions staticMartyn Russell2014-08-141-4/+4
* Merge branch 'crash-aware-extractor'Martyn Russell2014-08-137-1/+482
|\
| * tracker-extract: Implement "failsafe" extractionCarlos Garnacho2014-08-134-1/+428
| * libtracker-miner: Add tracker_decorator_fs_prepend_file()Carlos Garnacho2014-08-133-0/+54
|/
* Release 1.1.21.1.2Martyn Russell2014-08-132-1/+46
* libtracker-data: Fixed unit tests so files are not left around failing distcheckMartyn Russell2014-08-133-58/+115
* build: Updated official website in AC_INITMartyn Russell2014-08-131-1/+1
* build: Reorder AutoConf directives to avoid build failuresMartyn Russell2014-08-131-5/+5
* build: Fixed POTFILES.in, distcheck was failingMartyn Russell2014-08-121-0/+1
* configure: Use AC_USE_SYSTEM_EXTENSIONS before m4 dir to avoid warningsMartyn Russell2014-08-121-4/+4
* Merge remote-tracking branch 'origin/external-crawler'Martyn Russell2014-08-1244-661/+3146
|\
| * libtracker-miner: NULL protect TrackerMinerFS using :roots_to_notifyMartyn Russell2014-08-121-1/+10
| * libtracker-miner: Document roots in tracker_indexing_tree_get_master_root()Martyn Russell2014-08-121-0/+12
| * tracker-miner-fs: Fixed finished signal callback malformed definitionMartyn Russell2014-08-121-3/+12
| * libtracker-miner: Fixed several memory leaksMartyn Russell2014-08-123-7/+31
| * libtracker-miner: Split TrackerEnumerator into 2 classes, now with TrackerDat...Martyn Russell2014-08-1219-678/+1529
| * libtracker-control: Allow miner status to be gained from running processesMartyn Russell2014-08-122-1/+61
| * libtracker-miner: Added MinerFS ::finished-root signal + fixed ::finishedMartyn Russell2014-08-122-14/+148
| * libtracker-miner: FileNotifier signals ::directory-finished on wrong dirMartyn Russell2014-08-121-1/+1
| * libtracker-miner: Added TrackerCrawlFlags to disable stat() callsMartyn Russell2014-08-127-44/+161
| * libtracker-miner: Change all g_file_get_path() instances to _get_uri()Martyn Russell2014-08-123-22/+22
| * libtracker-miner: Create TrackerIndexingTree in constructed() not init()Martyn Russell2014-08-121-8/+31
| * libtracker-miner: Create nodes / caches in constructed() not init()Martyn Russell2014-08-121-8/+19
| * libtracker-miner: Create TrackerFileSystem in constructed() not init()Martyn Russell2014-08-121-3/+7
| * libtracker-miner: Added tracker_indexing_tree_get_master_root() and set in co...Martyn Russell2014-08-123-10/+61
| * libtracker-miner: Chain parent constructed() in TrackerDecoratorMartyn Russell2014-08-121-0/+2
| * libtracker-miner: Document TRACKER_MINER_DBUS_* definesMartyn Russell2014-08-121-0/+3
| * libtracker-miner: Move TRACKER_MINER_DBUS_* definitions to tracker-miner-obje...Martyn Russell2014-08-1210-45/+10
| * libtracker-miner: Add TrackerMiner::introspection-handler propertyMartyn Russell2014-08-121-5/+37
| * libtracker-miner: Add TrackerMiner::introspection-xml propertyMartyn Russell2014-08-121-3/+31
| * libtracker-miner: Make it possible to start the miner via DBusMartyn Russell2014-08-122-0/+24
| * libtracker-miner: Added MinerFS _get_enumerator() functionMartyn Russell2014-08-123-0/+21
| * libtracker-miner: Update all documentation around TrackerEnumerator interfaceMartyn Russell2014-08-127-4/+267
| * libtracker-miner: Removed unused symbols mentioned in MinerFS documentationMartyn Russell2014-08-121-9/+0
| * libtracker-miner: Update warning about not supporting URIs outside file://Martyn Russell2014-08-121-1/+1
| * libtracker-miner: Rename TrackerEnumerator members 'start' to 'get-children'Martyn Russell2014-08-125-117/+117
| * libtracker-miner: MinerFS _force_mtime_checking() didn't have mtime check flagMartyn Russell2014-08-121-7/+5
| * libtracker-miner: Make sure we free enumerator data on success in CrawlerMartyn Russell2014-08-121-0/+1
| * libtracker-miner: Don't create Crawler until FileNotifier is constructedMartyn Russell2014-08-121-22/+22
| * libtracker-miner: Don't iterate the wrong enumerator, avoids warnings on no dirMartyn Russell2014-08-121-1/+1
| * libtracker-miner: Added FileEnumerator unit testMartyn Russell2014-08-1210-235/+275
| * libtracker-miner: Added TrackerEnumerator interface, TrackerFileEnumerator classMartyn Russell2014-08-128-19/+543
| * libtracker-miner: Removed MinerFS _manually_notify_file() and Queue enumMartyn Russell2014-08-124-128/+6
| * libtracker-miner: Document and group functions for MinerFS in headerMartyn Russell2014-08-121-65/+82
| * libtracker-miner: Fix paused check in MinerFS before notifying filesMartyn Russell2014-08-121-1/+1
| * libtracker-miner: Add log information about locations started in FileNotifierMartyn Russell2014-08-121-0/+6
| * libtracker-miner: Fix warning on root GFile unref in FileSystemMartyn Russell2014-08-121-1/+1
| * libtracker-common: Enable G_MESSAGES_DEBUG for verbosity > 1, not 2Martyn Russell2014-08-121-1/+1