..
fuzzing
Parse the SMBIOS DMI table directly
2017-09-05 18:10:36 +01:00
fu-common-cab.c
src/fu-common-cab.c: fix a build warning
2018-01-31 14:51:18 -06:00
fu-common-cab.h
Do not try to parse huge compressed archive files
2018-01-03 07:38:27 +00:00
fu-common.c
trivial: Add some common functionality from reading and writing to a buffer
2017-12-08 20:07:09 +00:00
fu-common.h
trivial: Add some common functionality from reading and writing to a buffer
2017-12-08 20:07:09 +00:00
fu-config.c
Allow specifying the maximum archive size in the daemon config
2018-01-03 07:38:27 +00:00
fu-config.h
Allow specifying the maximum archive size in the daemon config
2018-01-03 07:38:27 +00:00
fu-debug.c
Set environment variables to allow easy per-plugin debugging
2017-11-14 14:22:02 +00:00
fu-debug.h
Set environment variables to allow easy per-plugin debugging
2017-11-14 14:22:02 +00:00
fu-device-list.c
Never add two devices to the daemon with the same ID
2018-01-16 13:49:02 +00:00
fu-device-list.h
trivial: Rename some FuDeviceList methods
2018-01-16 13:48:51 +00:00
fu-device-locker.c
Add FuUsbDevice helper object
2017-11-24 14:04:51 +00:00
fu-device-locker.h
trivial: Fix up introspection issues in the daemon code
2017-10-05 10:32:05 +01:00
fu-device-metadata.h
synaptics: drop hard dependency on dell plugin and libsmbios
2017-10-18 08:27:38 -05:00
fu-device-private.h
Store firmware update success and failure to a local database
2018-01-11 09:59:34 +00:00
fu-device.c
Include the device VID and PID in the calculation of the device-id
2018-02-01 14:01:50 +00:00
fu-device.h
Fix a daemon warning when using fwupdmgr get-results
2018-01-28 21:51:41 +00:00
fu-engine.c
Add FWUPD_DEVICE_FLAG_NOTIFIED
2018-02-01 14:01:18 +00:00
fu-engine.h
Add a D-Bus method to modify a historical device
2018-01-11 10:20:48 +00:00
fu-history.c
Fix a daemon warning when using fwupdmgr get-results
2018-01-28 21:51:41 +00:00
fu-history.h
trivial: Pass the device-id to the fu_history_set_X() methods
2018-01-12 16:50:24 +00:00
fu-hwids.c
trivial: Fix up introspection issues in the daemon code
2017-10-05 10:32:05 +01:00
fu-hwids.h
Parse the SMBIOS DMI table directly
2017-09-05 18:10:36 +01:00
fu-keyring-gpg.c
trivial: Return a better error for keyring set up failure
2017-09-17 09:33:53 +01:00
fu-keyring-gpg.h
Optionally use GnuTLS to verify PKCS7 certificates
2017-08-14 09:42:48 +01:00
fu-keyring-pkcs7.c
trivial: Fix a const-correctness issue discovered using clang
2017-08-30 10:37:56 +01:00
fu-keyring-pkcs7.h
Optionally use GnuTLS to verify PKCS7 certificates
2017-08-14 09:42:48 +01:00
fu-keyring-result.c
Return the authority and timestamp as part of the signing validation
2017-08-17 16:15:47 +01:00
fu-keyring-result.h
Return the authority and timestamp as part of the signing validation
2017-08-17 16:15:47 +01:00
fu-keyring.c
trivial: Fix up a few NULL/FALSE mismatches
2017-08-23 18:28:24 +01:00
fu-keyring.h
trivial: Split up the keyring setup and public key adding
2017-08-18 11:10:03 +01:00
fu-main.c
Add a D-Bus method to modify a historical device
2018-01-11 10:20:48 +00:00
fu-plugin-list.c
trivial: Move the plugin list to a new object
2017-11-24 14:42:27 +00:00
fu-plugin-list.h
trivial: Move the plugin list to a new object
2017-11-24 14:42:27 +00:00
fu-plugin-private.h
Allow each plugin to opt-in to the recoldplug action
2018-01-17 20:19:58 +00:00
fu-plugin-vfuncs.h
Allow each plugin to opt-in to the recoldplug action
2018-01-17 20:19:58 +00:00
fu-plugin.c
trivial: Don't include the device-id in the plugin error string
2018-02-01 14:01:39 +00:00
fu-plugin.h
Allow each plugin to opt-in to the recoldplug action
2018-01-17 20:19:58 +00:00
fu-progressbar.c
trivial: Add FWUPD_STATUS_DEVICE_BUSY
2017-10-12 12:43:25 +01:00
fu-progressbar.h
Show a bouncing progress bar if the percentage remains at zero
2017-08-21 15:51:38 +01:00
fu-quirks.c
Add a more general quirk for adding GUIDs to devices
2017-12-04 17:00:22 +00:00
fu-quirks.h
ebitdo: Use quirks rather than hardcoding a list of VIDs and PIDs
2017-12-11 16:49:28 +00:00
fu-self-test.c
Never add two devices to the daemon with the same ID
2018-01-16 13:49:02 +00:00
fu-smbios.c
trivial: Fix up introspection issues in the daemon code
2017-10-05 10:32:05 +01:00
fu-smbios.h
Add support for SMBIOSv3
2017-09-20 22:08:21 +01:00
fu-test.c
trivial: Add fu_test_compare_lines()
2018-01-11 08:17:02 +00:00
fu-test.h
trivial: Add fu_test_compare_lines()
2018-01-11 08:17:02 +00:00
fu-usb-device.c
trivial: Apply the quirks again if the backing GUsbDevice changes
2017-12-11 16:48:42 +00:00
fu-usb-device.h
trivial: Add fu_usb_device_is_open() for future use
2017-11-30 14:16:34 +00:00
fu-util.c
Use ngettext for any strings with plurals
2018-01-26 10:09:06 +00:00
fwupd.gresource.xml
Add initial build files and enough code to launch a simple D-Bus daemon
2015-02-26 18:16:40 +00:00
meson.build
Store firmware update success and failure to a local database
2018-01-11 09:59:34 +00:00
org.freedesktop.fwupd.xml
Add a D-Bus method to modify a historical device
2018-01-11 10:20:48 +00:00