summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-checksum.c
Commit message (Collapse)AuthorAgeFilesLines
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-15/+0
|
* Do not write a checksum 'type' for unknown checksum kindsRichard Hughes2015-10-071-1/+8
|
* trivial: Drop as-cleanup.h include where not neededKalev Lember2015-09-081-1/+0
|
* libappstream-glib: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-081-3/+2
| | | | ... and bump glib dep to 2.44.0 for the macro.
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-2/+2
| | | | | | Using the length of -1 for 'unknown' breaks the GIR-generated bindings. This breaks API and ABI and the soname has been updated to reflect this.
* Add AsChecksumRichard Hughes2015-08-031-0/+423
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.