1. 238d904 Use fcntl.h instead of sys/fcntl.h by Colin Cross · 2 years, 10 months ago
  2. 26b82b1 Fix cpplint issues by Colin Cross · 2 years, 10 months ago
  3. 77804b4 Gracefully return an error if cow reader failed by Kelvin Zhang · 2 years, 10 months ago
  4. 5562403 Add lz4 decompress/compress routines by Kelvin Zhang · 2 years, 10 months ago
  5. 02fe662 Add integration test for XOR ops by Kelvin Zhang · 3 years ago
  6. e4f70e8 Make cow converter print estimated size and actual size by Kelvin Zhang · 3 years ago
  7. 3fe4964 Add UpdateAttempterIntegrationTesting by Kelvin Zhang · 3 years ago
  8. 1304fe7 Allow UpdateAttempterAndroid to override otacerts path by Kelvin Zhang · 3 years ago
  9. e36e4a3 Implement cow estimator with XOR enabled by Kelvin Zhang · 3 years, 2 months ago
  10. cf3280b Bump map snapshot timeout to 10s by Kelvin Zhang · 3 years, 2 months ago
  11. c56afa3 Add support for calling setShouldSwitchSlot from host by Kelvin Zhang · 3 years, 2 months ago
  12. 20982a5 Implement setShouldSwitchSlotOnReboot and resetShouldSwitchSlotOnReboot by Kelvin Zhang · 3 years, 2 months ago
  13. be1c180 Support slot switch API in update_engine_client by Kelvin Zhang · 3 years, 4 months ago
  14. 7f8f2ab Add stub implementation for APIs to switch slot by Tianjie · 3 years, 3 months ago
  15. da607a3 Add an API in update_engine to switch the slot back and forth by Tianjie · 3 years, 6 months ago
  16. cb419e6 Add GetActiveBootSlot API to boot control interface by Kelvin Zhang · 3 years, 4 months ago
  17. a43d6e8 Detect rollback and cleanup space allocated for apex by Kelvin Zhang · 3 years, 5 months ago
  18. bb68225 Report source and target build fingerprints in SNAPSHOT_MERGE_REPORTED. by David Anderson · 3 years, 4 months ago
  19. 4657407 Record the source build fingerprint in SnapshotMergeStats. by David Anderson · 3 years, 4 months ago
  20. d6fd682 Only call InitAfterReboot if we detect a device reboot by Kelvin Zhang · 3 years, 5 months ago
  21. 4061c51 Refactor UpdatePrefsAndReportUpdateMetricsOnReboot by Kelvin Zhang · 3 years, 5 months ago
  22. 28e4689 Retain merge failure codes if merge succeeds. by David Anderson · 3 years, 5 months ago
  23. b5c07bf Clean up reserved space for decompression when OTA cancelled by Mohammad Samiul Islam · 3 years, 8 months ago
  24. 8660347 ResetStatus if update_engine boot in different slot but same build by Kelvin Zhang · 3 years, 5 months ago
  25. a9b5d8c Rename postinstall_mount_device to readonly_target_path by Kelvin Zhang · 3 years, 6 months ago
  26. aedfef3 Don't call into apexservice if device uses flattened apexes by Nikita Ioffe · 3 years, 6 months ago
  27. 741c2d4 Check for VAB flag before calling UpdateUsesCompression by Kelvin Zhang · 3 years, 6 months ago
  28. 906f9c3 Report merge failure code from SnapshotMergeReported. by David Anderson · 3 years, 6 months ago
  29. 6ac3d47 Propagate the merge failure code to SnapshotMergeStats. by David Anderson · 3 years, 6 months ago
  30. 265a8e3 DynamicPartitions: Check precondition for non-snapshot updates properly. by Yifan Hong · 3 years, 6 months ago
  31. 3a1293a CheckSuperPartitionAllocatableSpace: based on device prop by Yifan Hong · 3 years, 6 months ago
  32. b7e6ce5 Add vabc boot time and COW size metrics. by David Anderson · 3 years, 7 months ago
  33. b4b95c2 Add unittest for CleanupPreviousUpdateAction by Kelvin Zhang · 3 years, 7 months ago
  34. 65e8b6c Fix a potential wild pointer error when markSlotSuccessful comes late by Kelvin Zhang · 3 years, 7 months ago
  35. 9a5e368 Report metrics on whether verity is used by Kelvin Zhang · 3 years, 7 months ago
  36. 331e3bd Allow /postinstall files to have custom contexts by Alex Light · 3 years, 7 months ago
  37. 9f4dc7f Check the super partiton size in VAB case by Tianjie · 3 years, 7 months ago
  38. 21a4991 Make dynamic partition control android return a writable fd by Kelvin Zhang · 3 years, 7 months ago
  39. f7ef12a Unmap all partitions after postinstall finishes by Kelvin Zhang · 3 years, 7 months ago
  40. b0ab865 Make update_engine reserve space for decompression via apexd by Mohammad Samiul Islam · 3 years, 8 months ago
  41. ebd115e Pass in source slot to ctor of dynamic control by Kelvin Zhang · 3 years, 7 months ago
  42. 0c37f62 Record VAB boot time metrics. by David Anderson · 3 years, 7 months ago
  43. 1c21eb8 Emit a warning instead of aborting by Kelvin Zhang · 3 years, 7 months ago
  44. 48b788f Actually abort update_engine for CHECK failure by Tianjie · 3 years, 7 months ago
  45. 0e1c7fd Verify that dynamic partitions have a usable size after resizing. by David Anderson · 3 years, 7 months ago
  46. 8bda821 Collect more COW size data in SnapshotMergeReport. by David Anderson · 3 years, 8 months ago
  47. 91ad662 Fix incorrect mountable device path for VABC by Kelvin Zhang · 3 years, 8 months ago
  48. b93055f Add a util for converting ota payload to cow image by Kelvin Zhang · 3 years, 9 months ago
  49. 24a8279 Allow update_engine to communicate with apexd for size calculation by Mohammad Samiul Islam · 3 years, 8 months ago
  50. 8933d57 Reserve space for apex by creating a file and write 0s by Kelvin Zhang · 3 years, 9 months ago
  51. b00089b Detect if update is already running when updating with file descriptor by Håkan Kvist · 3 years, 9 months ago
  52. 0618835 Use UpdateUsesSnapshotCompression to determine if VABC is used by Kelvin Zhang · 3 years, 8 months ago
  53. 3a55fc2 Don't list dynamic if a slot doesn't support DAP by Tianjie · 3 years, 8 months ago
  54. bab11c5 Add vabc flag to UpdateAttemptReported / SnapshotMergeReported. by Yifan Hong · 3 years, 9 months ago
  55. c514f66 MetricsReporter gets DynamicPartitionControl. by Yifan Hong · 3 years, 9 months ago
  56. 93c497d UpdateAttempterAndroidTest: Fix field init order by Yifan Hong · 3 years, 8 months ago
  57. b0cbd39 Add DynamicPartitionControlInterface::UpdateUsesSnapshotCompression by Yifan Hong · 3 years, 9 months ago
  58. 9661fb3 Propagate the update compression status into SnapshotMergeStats. by David Anderson · 3 years, 9 months ago
  59. 838793d Calculate vbmetadigest of inactive slot by Tianjie · 3 years, 9 months ago
  60. 66a9ebb Correctly propagate not_in_payload flag by Kelvin Zhang · 3 years, 9 months ago
  61. b9a5f61 Don't use VABC in recovery by Kelvin Zhang · 3 years, 9 months ago
  62. 4aeaa12 Merge remote-tracking branch 'aosp/upstream-master' into merge by Kelvin Zhang · 3 years, 11 months ago
  63. 2379503 update_engine: Make InstallPlan's dump nicer by Amin Hassani · 3 years, 11 months ago
  64. 91d95fa Do not map dynamic partitions on VABC devices by Kelvin Zhang · 4 years ago
  65. ec205cf Use FileDescriptorPtr to implement async reads in verify stage by Kelvin Zhang · 4 years, 1 month ago
  66. eb9de16 Add IsDynamicPartition API to easily check if a partition is dynamic by Kelvin Zhang · 4 years ago
  67. b57c270 Rename mock_dynamic_partition_control to mock_dynamic_partition_control_android by Kelvin Zhang · 4 years ago
  68. c82511c Add OpenCowReader interface method to dynamic partition control by Kelvin Zhang · 4 years ago
  69. 538bd59 update_engine: Make SystemState accessible from everywhere by Amin Hassani · 4 years ago
  70. 877ddbe Add timeout to OpenCowWriter by Kelvin Zhang · 4 years ago
  71. 5b58987 Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 4 years ago
  72. ec7bc11 update_engine: Create cros vs. aosp boundary clear by Amin Hassani · 4 years ago