1. 0c18424 Replace base string utils with android::base ones by Kelvin Zhang · 7 months ago
  2. 1f46f5b Replace libchrome NumberToString with std::format by Kokoa Matsuda · 7 months ago
  3. 3357e27 Simply Replace libchrome StringToXXs with android base ones by Kokoa Matsuda · 7 months ago
  4. a77e645 update_engine: use error_code for std::filesystem by Daniel Zheng · 9 months ago
  5. 37f212d update_engine: fix checkpointing by Daniel Zheng · 9 months ago
  6. c80d39b Improve atomiticy of update checkpointing by Kelvin Zhang · 1 year, 7 months ago
  7. 5eece04 Make checkpointing atomic by Daniel Zheng · 2 years ago
  8. cb9932f Fix xor writer failure by Kelvin Zhang · 2 years, 4 months ago
  9. 49170aa Fsync data after writing prefs by Kelvin Zhang · 2 years, 6 months ago
  10. 1c86a92 Refactor: Migrate all prefs to string_view by Kelvin Zhang · 4 years ago
  11. cf4600e Use string_view for pref interface to reduce copy by Kelvin Zhang · 4 years, 7 months ago
  12. 043355b update_engine: use new base::Delete{File,PathRecursively} by hscham · 4 years, 6 months ago
  13. 4c5413d update_engine: Store fingerprint value from Omaha response. by Vyshu Khota · 4 years, 7 months ago
  14. 29a80e0 update_engine: Fix [Memory|File]Storage partial inconsistency by Jae Hoon Kim · 5 years ago
  15. c1f3692 update_engine: Multi-level |PrefsInterface::CreateSubKey()| by Jae Hoon Kim · 5 years ago
  16. 065d78d update_engine: Change DLC metadata path by Andrew · 5 years ago
  17. 914f554 update_engine: Fix bug in MemoryPrefs::MemoryStorage::DeleteKey() by Andrew · 5 years ago
  18. 00b6aa2 update_engine: changes for libchrome r680000 uprev by hscham · 5 years ago
  19. 8368ee0 update_engine: Block logging of invalid EOL date by Jae Hoon Kim · 6 years ago
  20. a0284ac Implement a memory-based Prefs class. by Alex Deymo · 9 years ago
  21. 0103c36 update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  22. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 10 years ago[Renamed (97%) from prefs.cc]
  23. 7454265 Don't attempt to create prefs directory if already exists. by Alex Deymo · 10 years ago
  24. d6f6007 update_manager: Make Prefs Variable async. by Alex Deymo · 10 years ago
  25. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 10 years ago
  26. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 11 years ago
  27. 06c76a4 Update code to include base/files/file_util.h by Ben Chan · 11 years ago
  28. 736fcb5 update_engine: Update to build against libchrome-271506. by Ben Chan · 11 years ago
  29. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 11 years ago
  30. efb7c4c Prefs: Implement and use Prefs::GetBoolean/SetBoolean. by Alex Deymo · 12 years ago
  31. d29695d Refactoring: Move prefs constants out to the constants.h/cc by Jay Srinivasan · 12 years ago
  32. 0826288 Implement exponential backoff for throttling repeated AU downloads. by Jay Srinivasan · 12 years ago
  33. 2b5a0f0 Classify errors and advance URL index according to the error code. by Jay Srinivasan · 12 years ago
  34. 6f6ea00 Support for processing multiple URLs in update_engine. by Jay Srinivasan · 12 years ago
  35. 34b5d86 Use a local UpdateFirstSeenAt timestamp instead of UpdatePublishedOn by Jay Srinivasan · 13 years ago
  36. 08fce04 Don't scatter during OOBE or user-initiated update checks. by Jay Srinivasan · 13 years ago
  37. 480ddfa Scatter downloads to reduce bandwidth spikes. by Jay Srinivasan · 13 years ago
  38. 7f9aea2 Add UMA metrics for detecting and reporting update certificate changes. by Bruno Rocha · 14 years ago
  39. 4f0a07b Store the signature blob as part of the update checkpoint. by Darin Petkov · 14 years ago
  40. 95508da AU: Send a previous version event after reboot following an update. by Darin Petkov · 14 years ago
  41. 34e41a1 AU: Push seeks in http fetching to the progress percentage. by Andrew de los Reyes · 15 years ago
  42. 6142614 AU: Fall back to a new update after a certain number of failed resume attempts. by Darin Petkov · 15 years ago
  43. 437adc4 AU: DeltaPerformer performs the download size/hash check now. by Darin Petkov · 15 years ago
  44. 73058b4 AU: Start checkpointing update progress. by Darin Petkov · 15 years ago
  45. 3627577 AU: Fall back to full updates after a number of failed delta update attempts. by Darin Petkov · 15 years ago
  46. 790e62e [update_engine] Update to use not-hideously-old logging API from chrome by Chris Masone · 15 years ago
  47. 1cbd78f Don't send machine and user ID to Omaha anymore. Send a/r pings instead. by Darin Petkov · 15 years ago
  48. 3003059 AU: Add support for persistent update engine preferences store. by Darin Petkov · 15 years ago