1. b523650 Update to android-7.1 by Ethan Yonker · 8 years ago
  2. b8e985c Fix updater binary for 7.0 by Ethan Yonker · 8 years ago
  3. 443af21 twrp: Use the correct lib name by Humberto Borba · 8 years ago
  4. 34ae483 Update to 7.0 by Ethan Yonker · 8 years ago
  5. ccb0ba9 updater: Fix the broken ReadFileFn. by Tao Bao · 8 years ago
  6. 31f8cc8 Check the results from applypatch by Tianjie Xu · 8 years ago
  7. 7ce287d Call ioctl before each write on retry by Tianjie Xu · 8 years ago
  8. 1625583 Allow recovery to return error codes by Tianjie Xu · 8 years ago
  9. dd874b1 Add time and I/O info to last_install by Tianjie Xu · 8 years ago
  10. 0188935 Skip stashing source blocks in verify mode by Tianjie Xu · 8 years ago
  11. f73abf3 DO NOT MERGE Control fault injection with config files instead of build flags by Jed Estep · 9 years ago
  12. 1c522df applypatch: use vector to store data in FileContents. by Yabin Cui · 8 years ago
  13. fa12b97 Reboot and retry on I/O errors by Tianjie Xu · 8 years ago
  14. 6ab3c81 Merge "updater: fix memory leak based on static analysis." am: e50d447692 by Yabin Cui · 8 years ago
  15. 64be213 updater: fix memory leak based on static analysis. by Yabin Cui · 8 years ago
  16. 50aa63f resolve merge conflicts of 7b6027dde4 to master. by Tao Bao · 8 years ago
  17. c48cb5e Switch from mincrypt to BoringSSL in applypatch and updater. by Sen Jiang · 8 years ago
  18. b1cc5d8 Merge "IO fault injection for OTA packages" by Jed Estep · 8 years ago
  19. 57bed6d updater: Add a function to check first block by Tianjie Xu · 9 years ago
  20. f1fc48c IO fault injection for OTA packages by Jed Estep · 9 years ago
  21. 30bf476 updater: Add a function to check first block by Tianjie Xu · 9 years ago
  22. d3cac34 updater: Use O_SYNC and fsync() for package_extract_file(). by Tao Bao · 9 years ago
  23. 3b010bc updater: Output msg when recovery is called by Tianjie Xu · 9 years ago
  24. baad2d4 updater: Replace strtok() with android::base::Split(). by Tao Bao · 9 years ago
  25. 4b166f0 Track rename from base/ to android-base/. by Elliott Hughes · 9 years ago
  26. 1fdec86 updater: Bump up the BBOTA version to 4. by Tao Bao · 9 years ago
  27. 0a7b473 Error correction: Use libfec in blockimg.cpp for recovery by Sami Tolvanen · 9 years ago
  28. c798c9c Merge up to AOSP marshmallow-release by Ethan Yonker · 9 years ago
  29. 6a47dff updater: Skip empty lines in the transfer list file. by Tao Bao · 9 years ago
  30. b15fd22 updater: Use android::base::ParseInt() to parse integers. by Tao Bao · 9 years ago
  31. 5701d58 Suppress some compiler warnings due to signedness. by Tao Bao · 9 years ago
  32. a42a322 Merge "updater: Manage buffers with std::vector." by Tao Bao · 9 years ago
  33. 1107d96 updater: Fix the line breaks in ui_print commands. by Tao Bao · 9 years ago
  34. 612336d updater: Manage buffers with std::vector. by Tao Bao · 9 years ago
  35. 34847b2 updater: Replace the pointers in LoadSrcTgtVersion[1-3]() parameter. by Tao Bao · 9 years ago
  36. 0940fe1 updater: Clean up C codes. by Tao Bao · 9 years ago
  37. 9739a29 updater: Remove the unused isunresumable in SaveStash(). by Tao Bao · 9 years ago
  38. a6153df GOOGLEGMS-749 Fix integer overflow while applying block based OTA package by Shrinivas Sahukar · 9 years ago
  39. e6aa332 updater: Clean up char* with std::string. by Tao Bao · 9 years ago
  40. be19dce udpater: Call fsync() after rename(). by Tao Bao · 9 years ago
  41. dc39226 udpater: Call fsync() after rename(). by Tao Bao · 9 years ago
  42. 187efff updater: Hoist fsync() to outer loop. by Tao Bao · 9 years ago
  43. ba8a678 updater: libapplypatch needs libbase now. by Tao Bao · 9 years ago
  44. ba9a42a recovery: Switch applypatch/ and updater/ to cpp. by Tao Bao · 9 years ago
  45. 9c67aa2 Revert "Zero blocks before BLKDISCARD" by Tao Bao · 9 years ago
  46. 7125f95 Revert "Zero blocks before BLKDISCARD" by Tao Bao · 9 years ago
  47. c3dddce More accurate checking for overlapped ranges. by Tao Bao · 9 years ago
  48. c0f56ad More accurate checking for overlapped ranges. by Tao Bao · 9 years ago
  49. b65f027 Zero blocks before BLKDISCARD by Sami Tolvanen · 9 years ago
  50. a3c75e3 Zero blocks before BLKDISCARD by Sami Tolvanen · 9 years ago
  51. e82fa18 Revert "Zero blocks before BLKDISCARD" by Sami Tolvanen · 9 years ago
  52. 6abd52f Revert "Zero blocks before BLKDISCARD" by Sami Tolvanen · 9 years ago
  53. 604c583 Zero blocks before BLKDISCARD by Sami Tolvanen · 9 years ago
  54. 96392b9 Zero blocks before BLKDISCARD by Sami Tolvanen · 9 years ago
  55. 80e46e0 recovery: Switch to clang by Tao Bao · 9 years ago
  56. 1eb9003 Fix build: fprintf without modifier by Tao Bao · 9 years ago
  57. a69e608 Merge "Log update outputs in order" by Tao Bao · 9 years ago
  58. b6918c7 Log update outputs in order by Tao Bao · 9 years ago
  59. b5dabd2 Really don't use TEMP_FAILURE_RETRY with close in recovery. by Elliott Hughes · 9 years ago
  60. 1441a96 Merge "Really don't use TEMP_FAILURE_RETRY with close in recovery." by Elliott Hughes · 9 years ago
  61. 92eea1b Handle BLKDISCARD failures by Sami Tolvanen · 9 years ago
  62. b3ac676 Really don't use TEMP_FAILURE_RETRY with close in recovery. by Elliott Hughes · 9 years ago
  63. cc2428c Handle BLKDISCARD failures by Sami Tolvanen · 9 years ago
  64. 56fe5e7 recovery: Add lz4 libs if available by Tom Marshall · 9 years ago
  65. e49a9e5 Stop using libstdc++. by Dan Albert · 9 years ago
  66. 6253753 Merge "Add error and range checks to parse_range" by Sami Tolvanen · 9 years ago
  67. 1857a7f Don't use TEMP_FAILURE_RETRY on close in recovery. by Elliott Hughes · 9 years ago
  68. b47afed Don't use TEMP_FAILURE_RETRY on close in recovery. by Elliott Hughes · 9 years ago
  69. f2bac04 Add error and range checks to parse_range by Sami Tolvanen · 9 years ago
  70. 2f5feed Check all lseek calls succeed. by Elliott Hughes · 9 years ago
  71. 7bad7c4 Check all lseek calls succeed. by Elliott Hughes · 9 years ago
  72. 43b748f Don't remove existing explicitly stashed blocks by Sami Tolvanen · 9 years ago
  73. 1fdd452 Always use strerror to report errno in recovery. by Elliott Hughes · 9 years ago
  74. 7e1b986 updater: only include tune2fs support when libtune2fs is available by Ethan Yonker · 9 years ago
  75. f5c2d6c Merge tag 'android-5.1.0_r1' of https://android.googlesource.com/platform/bootable/recovery into aosp by Ethan Yonker · 9 years ago
  76. 9c0f5d6 Remove more dead code from minzip. by Narayan Kamath · 9 years ago
  77. 1df64d3 Initialize stashbase even stash_max_blocks = 0 by Jesse Zhao · 9 years ago
  78. 2fd48fc am 42b09d25: am 6a0d2fbc: Merge "There\'s no GPL code in \'updater\'." by Elliott Hughes · 9 years ago
  79. 42b09d2 am 6a0d2fbc: Merge "There\'s no GPL code in \'updater\'." by Elliott Hughes · 9 years ago
  80. 0b52c91 Merge "Support resuming block based OTAs" by Sami Tolvanen · 9 years ago
  81. 8a9014d There's no GPL code in 'updater'. by Elliott Hughes · 9 years ago
  82. 40862ab am aeecac54: Merge "Add missing includes." by Elliott Hughes · 9 years ago
  83. 9022120 Support resuming block based OTAs by Sami Tolvanen · 10 years ago
  84. cd3c55a Add missing includes. by Elliott Hughes · 9 years ago
  85. cdce7f7 am c43b17f0: Merge "Fix recovery image build for 32p" by Ying Wang · 10 years ago
  86. 4c3c7a9 Fix recovery image build for 32p by Bruce Beare · 10 years ago
  87. 5b9c4ce am b278c252: Add support for tune2fs file operations by Michael Runge · 10 years ago
  88. b278c25 Add support for tune2fs file operations by Michael Runge · 10 years ago
  89. 1702eb4 More make file tweaks by Ethan Yonker · 10 years ago
  90. a167416 Merge in lollipop and attempt to fix merge conflicts by Ethan Yonker · 10 years ago
  91. fe8563f am 5ddf4293: Log mount/unmount errors to UI by Michael Runge · 10 years ago
  92. f15e31e Log mount/unmount errors to UI by Michael Runge · 10 years ago
  93. 6a821fe unconditionally apply SELinux labels to symlinks by Nick Kralevich · 10 years ago
  94. 5ddf429 Log mount/unmount errors to UI by Michael Runge · 10 years ago
  95. 915d661 am 68802416: unconditionally apply SELinux labels to symlinks by Nick Kralevich · 10 years ago
  96. 6880241 unconditionally apply SELinux labels to symlinks by Nick Kralevich · 10 years ago
  97. bd6138c Allow passing of mount args to mountFn by Michael Runge · 10 years ago
  98. 7548025 Log to UI any metadata setting errors by Michael Runge · 10 years ago
  99. da500ce am 168f7778: Allow passing of mount args to mountFn by Michael Runge · 10 years ago
  100. 4da9cde am 473967d8: Merge "Log to UI any metadata setting errors" into lmp-dev by Brian Carlstrom · 10 years ago