summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-validate.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-041-7/+7
* trivial: Use a common style where the _cleanup is done last in the blockRichard Hughes2014-06-031-6/+6
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-011-78/+39
* Fix a crash when we try to validate <p></p>Richard Hughes2014-06-011-0/+8
* Only require <project_licence> when being strictRichard Hughes2014-05-281-2/+2
* Add validation for <releases>Richard Hughes2014-05-211-8/+111
* trivial: Fix the list of acceptable AppData licensesRichard Hughes2014-05-211-1/+1
* Do not require <project_license> for %AS_APP_VALIDATE_FLAG_RELAXRichard Hughes2014-05-161-1/+3
* Do not validate AppData files without <project_license>Richard Hughes2014-05-021-0/+6
* trivial: Use as_utils_spdx_license_tokenize() when validating the AppData lic...Richard Hughes2014-05-021-1/+3
* Use SPDX license IDs in <metadata_license>Richard Hughes2014-04-301-4/+4
* Check the project_license against the list of SPDX IDs when validatingRichard Hughes2014-04-301-8/+50
* Add as_app_validate() to validate AppStream, AppData and desktop filesRichard Hughes2014-04-211-0/+918