summaryrefslogtreecommitdiff
path: root/tests/libtracker-miner
Commit message (Expand)AuthorAgeFilesLines
* tests: Add a test for caching non-native filesDebarshi Ray2018-01-291-0/+21
* tests: Add a test for indexing non-native directoriesDebarshi Ray2018-01-291-2/+18
* tests: Add test for ignored content in configured foldersCarlos Garnacho2017-11-141-0/+72
* tests: Minor update to TrackerMonitor testCarlos Garnacho2017-11-141-2/+2
* tests: Remove "blacklisting" TrackerMonitor testsCarlos Garnacho2017-11-141-485/+0
* tests: Minor update to TrackerFileNotifier testCarlos Garnacho2017-11-142-3/+3
* libtracker-miner: Remove TrackerCrawler max_depth argumentCarlos Garnacho2017-11-141-77/+5
* tests: Add tests for libtracker-miner's TrackerMinerFSCarlos Garnacho2017-11-143-0/+1976
* tests: Remove stray semicolonCarlos Garnacho2017-09-161-1/+1
* tests: Fix compiler warningsCarlos Garnacho2017-09-161-2/+0
* build: Cleanup TRACKER_COMPILATION defines from c_argsCarlos Garnacho2017-07-191-1/+0
* libtracker-miner: Remove Tracker[File]EnumeratorCarlos Garnacho2017-07-101-2/+2
* tests: Add missing macros to meson build instructionsCarlos Garnacho2017-07-021-0/+1
* libtracker-miner: Add connection property to TrackerFileNotifierCarlos Garnacho2017-06-292-1/+13
* Remove ignore_next_update() APICarlos Garnacho2017-06-291-2/+0
* Distribute meson.build files in tarballs generated by AutotoolsSam Thursfield2017-05-221-0/+1
* Meson build instructions for TrackerSam Thursfield2017-05-221-0/+69
* distcheck fixesCarlos Garnacho2015-07-131-0/+2
* libtracker-miner: Fix API break with tracker_indexing_tree_new()Rico Tzschichholz2014-09-252-2/+2
* libtracker-miner: Removed TrackerCrawlFlags and use TrackerDirectoryFlagsMartyn Russell2014-09-051-7/+7
* Update */.gitignoreRico Tzschichholz2014-08-251-1/+2
* libtracker-miner: Split TrackerEnumerator into 2 classes, now with TrackerDat...Martyn Russell2014-08-121-29/+46
* libtracker-miner: Rename TrackerEnumerator members 'start' to 'get-children'Martyn Russell2014-08-121-7/+7
* libtracker-miner: Added FileEnumerator unit testMartyn Russell2014-08-123-7/+85
* libtracker-miner: Allow FileNotifier to have external crawlersMartyn Russell2014-08-121-1/+1
* libtracker-miner: FileSystem _new() now takes GFile for rootMartyn Russell2014-08-121-1/+1
* libtracker-miner: IndexingTree _new() now takes a GFileMartyn Russell2014-08-122-2/+2
* libtracker-miner: Make crawler take a maximum recursion depthCarlos Garnacho2014-04-271-7/+7
* tests: Updated gtester scripts to improve testing systemMartyn Russell2014-02-201-5/+5
* tests: Fix build in libtracker-minerCarlos Garnacho2014-02-201-1/+2
* libtracker-miner: Remove TrackerMinerWeb and helper objectsCarlos Garnacho2014-02-202-141/+0
* libtracker-control: New separate library, just contains TrackerMinerManagerCarlos Garnacho2014-02-202-187/+0
* libtracker-miner: Make TrackerCrawler privateCarlos Garnacho2014-02-202-1/+3
* Remove marshallersXavier Claessens2014-01-131-4/+0
* tests: Avoid invalid calls to g_source_remove().Sam Thursfield2013-11-251-2/+3
* libtracker-miner, libtracker-sparql: Fixed missing setlocale() in unit testsMartyn Russell2013-10-192-0/+12
* build: Improve warnings generated from Vala generated C filesMartyn Russell2013-10-191-1/+1
* tests: Verify that tracker_priority_queue_peek can handle empty queuesJonatan Pålsson2013-09-121-2/+5
* all: Remove use of g_type_init() now it's deprecated in GLib since 2.35.xMartyn Russell2013-03-0810-11/+0
* libtracker-miner: Fix libsecret password provider get call using non-NULL GErrorMartyn Russell2013-01-241-0/+1
* tests: Remove unneeded parameter guardJürg Billeter2012-08-141-4/+2
* tests: Fix build with GLib 2.28Sam Thursfield2012-03-191-0/+8
* tests: Fix compile warning in tracker-file-notifier-testSam Thursfield2012-02-041-1/+4
* tests: Fix tracker-file-notifier-testSam Thursfield2012-02-031-10/+19
* build: ignore built files in gitAleksander Morgado2011-12-151-0/+3
* Remove remaining g_thread_init callsJürg Billeter2011-12-152-2/+0
* build: Fixed various compiler warnings across the entire code baseMartyn Russell2011-12-142-40/+48
* tests: Add TrackerFileNotifier file monitoring testsCarlos Garnacho2011-12-071-8/+121
* tests: Add tests for TrackerFileNotifier configuration changesCarlos Garnacho2011-12-071-9/+167
* tests: Add beginning of unit test for TrackerFileNotifierCarlos Garnacho2011-12-072-0/+490