summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-store.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* trivial: Use the unique ID in the dedupe logsRichard Hughes2016-08-031-11/+25
* Use an array of application objects in the ID hashRichard Hughes2016-08-031-25/+37
* as_store_from_file_internal: set up path data for the file itselfSimon McVittie2016-08-021-8/+4
* as_store_from_file_internal: don't redundantly monitor filesSimon McVittie2016-08-021-1/+12
* Allow multiple components with the same AppStream ID in the AsStoreRichard Hughes2016-08-011-23/+48
* Include the version in the equality checkRichard Hughes2016-08-011-1/+5
* Restrict addons to the same scope and bundle kindRichard Hughes2016-08-011-20/+32
* Add as_store_get_app_by_unique_id()Richard Hughes2016-07-311-0/+98
* trivial: Fix the flatpak scope when using the symlink nameRichard Hughes2016-07-311-0/+5
* trivial: Fix the origin name when using the symlink nameRichard Hughes2016-07-311-3/+7
* Include the scope in the equality checkRichard Hughes2016-07-311-46/+47
* Remove specific support for flatpakRichard Hughes2016-07-291-230/+2
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-4/+4
* trivial: Add two more renamed desktop IDsRichard Hughes2016-07-251-0/+2
* Do not save the 'X-' prefixed keys to the AppStream metadataRichard Hughes2016-07-151-0/+3
* store: Don't emit a warning when flatpak user directory doesn't existKalev Lember2016-07-061-0/+5
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-120/+0
* Load metainfo files if presentRichard Hughes2016-06-131-0/+9
* trivial: Fix several issues to ensure changed signal are sentRichard Hughes2016-06-111-1/+6
* Correctly detect new AppStream applications in new directoriesRichard Hughes2016-06-081-7/+32
* Allow setting the id prefix and origin using a symlink file nameRichard Hughes2016-06-081-11/+72
* Save the ID prefix in more placesRichard Hughes2016-05-181-44/+77
* Correctly set the architecture on newly discovered applicationsRichard Hughes2016-05-181-11/+30
* Set the architecture of discovered Flatpak appsRichard Hughes2016-05-181-6/+20
* Add all applications for all architectures when loading FlatpakRichard Hughes2016-05-181-59/+34
* Always add /var/lib/flatpak/appstream as a possible Flatpak pathRichard Hughes2016-05-181-0/+7
* Revert "trivial: Add some support for flatpak self tests"Richard Hughes2016-05-141-15/+0
* Merge pull request #107 from DimStar77/show-appnameRichard Hughes2016-05-131-1/+2
|\
| * Show the app name when complaining about missing description in the metadataDominique Leuenberger2016-05-131-1/+2
* | Addons can have duplcate namesDominique Leuenberger2016-05-131-16/+18
|/
* trivial: Add some support for flatpak self testsRichard Hughes2016-05-121-0/+15
* Rename the xdg-app support to the new name: FlatpakRichard Hughes2016-05-111-48/+55
* trivial: Add some more debugging to debug an issueRichard Hughes2016-05-111-0/+2