summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-store.c
Commit message (Expand)AuthorAgeFilesLines
* store: Fix use after free with hash table keysKalev Lember2017-01-271-0/+5
* trivial: Update app ID rename listKalev Lember2017-01-271-0/+22
* AsStore: hold a ref in hash_unique_id to avoid use-after-free (#149)Simon McVittie2017-01-261-2/+2
* Do not ignore type=replace merge componentsRichard Hughes2017-01-121-1/+1
* trivial: Add yakuake.desktop to rename listKalev Lember2017-01-051-0/+1
* trivial: Add some asserts to shut up clangRichard Hughes2016-12-151-0/+7
* Subsume the AppData releases into AppStream itemsRichard Hughes2016-12-151-0/+2
* Add Geary to the app id fallbacks (#141)Niels De Graef2016-12-091-0/+1
* Add support for ONLY_NATIVE_LANGS when parsing yaml filesRichard Hughes2016-11-211-1/+4
* Cache the stemmer results in a hash tableRichard Hughes2016-11-211-2/+2
* Use refcounted strings in all objectsRichard Hughes2016-11-211-6/+18
* trivial: Remove two unused variablesKalev Lember2016-11-071-1/+0
* trivial: Restore behaviour compatibility to fix self testsRichard Hughes2016-11-041-0/+1
* Allow the client to control what search fields are indexedRichard Hughes2016-11-031-0/+19
* trivial: Only load native languages from desktop files when the flag is setRichard Hughes2016-11-031-0/+4
* Only load native languages when parsing AppStream dataRichard Hughes2016-11-031-7/+10
* trivial: Show threaded tasks in bold in the profile outputRichard Hughes2016-11-021-1/+1
* Use multiple threads to load the search cacheRichard Hughes2016-11-021-3/+15
* Load the search token blacklist into a hash tableRichard Hughes2016-11-021-0/+37
* trivial: Unsingleton AsStemmer and use a shared instance in AsStoreRichard Hughes2016-11-021-0/+7
* Add as_store_load_search_cache()Richard Hughes2016-11-021-0/+32
* Add app-removed, app-added and app-changed signals to AsStoreRichard Hughes2016-10-311-1/+67
* Always copy the installed state when replacing AppData with AppStreamRichard Hughes2016-10-191-0/+2
* Ensure the component scope is set when loading yaml filesRichard Hughes2016-10-191-3/+9
* Revert "trivial: Restrict the bundle kind when parsing local files"Richard Hughes2016-10-191-7/+0
* Monitor missing AppStream directoriesRichard Hughes2016-10-191-42/+40
* Allow filtering applications based on merge typeRichard Hughes2016-10-121-1/+18
* Add flag to only load uncompressed files into a storeRichard Hughes2016-10-121-0/+8
* Fix a small memory leak when parsing yaml filesRichard Hughes2016-09-281-3/+3
* Fix setting the origin for Flatpak user reposwip/jrocha/fix-user-reposJoaquim Rocha2016-09-271-1/+1
* trivial: Allow detailed profiling when using as_store_from_file()Richard Hughes2016-09-141-8/+5
* Add as_store_add_apps()Richard Hughes2016-09-131-0/+31
* Convert the built unknown icons to the correct kind depending on the actionRichard Hughes2016-09-051-0/+10
* Support components with merge=replace rulesRichard Hughes2016-09-021-9/+19
* Ignore system datadirs that are actually per-userRichard Hughes2016-08-251-0/+4
* trivial: Don't show some applications as installed when they are notRichard Hughes2016-08-251-2/+4
* trivial: Restrict the bundle kind when parsing local filesRichard Hughes2016-08-231-0/+7
* trivial: Restrict the scope when parsing local filesRichard Hughes2016-08-231-0/+1
* trivial: Fix a small memory leak in AsStoreRichard Hughes2016-08-181-1/+1
* Support AppStream merge componentsRichard Hughes2016-08-111-1/+6
* trivial: Allow setting the output trusted mode using an environment variableRichard Hughes2016-08-101-0/+6
* Allow subsuming each property individuallyRichard Hughes2016-08-091-5/+10
* Don't include the architecture in the unique IDRichard Hughes2016-08-091-5/+3
* Don't include the version in the unique IDRichard Hughes2016-08-091-3/+1
* Only subsume a safe subset from merge componentsRichard Hughes2016-08-051-2/+4
* trivial: Parse the unique_id correctly when searchingRichard Hughes2016-08-051-4/+4
* trivial: Use the existing quirk as it can be made useful againRichard Hughes2016-08-051-2/+2
* Use a more relaxed unique-id match for merge componentsRichard Hughes2016-08-051-1/+6
* Support merge componentsRichard Hughes2016-08-041-0/+61
* Always use wildcards when adding apps to the storeRichard Hughes2016-08-031-36/+19