fwupd/libdfu
Richard Hughes 1b853eb971 Fix libdfu CRC check for big endian architectures
dfu_firmware_generate_crc32() generates a uint in the host byte order, the
proper fix is to write the checksum in LE format like the other fields.
2016-04-03 09:41:28 +01:00
..
examples libdfu: Add an example showing GObject Introspection 2015-11-23 14:16:03 +00:00
fuzzing trivial: Add some fuzzing examples for libdfu 2015-12-06 16:27:16 +00:00
dfu-common.c libdfu: Add DfuCipher which is a property on a target and a firmware file 2015-12-04 12:58:05 +00:00
dfu-common.h libdfu: Add support for the draft 'DFU Metadata Table Specification' 2015-12-04 16:01:40 +00:00
dfu-context.c libdfu: Fix up some NULL/FALSE confusion 2016-03-18 12:33:47 +00:00
dfu-context.h libdfu: Add dfu_context_get_device_by_platform_id() 2015-11-24 18:33:40 +00:00
dfu-device-private.h Export the attribute and quirk values in libdfu 2016-03-07 08:44:14 +00:00
dfu-device.c libdfu: Fix up some NULL/FALSE confusion 2016-03-18 12:33:47 +00:00
dfu-device.h trivial: Remove all 'suspicious commas' 2016-03-18 12:33:47 +00:00
dfu-element-private.h libdfu: Fix another bug discovered by the fuzzer 2015-12-02 08:29:59 +00:00
dfu-element.c libdfu: Fix another bug discovered by the fuzzer 2015-12-02 08:29:59 +00:00
dfu-element.h libdfu: Use signals to propagate device state 2015-11-23 10:19:24 +00:00
dfu-error.c libdfu: Use a custom error domain 2015-11-14 17:34:08 +00:00
dfu-error.h libdfu: Improve the output of 'dfu-util list' 2015-11-20 12:30:53 +00:00
dfu-firmware.c Fix libdfu CRC check for big endian architectures 2016-04-03 09:41:28 +01:00
dfu-firmware.h trivial: Remove all 'suspicious commas' 2016-03-18 12:33:47 +00:00
dfu-image-private.h libdfu: Fix another bug discovered by the fuzzer 2015-12-02 08:29:59 +00:00
dfu-image.c Add dfu_image_get_element_default() 2016-04-03 09:38:23 +01:00
dfu-image.h Add dfu_image_get_element_default() 2016-04-03 09:38:23 +01:00
dfu-sector-private.h libdfu: Support download and upload to ST DfuSe devices 2015-11-20 14:14:05 +00:00
dfu-sector.c libdfu: Support download and upload to ST DfuSe devices 2015-11-20 14:14:05 +00:00
dfu-sector.h libdfu: Use signals to propagate device state 2015-11-23 10:19:24 +00:00
dfu-self-test.c trivial: Fix several trivial warnings on ARM 2015-12-06 17:51:10 +00:00
dfu-target-private.h libdfu: Add an explicit 'attach' method 2015-11-27 10:54:26 +00:00
dfu-target.c libdfu: Fix up some NULL/FALSE confusion 2016-03-18 12:33:47 +00:00
dfu-target.h trivial: Remove all 'suspicious commas' 2016-03-18 12:33:47 +00:00
dfu-tool.c Release fwupd 0.6.0 2015-12-07 16:20:59 +00:00
dfu.h libdfu: Add a context object to handle device hotplug 2015-11-23 13:53:06 +00:00
dfu.pc.in Split out the libdfu-devel package 2016-04-01 08:16:04 +01:00
fuzzing.md trivial: Add some fuzzing examples for libdfu 2015-12-06 16:27:16 +00:00
Makefile.am Split out the libdfu-devel package 2016-04-01 08:16:04 +01:00