summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to FTS5wip/fts5Carlos Garnacho2016-02-2933-18851/+21571
* libtracker-data: Handle tracker:fulltextIndexed changesCarlos Garnacho2016-02-293-28/+43
* tracker-extract: Use tracker-guarantee to ensure a title in playlistsMarinus Schraal2016-02-261-1/+3
* tracker-extract: Fix year-only date extraction in gstreamer moduleMarinus Schraal2016-02-261-3/+4
* libtracker-miner: lower g_critical() severityCarlos Garnacho2016-02-251-3/+4
* libtracker-miner: Cancel crawling/querying on both cancellation pathsCarlos Garnacho2016-02-251-5/+3
* libtracker-miner: Use g_file_equal instead of direct comparisonCarlos Garnacho2016-02-251-2/+3
* libtracker-miner: Plug fd leak when cancelling crawlers earlyCarlos Garnacho2016-02-251-2/+1
* libtracker-direct: Handle cancellationCarlos Garnacho2016-02-251-43/+44
* libtracker-miner: Do not break ordering with bulk operationsCarlos Garnacho2016-02-241-121/+37
* libtracker-miner: Cancel ops in current buffers if a delete affects the fileCarlos Garnacho2016-02-241-0/+12
* libtracker-miner: Stop crawling if a delete op affects the current directoryCarlos Garnacho2016-02-241-0/+53
* libtracker-miner: Fix TrackerFileNotifier cancellable maintenanceCarlos Garnacho2016-02-241-4/+8
* libtracker-miner: Delete directory altogether on interrupted crawlingCarlos Garnacho2016-02-241-2/+5
* libtracker-miner: Set uri in warningCarlos Garnacho2016-02-241-2/+8
* Release 1.7.31.7.3Carlos Garnacho2016-02-162-1/+25
* libtracker-miner: Fix invalid return value warningCarlos Garnacho2016-02-161-1/+1
* libtracker-miner: Add envvar toggle to force directory updated checksCarlos Garnacho2016-02-151-0/+6
* libtracker-miner: Simplify deleted contents querying in TrackerFileNotifierCarlos Garnacho2016-02-151-31/+29
* libtracker-data: Fix uninitialized variable usageHaithem BEN GHORBAL2016-02-151-5/+2
* libtracker-miner: Detect file type on files coming from storeCarlos Garnacho2016-02-151-6/+24
* libtracker-miner: Use Sparql1.1 in TrackerSparqlBuffer tasksCarlos Garnacho2016-02-151-1/+1
* libtracker-miner: Separate currently crawled dir from pending directoriesHaithem BEN GHORBAL2016-02-151-5/+11
* libtracker-miner: Reset of reentry counter is not needed anymoreHaithem BEN GHORBAL2016-02-151-10/+0
* libtracker-miner: Invalidate files iri recursively in case of file removalHaithem BEN GHORBAL2016-02-151-1/+10
* libtracker-miner: Allow to invalidate files iri recursivelyHaithem BEN GHORBAL2016-02-153-8/+34
* libtracker-miner: Proceed into querying if tracker_crawler_start() failsCarlos Garnacho2016-02-151-4/+12
* libtracker-miner: Fix some memory leaks of TrackerTaskHaithem BEN GHORBAL2016-02-151-0/+4
* libtracker-miner: Add extra reference around file deletionHaithem BEN GHORBAL2016-02-151-0/+8
* libtracker-miner: Use the interned GFile with tracker_file_system_forget_files()Haithem BEN GHORBAL2016-02-151-1/+1
* libtracker-miner: Fix generated Sparql query in sparql_contents_compose_query()Haithem BEN GHORBAL2016-02-151-2/+5
* libtracker-miner: Fix "return makes integer from pointer without a cast" warn...Haithem BEN GHORBAL2016-02-152-5/+5
* libtracker-fts: Fix invalid blob length calculationHaithem BEN GHORBAL2016-02-151-2/+6
* Tracker: fix possible dereference of null pointerHaithem BEN GHORBAL2016-02-151-1/+1
* libtracker-data: remove unnecessary call to tracker_db_manager_get_db_interfa...Haithem BEN GHORBAL2016-02-151-2/+0
* libtracker-data: Rework ontology_get_fts_properties()Haithem BEN GHORBAL2016-02-151-18/+8
* libtracker-miner: Fix variable set but not used warningHaithem BEN GHORBAL2016-02-141-3/+1
* docs: Fix less-than-zero comparison of an unsigned valueHaithem BEN GHORBAL2016-02-141-1/+1
* libtracker-data: Fix g_warning() missing argumentHaithem BEN GHORBAL2016-02-141-1/+1
* Update Latvian translationRÅ«dolfs Mazurs2016-02-061-1375/+1702
* libtracker-miner: Do not insert partial/empty sparql on errorCarlos Garnacho2016-01-281-5/+0
* libtracker-miner: Pass a builder in UPDATE state to ::remove-fileCarlos Garnacho2016-01-281-1/+1
* libtracker-miner: Remove children recursively from queues on directory deletedCarlos Garnacho2016-01-281-3/+3
* Update the AppData to spec version 0.7+Richard Hughes2016-01-251-24/+27
* libtracker-common: Use guint64 for free space calculationsCarlos Garnacho2016-01-211-3/+3
* Release 1.7.21.7.2Carlos Garnacho2016-01-172-1/+14
* libtracker-miner: Fix Invalid memory reads on writeback finalizationCarlos Garnacho2016-01-171-10/+5
* libtracker-extract: Fix possible XMP extractor leakCarlos Garnacho2016-01-171-1/+2
* libtracker-data: Keep a weak reference on the Variable to the ContextCarlos Garnacho2016-01-171-1/+1
* libtracker-miner: Add TrackerMinerFS::remove-file signalCarlos Garnacho2016-01-172-39/+123