summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-inf.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Fix some typos spotted using codespellRichard Hughes2019-04-081-1/+1
* Allow building on WindowsJehan2019-03-261-1/+0
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* Remove the inf parsing from appstream-glibRichard Hughes2016-08-221-213/+5
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-6/+0
* Rename a symbol to reflect realityRichard Hughes2016-02-251-1/+1
* Do not attempt to parse the version in as_release_set_version()Richard Hughes2015-10-271-1/+6
* Do not use the DriverVersion for the inf file versionRichard Hughes2015-10-181-4/+21
* Add the ability to parse .cab archives as AppStream storesRichard Hughes2015-10-071-12/+10
* trivial: Drop as-cleanup.h include where not neededKalev Lember2015-09-081-1/+0
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-21/+21
* Add support for the flashed firmware provide kindRichard Hughes2015-08-101-20/+39
* Make the DriverVer in the .inf file optionalRichard Hughes2015-08-051-7/+20
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-9/+9
* Do not parse non-standard sections in .inf filesRichard Hughes2015-07-231-11/+0
* Do not expect the INF ClassGuid to be the ESRT GUIDRichard Hughes2015-07-031-11/+31
* trivial: Set the catalog basename as additional metadataRichard Hughes2015-04-221-0/+6
* Support parsing .inf files into an AsAppRichard Hughes2015-03-091-0/+187