summaryrefslogtreecommitdiff
path: root/src/trackerd
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use SCHED_IDLE for the daemonPhilip Van Hoof2009-03-131-24/+0
* Fixed blunder on my part, reusing variable name. Seems to work nicely.Martyn James Russell2009-03-131-10/+10
* Added some messaging so we can see what is going on here.Martyn James Russell2009-03-131-0/+11
* Renamed tracker-cleanup to tracker-volume-cleanup so the name makes moreMartyn James Russell2009-03-134-27/+27
* Code clean ups.Martyn James Russell2009-03-131-8/+14
* Cleaning up removable devices' thumbnails after a long period of thePhilip Van Hoof2009-03-131-4/+9
* Put statistics update signal in a separate public function. Fixed notMartyn James Russell2009-03-123-134/+167
* Removed dead code left around causing GObject warnings.Martyn James Russell2009-03-121-5/+0
* Fixed 3 memory leaks and a bug in the statistics signalling code rewrite.Martyn James Russell2009-03-122-1/+8
* Fixed the "ServiceStatisticsUpdated" signal we emit so we don't send emptyMartyn James Russell2009-03-121-51/+94
* Reduce the amount of debugging when starting up and detecting HAL devices.Martyn James Russell2009-03-111-1/+1
* Trivial mini commit that removes the Xesam support. We decided to removePhilip Van Hoof2009-03-1113-3523/+3
* Use SCHED_IDLE and define it if it isn't defined (in older kernels).Martyn James Russell2009-03-101-0/+7
* Do not leak file descriptors.Carlos Garnacho2009-03-091-0/+2
* Remove copyright and version information on startup. There were reports ofMartyn James Russell2009-03-091-29/+17
* These directories not existing ain't real errors that are worth reportingPhilip Van Hoof2009-03-061-1/+0
* Clean up deleted elements from dbs/index on tracker-indexer idle time.Carlos Garnacho2009-03-062-16/+58
* Now we cache DELETE events. This way, when recursively deleting aMartyn James Russell2009-03-041-15/+80
* Do not wipe out/overwrite existing logs if there's a running instance.Carlos Garnacho2009-03-031-7/+4
* Use group_concat instead of combining results in code in queriesMikael Ottela2009-03-021-1/+1
* Revert accidental commit in previous entryMikael Ottela2009-02-271-1/+1
* Put back variables needed for exif extractionMikael Ottela2009-02-271-1/+1
* Do not explicitly shutdown the indexer, it will shutdown by itself thenCarlos Garnacho2009-02-271-16/+0
* Do not use all the tracker_dbus_request machinery, so asking for theCarlos Garnacho2009-02-261-7/+1
* Do not use deprecated functions. Fixes #572237.Carlos Garnacho2009-02-261-4/+3
* Refactor Backups to turtle files support out to aCarlos Garnacho2009-02-266-102/+143
* Added method to dbus API for concatenating fields in groupings and fixed some...Mikael Ottela2009-02-252-0/+82
* src/libtracker/Makefile.am src/tracker-fts/Makefile.amPhilip Van Hoof2009-02-251-0/+2
* src/trackerd/tracker-daemon.c src/trackerd/tracker-daemon.h Added a BackupPhilip Van Hoof2009-02-252-0/+29
* Don't handle signals SIGSEGV, SIGBUS, SIGILL, SIGFPE, SIGABRT, instead letMartyn James Russell2009-02-241-22/+8
* Reset stats after we issue finished signal.Martyn James Russell2009-02-181-10/+10
* Fixed Makefiles so we include WARN_CFLAGS in all files. Some files wereMartyn James Russell2009-02-185-39/+10
* Make timeout for flushing data to the database 30 seconds instead of 60Martyn James Russell2009-02-171-1/+1
* Removed the "Reason" from the Paused signal since we don't have a reasonMartyn James Russell2009-02-175-254/+380
* Make sure we *ALWAYS* log state changes. The recent status code updatesMartyn James Russell2009-02-161-10/+8
* src/plugins/evolution/tracker-evolution-indexer.hPhilip Van Hoof2009-02-126-15/+838
* Use SCHED_IDLE for the process scheduling to improve responsiveness ofMartyn James Russell2009-02-121-15/+51
* Add option for modules to discard a directory based on its contents.Carlos Garnacho2009-02-111-27/+118
* Crash fix for error freeingMikael Ottela2009-02-111-1/+1
* Make sure we initialise GError to NULL. Also use the error in the printMartyn James Russell2009-02-101-5/+13
* Pass also the amount of processed items over to trackerd, use this numberCarlos Garnacho2009-02-064-22/+34
* Added duration attibute for playlist and handle correctly duration on updateIvan Frade2009-02-061-10/+0
* Added new state (PAUSED) and add to the tooltip when paused so it is knownMartyn James Russell2009-02-057-173/+423
* Added scan_timeout option to modules and the module config. This meansMartyn James Russell2009-02-031-96/+192
* Make sure we stop processing modules if the removable devices is less thanMartyn James Russell2009-02-031-5/+16
* Remove the set_db_option_int() call for IntegrityCheck and InitialIndex.Martyn James Russell2009-02-021-8/+0
* src/tracker-indexer/tracker-main.c src/trackerd/tracker-main.cPhilip Van Hoof2009-01-301-1/+1
* Changed warnings to debug messages when we can't find a module from aMartyn James Russell2009-01-271-5/+5
* Make cached events hash table keep a reference as the key, so it doesn'tCarlos Garnacho2009-01-271-6/+11
* Commented out code which causes assertion warnings but doesn't functionMartyn James Russell2009-01-271-4/+6