summaryrefslogtreecommitdiff
path: root/src/trackerd
Commit message (Expand)AuthorAgeFilesLines
* Rename trackerd to tracker-storeJürg Billeter2009-05-1437-12290/+0
* Merge branch 'master' into tracker-storeJürg Billeter2009-05-121-40/+141
|\
| * Removed **** from low disk space messages in logMartyn Russell2009-05-061-5/+5
| * Fixed disk_space_check_stop() critical warning on shutdownMartyn Russell2009-05-061-1/+3
| * Fixes: NB#114354, trackerd pollsMartyn Russell2009-05-061-45/+144
* | Fixed class signals featurePhilip Van Hoof2009-05-115-92/+95
* | tracker-indexer: Remove class signalsJürg Billeter2009-05-053-116/+58
* | trackerd: Do not pause the indexerJürg Billeter2009-05-052-93/+0
* | trackerd: Fix tracker-events.h includeJürg Billeter2009-05-051-1/+1
* | trackerd: Make class signals work when writes take place in trackerdPhilip Van Hoof2009-05-055-0/+384
* | trackerd: No longer call the indexer for updatesPhilip Van Hoof2009-05-051-27/+4
|/
* Shut trackerd down cleanly, even during initialization. Fixes NB#107962.Carlos Garnacho2009-04-293-4/+27
* Plug several memory leaks.Carlos Garnacho2009-04-292-7/+5
* Fixed all build warnings and documentation warningsMartyn Russell2009-04-292-1/+11
* Do not trigger crawling under any circumstance if EnableIndexing is false.Chris Coulson2009-04-241-0/+7
* Fixes #578159 – Tracker starts to index when removable media is inserted, r...Carlos Garnacho2009-04-241-1/+5
* Changed stats cache timeout to 5m and signal stat diffs then tooMartyn Russell2009-04-241-34/+3
* Fixes: NB#109891, If deleting last music track or last video...Martyn Russell2009-04-241-116/+133
* Remove QDBM supportJürg Billeter2009-04-2210-74/+7
* Add initial SQLite FTS supportJürg Billeter2009-04-204-3/+16
* Add class signalsPhilip Van Hoof2009-04-166-2/+493
* Add SPARQL query engineJürg Billeter2009-04-162-0/+88
* Switch to decomposed databaseJürg Billeter2009-04-1613-238/+391
* libtracker-data: Remove unused functionsJürg Billeter2009-04-161-1/+0
* Remove D-Bus interfaces File, Keyword, and MetadataJürg Billeter2009-04-1612-2873/+0
* Drop RDF query supportJürg Billeter2009-04-164-752/+0
* Fixes: NB#109891, If deleting last music track or last video...Martyn Russell2009-04-153-219/+326
* Removed the SqlQuery method of the Search DBus objectPhilip Van Hoof2009-04-142-93/+0
* Append API version suffix to pkglibdirJürg Billeter2009-04-141-2/+2
* Define PKGLIBDIR instead of LIBDIRJürg Billeter2009-04-141-1/+0
* Add .gitignore filesJürg Billeter2009-04-141-0/+1
* Only set nice() to 19 when crawling the file system, for all other times,Martyn James Russell2009-04-072-14/+66
* Propagate index errors up to the GUI, so the user has the opportunity toCarlos Garnacho2009-04-073-0/+34
* Use #ifdef __linux__ before including /usr/include/linux/ files. Fixes bugMartyn James Russell2009-04-061-0/+2
* Updated thumbnailer code so we only send thumbnails to the thumbnailerMartyn James Russell2009-04-031-1/+1
* Improve performance here, don't create/free a new list and iterate theMartyn James Russell2009-04-021-10/+9
* Added command line switches to faciliate the _get() and _get_multiple()Martyn James Russell2009-04-012-137/+208
* Remove all references to the old file-index-update.db file, which isn'tCarlos Garnacho2009-03-301-4/+1
* Fixed comparison with unset variable.Martyn James Russell2009-03-251-6/+4
* Make use of g_strcmp0() so we don't crash with NULL strings as reported inMartyn James Russell2009-03-231-6/+6
* Make sure we change the throttling when the battery is in use or not.Martyn James Russell2009-03-231-18/+35
* Improved add/remove/found devices debug messages.Martyn James Russell2009-03-231-2/+2
* Fixes NB#102800, uses _exit() instead of exit() when receiving terminationMartyn James Russell2009-03-231-1/+1
* Added ParentID and 2 indexes to improve GetStats performance. RemovedMartyn James Russell2009-03-202-52/+157
* Use g_timeout_add_seconds() in preference to g_timeout_add(). Fixes bugMartyn James Russell2009-03-162-3/+3
* Don't check each string for utf8 validity inMartyn James Russell2009-03-161-29/+18
* Reverting SCHED_IDLE and setting the extractor to nice(). We don't want toPhilip Van Hoof2009-03-131-7/+0
* Make sure we convert the volume id into a string before using it in theMartyn James Russell2009-03-131-4/+8
* Fixed glitchPhilip Van Hoof2009-03-131-1/+1
* fixes a bug in cleaning up thumbnails from removed devicesPhilip Van Hoof2009-03-131-0/+5