fwupd/libfwupd
Richard Hughes 7c8a830659 libfwupd: Add async versions of the library for GUI tools
Rather than force the GUI to interact with fwupd using threads, provide
async versions so thay can be run without blocking the UI thread.
2020-09-03 15:46:57 +01:00
..
fwupd-client-private.h libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
fwupd-client-sync.c libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
fwupd-client-sync.h libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
fwupd-client.c libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
fwupd-client.h libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
fwupd-common-private.h libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
fwupd-common.c libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
fwupd-common.h fwupd: Export fwupd_client_download_bytes() into the client library 2020-07-08 19:00:42 +01: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 libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
fwupd-device.h Support LVFS::UpdateImage in GUI clients 2020-06-26 12:29:54 +01:00
fwupd-enums-private.h Support LVFS::UpdateImage in GUI clients 2020-06-26 12:29:54 +01:00
fwupd-enums.c Allow firmware to require specific features from front-end clients 2020-06-27 15:43:57 +01:00
fwupd-enums.h Allow firmware to require specific features from front-end clients 2020-06-27 15:43:57 +01:00
fwupd-error.c libfwupd: Add a new error type for user action needed 2019-11-01 14:31:03 +00:00
fwupd-error.h libfwupd: Add a new error type for user action needed 2019-11-01 14:31:03 +00: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 trivial: Fix a copy paste mistake spotted by Coverity 2020-09-01 13:49:05 +01:00
fwupd-release.h Support LVFS::UpdateImage in GUI clients 2020-06-26 12:29:54 +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 libfwupd: Add fwupd_remote_load_signature_bytes() for when a file is not available 2020-07-09 20:57:00 +01:00
fwupd-remote.h libfwupd: Add fwupd_remote_load_signature_bytes() for when a file is not available 2020-07-09 20:57:00 +01:00
fwupd-security-attr-private.h Add FwupdSecurityAttr to libfwupd 2020-05-11 17:52:41 +01:00
fwupd-security-attr.c libfwupd: Allow storing metadata on the security attr 2020-07-01 20:10:39 +01:00
fwupd-security-attr.h Remove support for UEFI dbx security attribute 2020-08-19 07:38:51 +01:00
fwupd-self-test.c libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
fwupd-version.h.in Use '#pragma once' to avoid a lot of boilerplate 2019-02-09 08:42:30 -06:00
fwupd.h libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
fwupd.map libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +01:00
meson.build libfwupd: Add async versions of the library for GUI tools 2020-09-03 15:46:57 +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()