summaryrefslogtreecommitdiff
path: root/src/libtracker-miner/tracker-miner-fs.c
Commit message (Expand)AuthorAgeFilesLines
* libtracker-miner: Drop libtracker-miner as a public libraryCarlos Garnacho2019-12-121-2659/+0
* libtracker-miner: Fix EVENT_QUEUE_ENABLE_TRACE featureSam Thursfield2019-09-211-118/+16
* Prepare source files to documentationCorentin Noël2019-03-271-2/+2
* libtracker-miner: Port to G_ADD_PRIVATECarlos Garnacho2018-10-121-8/+5
* libtracker-miner: Use ';' as separator for multiple update statementsCarlos Garnacho2018-08-301-2/+2
* libtracker-miner: Coalesce 2 CREATED eventsCarlos Garnacho2018-07-211-1/+2
* libtracker-miner/tracker-miner-fs.c: Fix "Parent not indexed yet" errorsSam Thursfield2018-07-151-34/+65
* libtracker-miner/tracker-miner-fs.c: Rename item_move() parameterSam Thursfield2018-07-151-8/+8
* libtracker-miner: Transfer attribute updates information through the eventCarlos Garnacho2018-06-231-29/+21
* libtracker-miner: Don't leak TrackerMinerFS:rootDebarshi Ray2018-02-071-0/+2
* libtracker-miner: Remove double caching of file IRICarlos Garnacho2017-11-141-43/+11
* libtracker*: Lower g_message()s to g_debug()Carlos Garnacho2017-11-141-2/+0
* libtracker-miner: Remove unused quarksCarlos Garnacho2017-11-141-4/+0
* libtracker-miner: Refactor processing queuesCarlos Garnacho2017-11-141-440/+290
* libtracker-miner: Remove reentry counter and failed task reinsertionCarlos Garnacho2017-11-141-61/+15
* libtracker-miner: Always fallback to URN query when queueing fileCarlos Garnacho2017-09-291-8/+7
* libtracker-miner: Process TrackerMinerFS elements in batchesCarlos Garnacho2017-07-091-13/+26
* libtracker-miner: Fix warnings if move ops happened during initial crawlingCarlos Garnacho2017-07-061-1/+10
* libtracker-miner: Add missing ::move-file signalCarlos Garnacho2017-07-061-0/+9
* libtracker-miner: Remove writeback APICarlos Garnacho2017-07-031-392/+7
* libtracker-miner: Add filter_event vmethodCarlos Garnacho2017-07-021-0/+27
* libtracker-miner: Add connection property to TrackerFileNotifierCarlos Garnacho2017-06-291-1/+2
* libtracker-miner: Merge tracker_miner_fs_check_file[with_priority]Carlos Garnacho2017-06-291-27/+5
* libtracker-miner: Remove tracker_miner_fs_check_directory*()Carlos Garnacho2017-06-291-82/+0
* libtracker-miner: Remove TrackerMinerFS API to add/remove directoriesCarlos Garnacho2017-06-291-146/+0
* libtracker-miner: Remove tracker_miner_fs_[sg]et_initial_crawling()Carlos Garnacho2017-06-291-74/+1
* libtracker-miner: Remove tracker_miner_fs_set_mtime_checking()Carlos Garnacho2017-06-291-75/+0
* tracker-miner-fs: Adopt TrackerThumbnailer from libtracker-minerCarlos Garnacho2017-06-291-93/+0
* libtracker-miner: Remove tracker_miner_fs_force_recheck()Carlos Garnacho2017-06-291-31/+0
* libtracker-miner: Remove tracker_miner_fs_force_recheck()Carlos Garnacho2017-06-291-23/+0
* libtracker-miner: Remove tracker_miner_fs_get_parent_urn()Carlos Garnacho2017-06-291-76/+1
* libtracker-miner: Add TrackerMinerFS::move-file vmethodCarlos Garnacho2017-06-291-130/+57
* libtracker-miner: Split ::remove-file into two signalsCarlos Garnacho2017-06-291-84/+22
* libtracker-miner: Change API of ::process-file[-attributes]Carlos Garnacho2017-06-291-94/+54
* Remove ignore_next_update() APICarlos Garnacho2017-06-291-225/+1
* Remove libmediaart code entirelyCarlos Garnacho2017-06-291-8/+0
* libtracker-miner: Shuffle refcount handling when queueing back a fileCarlos Garnacho2017-04-161-17/+7
* libtracker-miner: Add missing return after switch() caseCarlos Garnacho2016-12-141-0/+1
* miner-fs: Fix handling files moved soon after creatingMartin Kampas2016-06-051-0/+17
* libtracker-miner: cater for unbound nfo:belongsToContainer when moving itemsCarlos Garnacho2016-06-051-3/+3
* libtracker-miner: Insert into the right graph when moving itemsCarlos Garnacho2016-06-041-2/+2
* libtracker-miner: Do not recurse up the hierarchy for out-of-tree index requestsCarlos Garnacho2016-05-051-0/+1
* libtracker-miner: Avoid changing order of elements in the processing queueCarlos Garnacho2016-03-141-36/+16
* libtracker-miner: Cut some slack on the reentry counterCarlos Garnacho2016-03-141-1/+1
* libtracker-miner: Cancel ops in current buffers if a delete affects the fileCarlos Garnacho2016-02-241-0/+12
* 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-151-1/+1
* libtracker-miner: Fix some memory leaks of TrackerTaskHaithem BEN GHORBAL2016-02-151-0/+4
* libtracker-miner: Do not insert partial/empty sparql on errorCarlos Garnacho2016-01-281-5/+0