fwupd/libfwupd
Mario Limonciello e1b4d8ebcd Add a new device flag for indicating device won't come back
Devices like this can't be verified that the version was updated
until they're manually put into the correct mode by the user.
2019-10-12 14:07:34 -05:00
..
fwupd-client.c Export the salted machine ID as a daemon property 2019-09-23 17:34:47 +01:00
fwupd-client.h Export the salted machine ID as a daemon property 2019-09-23 17:34:47 +01:00
fwupd-common-private.h trivial: Fix missing G_BEGIN_DECLS's from public includes 2019-02-10 08:59:07 +00:00
fwupd-common.c Fall back to /var/lib/dbus/machine-id when required 2019-09-23 17:34:47 +01:00
fwupd-common.h fu-tool: Save device state to @LOCALSTATEDIR@/lib/fwupd/state.json on actions 2019-02-28 10:32:45 -06:00
fwupd-deprecated.h trivial: Fix missing G_BEGIN_DECLS's from public includes 2019-02-10 08:59:07 +00:00
fwupd-device-private.h Allow client code to construct objects from GVariant blobs 2019-07-03 11:44:31 +01:00
fwupd-device.c Print the instance IDs if the GUIDs are unconverted 2019-09-18 17:07:39 +01:00
fwupd-device.h Allow client code to construct objects from GVariant blobs 2019-07-03 11:44:31 +01:00
fwupd-enums-private.h Export the instructions for detaching the device 2019-09-26 16:40:12 +01:00
fwupd-enums.c Add a new device flag for indicating device won't come back 2019-10-12 14:07:34 -05:00
fwupd-enums.h Add a new device flag for indicating device won't come back 2019-10-12 14:07:34 -05:00
fwupd-error.c Add a specific error code for the low battery case 2019-07-11 09:31:34 -07:00
fwupd-error.h Add a specific error code for the low battery case 2019-07-11 09:31:34 -07:00
fwupd-release-private.h Allow client code to construct objects from GVariant blobs 2019-07-03 11:44:31 +01:00
fwupd-release.c Export the instructions for detaching the device 2019-09-26 16:40:12 +01:00
fwupd-release.h Export the instructions for detaching the device 2019-09-26 16:40:12 +01:00
fwupd-remote-private.h libfwupd: Add a new private function fwupd_remote_set_remotes_dir 2019-08-29 11:44:32 -05:00
fwupd-remote.c Add support for automatically uploading reports 2019-09-30 16:21:23 -05:00
fwupd-remote.h Add support for automatically uploading reports 2019-09-30 16:21:23 -05:00
fwupd-self-test.c trivial: libfwupd: skip tests if machine-id is empty too 2019-09-24 11:26:05 -05:00
fwupd-version.h.in Use '#pragma once' to avoid a lot of boilerplate 2019-02-09 08:42:30 -06:00
fwupd.h Use '#pragma once' to avoid a lot of boilerplate 2019-02-09 08:42:30 -06:00
fwupd.map Add support for automatically uploading reports 2019-09-30 16:21:23 -05:00
generate-version-script.py trivial: Fix the version script to pick up boxed types 2019-06-28 08:28:12 +01:00
meson.build Fix some typos spotted using codespell 2019-04-08 12:47:53 +01:00
README.md trivial: Remove GetUpdates as it is no longer used 2017-09-28 09:23:52 +01:00

Migration from Version 0.9.x

  • Rename FU_DEVICE_FLAG -> FWUPD_DEVICE_FLAG
  • Rename FWUPD_DEVICE_FLAG_ALLOW_ONLINE -> FWUPD_DEVICE_FLAG_UPDATABLE
  • Rename FWUPD_DEVICE_FLAG_ALLOW_OFFLINE -> FWUPD_DEVICE_FLAG_ONLY_OFFLINE
  • Rename fwupd_client_get_devices_simple -> fwupd_client_get_devices
  • Rename fwupd_client_get_details_local -> fwupd_client_get_details
  • Rename fwupd_client_update_metadata_with_id -> fwupd_client_update_metadata
  • Rename fwupd_remote_get_uri -> fwupd_remote_get_metadata_uri
  • Rename fwupd_remote_get_uri_asc -> fwupd_remote_get_metadata_uri_sig
  • Rename fwupd_remote_build_uri -> fwupd_remote_build_firmware_uri
  • Switch FWUPD_RESULT_KEY_DEVICE_CHECKSUM_KIND to fwupd_checksum_guess_kind()
  • Rename fwupd_result_update_() to fwupd_release_()
  • Rename fwupd_result_() to fwupd_device_()
  • Convert FwupdResult to FwupdDevice in all callbacks
  • Rename fwupd_device_provider -> fwupd_device_plugin
  • Convert hash types sa{sv} -> a{sv}
  • Convert fwupd_client_get_updates() -> fwupd_client_get_upgrades()