summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-store.c
Commit message (Expand)AuthorAgeFilesLines
* store: Provide async variants of load functionsFlorian Müllner2018-08-061-0/+128
* Add object type checks on the inputs of all functionsRobert Ancell2018-06-271-0/+34
* Do not parse firmware filesRichard Hughes2018-06-121-13/+1
* trivial: Do not store hundreds of duplicate AsApp origin stringsRichard Hughes2018-05-211-1/+1
* trivial: Do not store hundreds of duplicate AsApp icon path stringsRichard Hughes2018-05-211-1/+1
* Add as_store_get_app_by_launchable()Richard Hughes2018-04-181-0/+37
* Don't expect an enum when really passing a bitfieldRichard Hughes2018-01-221-35/+32
* Add more GObject Introspection annotations for PythonRichard Hughes2018-01-221-2/+2
* Add as_store_get_apps_by_provide()Richard Hughes2017-12-141-0/+38
* Do not assign "flatpak" as an app's origin when no origin was foundJoaquim Rocha2017-09-061-2/+5
* Skip loading desktop data from Snap directory.Robert Ancell2017-06-281-0/+4
* trivial: Ensure every app has format set before adding to storeRichard Hughes2017-06-221-0/+7
* trivial: Prevent crash when a sanity check failsRichard Hughes2017-06-011-0/+2
* Add as_store_get_apps_by_id_merge()Richard Hughes2017-05-161-0/+19
* trivial: Ensure HAVE_GCAB is set when libgcab is being usedRichard Hughes2017-05-161-1/+1
* Add functions for getting the AsStore search matchRichard Hughes2017-04-151-1/+19
* Copy hash table keys from AsApp to avoid them being used after they've been f...Robert Ancell2017-03-301-6/+6
* trivial: Update app ID rename listKalev Lember2017-03-101-0/+4
* Deprecate app_set_source_file() and app_set_source_kind()Richard Hughes2017-02-271-39/+78
* Do not set the AsApp state using the AsRelease stateRichard Hughes2017-02-271-11/+3
* trivial: Use the new AsFormatKind definesRichard Hughes2017-02-271-26/+26
* trivial: Update app ID rename listKalev Lember2017-02-071-0/+2
* trivial: Fix a crash when removing apps from the storeRichard Hughes2017-02-021-5/+6
* 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