fwupd/libfwupd
Richard Hughes d0d2c8b84e trivial: Add FWUPD_DEVICE_FLAG_REPORTED
This flag is present in the history database when a report has been uploaded.
2018-01-11 10:18:37 +00:00
..
fwupd-client.c Add a D-Bus method to get the history information 2018-01-11 10:08:58 +00:00
fwupd-client.h Add a D-Bus method to get the history information 2018-01-11 10:08:58 +00:00
fwupd-common-private.h Export some more API for dealing with checksums 2017-06-09 10:11:58 +01:00
fwupd-common.c trivial: Add fwupd_build_machine_id() 2018-01-11 08:16:55 +00:00
fwupd-common.h trivial: Add fwupd_build_machine_id() 2018-01-11 08:16:55 +00:00
fwupd-deprecated.h trivial: Remove deprecated FwupdResult API 2017-09-28 09:23:52 +01:00
fwupd-device-private.h trivial: Use standard _to_variant() and _from_variant() forms 2017-09-28 09:23:52 +01:00
fwupd-device.c trivial: Fix up some gtk-doc introspection issues in libfwupd 2017-10-05 10:32:05 +01:00
fwupd-device.h trivial: Do not use 'provider' in the public API 2017-09-28 09:23:52 +01:00
fwupd-enums-private.h trivial: Include the releases as part of the device a{sv} array 2017-09-28 09:23:52 +01:00
fwupd-enums.c trivial: Add FWUPD_DEVICE_FLAG_REPORTED 2018-01-11 10:18:37 +00:00
fwupd-enums.h trivial: Add FWUPD_DEVICE_FLAG_REPORTED 2018-01-11 10:18:37 +00:00
fwupd-error.c trivial: Fix up some gtk-doc introspection issues in libfwupd 2017-10-05 10:32:05 +01:00
fwupd-error.h trivial: Use the error domain from libfwupd 2017-09-08 13:33:34 +01:00
fwupd-release-private.h trivial: Use standard _to_variant() and _from_variant() forms 2017-09-28 09:23:52 +01:00
fwupd-release.c trivial: Fix up some gtk-doc introspection issues in libfwupd 2017-10-05 10:32:05 +01:00
fwupd-release.h Move the release trust information to FwupdRelease 2017-09-15 11:31:01 +01:00
fwupd-remote-private.h trivial: Use standard _to_variant() and _from_variant() forms 2017-09-28 09:23:52 +01:00
fwupd-remote.c Support AppStream metadata with relative <location> URLs 2017-12-04 15:46:54 +00:00
fwupd-remote.h Add fwupd_remote_get_checksum() to use in client programs 2017-09-28 09:23:52 +01:00
fwupd-self-test.c trivial: Use the shared fu_test_compare_lines() in the dfu plugin 2018-01-11 09:59:34 +00:00
fwupd-version.h.in trivial: Fix substitution of FWUPD_x_VERSION in fwupd-version.h 2017-04-19 10:15:16 +01:00
fwupd.h trivial: Remove FwupdResult from libfwupd 2017-09-28 09:23:52 +01:00
fwupd.map Add a D-Bus method to get the history information 2018-01-11 10:08:58 +00:00
generate-version-script.py Generate the LD script from the GObject Introspection data 2017-09-28 09:23:52 +01:00
meson.build Remove autoconf-isms from the meson configure options 2017-11-27 18:07:53 +00: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()