summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-checksum.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix build of libappstream-glib clientsJürg Billeter2019-02-101-1/+1
| | | | | | | | | | | With '#pragma once', __APPSTREAM_GLIB_H is never defined. In file included from /usr/include/libappstream-glib/appstream-glib.h:35: /usr/include/libappstream-glib/as-utils.h:11:2: error: #error "Only <appstream-glib.h> can be included directly." #error "Only <appstream-glib.h> can be included directly." ^~~~~ Fixes: 87b7483e ("Use '#pragma once' to avoid a lot of boilerplate")
* Use '#pragma once' to avoid a lot of boilerplateRichard Hughes2019-02-091-5/+2
|
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
|
* trivial: Add AS_CHECKSUM_TARGET_DEVICERichard Hughes2018-12-201-0/+2
|
* trivial: Fix up the Since tag for the last commitRichard Hughes2018-05-211-1/+1
|
* Add ability to store signature filename and checksumRichard Hughes2018-05-211-2/+4
|
* libappstream-glib: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-081-15/+2
| | | | ... and bump glib dep to 2.44.0 for the macro.
* Add AsChecksumRichard Hughes2015-08-031-0/+101
Also, partially revert the 'add filename' commit and move the filename to the checksum. This allows us to store the checksum of the firmware file as well as well as the .cab container. This allows us to validate the firmware on devices using fwupd.