summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add two hash functions specifically for unique-idswip/hughsie/unique-id-hashRichard Hughes2016-08-253-0/+140
* 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: Add a query-installed command to appstream-utilRichard Hughes2016-08-251-0/+59
* trivial: Do not hang when using 'appstream-util search foo --verbose'Richard Hughes2016-08-251-2/+1
* trivial: Show the installed state in the appstream-util search outputRichard Hughes2016-08-231-3/+12
* 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: Use correct autoptr cleanup on yaml error when loading from a file. ...Mario Limonciello2016-08-221-1/+1
* Don't require an icon from LOCALIZATION kindRichard Hughes2016-08-221-0/+1
* trivial: lower requirement for appstream-glib (#132)Mario Limonciello2016-08-221-1/+1
* Remove the inf parsing from appstream-glibRichard Hughes2016-08-2210-1523/+35
* Revert "as-app-desktop: Fix association between icon names and types (#128)"Richard Hughes2016-08-221-7/+27
* as-app-desktop: Fix association between icon names and types (#128)Philip Withnall2016-08-221-27/+7
* trivial: Fix several -Wsign-conversion issues on ARMRichard Hughes2016-08-227-24/+27
* trivial: Fix a -Wcast-align issue on ARMRichard Hughes2016-08-221-7/+8
* Don't use the prefix check when parsing YAMLRichard Hughes2016-08-211-15/+0
* trivial: Use the correct autoptr cleanup on yaml errorRichard Hughes2016-08-211-1/+1
* Make upgrade check for SPDX license string (#131)Kai Willadsen2016-08-211-2/+2
* Add AS_BUNDLE_KIND_CABINETRichard Hughes2016-08-192-0/+6
* as-app-validate: Check if icon_name is NULL (#130)Justin J. Kim2016-08-191-2/+4
* trivial: Fix some introspection markupRichard Hughes2016-08-181-1/+1
* Invalidate the unique-id if any of the parts are changedRichard Hughes2016-08-181-1/+25
* trivial: Add another quirk for firmwareRichard Hughes2016-08-181-0/+2
* Return proper warnings when using libyamlRichard Hughes2016-08-182-18/+163
* trivial: Fix a small memory leak in as_markup_import()Richard Hughes2016-08-181-1/+1
* trivial: Fix a small memory leak in AsStoreRichard Hughes2016-08-181-1/+1
* trivial: Fix a small memory leak in AsReviewRichard Hughes2016-08-181-0/+1
* Pay attention to errors from yaml_parser_parse (#129)Anders Kaseorg2016-08-171-2/+1
* Sanity check YAML files before parsingRichard Hughes2016-08-172-0/+33
* trivial: Add some more search debugging when run with --verboseRichard Hughes2016-08-171-0/+22
* Fix gcc shift warnings on 32 bit platformsKalev Lember2016-08-171-35/+35
* trivial: Don't require screenshots for valid langpacksRichard Hughes2016-08-151-1/+2
* Don't merge LangPack entriesRichard Hughes2016-08-151-3/+11
* trivial: Fix a harmless compile warning on ARMRichard Hughes2016-08-121-1/+1
* trivial: Merge some gtk-doc fixupsRichard Hughes2016-08-122-3/+3
* trivial: post release version bumpRichard Hughes2016-08-122-6/+6
* Release version 0.6.1appstream_glib_0.6.1Richard Hughes2016-08-1229-334/+2728
* trivial: Fix validation of console-application componentsRichard Hughes2016-08-111-4/+1
* Add console-app component typeMatthias Klumpp2016-08-112-0/+5
* yaml: Read all component types, not just desktop-appsMatthias Klumpp2016-08-111-3/+3
* Make asglib read current component-type namesMatthias Klumpp2016-08-111-2/+11
* Add support for application suggestionsRichard Hughes2016-08-1111-0/+556
* Support AppStream merge componentsRichard Hughes2016-08-114-2/+119
* Ensure predictable output order of XML attributesRichard Hughes2016-08-103-70/+94
* trivial: Don't add a duplicate <developer_name> when it exists alreadyRichard Hughes2016-08-101-0/+2
* trivial: Allow setting the output trusted mode using an environment variableRichard Hughes2016-08-101-0/+6
* Print max caption length when validatingRichard Hughes2016-08-101-2/+6
* trivial: Fix the comment text for 'help' when upgradingRichard Hughes2016-08-101-2/+2
* trivial: Be a bit more helpful when reporting validation warningsRichard Hughes2016-08-091-80/+87