1. 754ebaa Merge "updater: Skip empty lines in the transfer list file." by Tao Bao · 9 years ago
  2. 4b66a28 Merge "minadbd: use strdup() to create argument for sideload thread." by Yabin Cui · 9 years ago
  3. c8a3c80 minadbd: use strdup() to create argument for sideload thread. by Yabin Cui · 9 years ago
  4. 6a47dff updater: Skip empty lines in the transfer list file. by Tao Bao · 9 years ago
  5. 2bdac62 Merge changes Ic769eafc,I63f28b3b by Tao Bao · 9 years ago
  6. b15fd22 updater: Use android::base::ParseInt() to parse integers. by Tao Bao · 9 years ago
  7. 5701d58 Suppress some compiler warnings due to signedness. by Tao Bao · 9 years ago
  8. 3317d50 Merge "minadbd: move from D() to VLOG()." by Yabin Cui · 9 years ago
  9. 7c913e5 minadbd: move from D() to VLOG(). by Yabin Cui · 9 years ago
  10. b739a32 Merge "recovery: Add timestamps in update logs." by Tao Bao · 9 years ago
  11. 04ca426 recovery: Add timestamps in update logs. by Tao Bao · 9 years ago
  12. a42a322 Merge "updater: Manage buffers with std::vector." by Tao Bao · 9 years ago
  13. ee17242 Merge "minadbd: update service_to_fd() signature." by David Pursell · 9 years ago
  14. b83fd51 Merge "recovery: Remove redirect_stdio() when calling ShowFile()." by Tao Bao · 9 years ago
  15. 9a7fd80 recovery: Remove redirect_stdio() when calling ShowFile(). by Tao Bao · 9 years ago
  16. 7a67780 Merge "updater: Fix the line breaks in ui_print commands." by Tao Bao · 9 years ago
  17. 1107d96 updater: Fix the line breaks in ui_print commands. by Tao Bao · 9 years ago
  18. 612336d updater: Manage buffers with std::vector. by Tao Bao · 9 years ago
  19. e520f1d Merge "updater: Replace the pointers in LoadSrcTgtVersion[1-3]() parameter." by Tao Bao · 9 years ago
  20. 34847b2 updater: Replace the pointers in LoadSrcTgtVersion[1-3]() parameter. by Tao Bao · 9 years ago
  21. 585a50c Merge "imgdiff: fix file descriptor leak" by Tao Bao · 9 years ago
  22. a91c66d imgdiff: fix file descriptor leak by Jeremy Compostella · 9 years ago
  23. f8c303f Merge "move uncrypt from init.rc to uncrypt.rc" by Tom Cherry · 9 years ago
  24. c3d4d53 minadbd: update service_to_fd() signature. by David Pursell · 9 years ago
  25. daa6d04 move uncrypt from init.rc to uncrypt.rc by Tom Cherry · 9 years ago
  26. 4c223f4 Merge "Add slot_suffix field to struct bootloader_message." by David Zeuthen · 9 years ago
  27. 6997c28 Merge "updater: Clean up C codes." by Tao Bao · 9 years ago
  28. d85ae79 Add slot_suffix field to struct bootloader_message. by David Zeuthen · 9 years ago
  29. 0940fe1 updater: Clean up C codes. by Tao Bao · 9 years ago
  30. eef9913 Merge "updater: Remove the unused isunresumable in SaveStash()." by Tao Bao · 9 years ago
  31. 9739a29 updater: Remove the unused isunresumable in SaveStash(). by Tao Bao · 9 years ago
  32. 50c17f9 Merge "GOOGLEGMS-749 Fix integer overflow while applying block based OTA package" by Tao Bao · 9 years ago
  33. a6153df GOOGLEGMS-749 Fix integer overflow while applying block based OTA package by Shrinivas Sahukar · 9 years ago
  34. 93fa4b6 Merge "edify: Switch to C++." by Tao Bao · 9 years ago
  35. 2a5a49d edify: Switch to C++. by Tao Bao · 9 years ago
  36. ad509fd Merge "Fix potential crash" by Tao Bao · 9 years ago
  37. 0d46c7a Merge "Use unique_ptr and unique_fd to manager FDs." by Tao Bao · 9 years ago
  38. 7c51118 Merge "updater: Clean up char* with std::string." by Tao Bao · 9 years ago
  39. c754792 Use unique_ptr and unique_fd to manager FDs. by Tao Bao · 9 years ago
  40. e67104a Merge "Use CPPFLAGS instead of CFLAGS." by Dan Albert · 9 years ago
  41. b02e90f Use CPPFLAGS instead of CFLAGS. by Dan Albert · 9 years ago
  42. 06689dc Merge "Fix recovery image build." by Elliott Hughes · 9 years ago
  43. faa7500 Fix recovery image build. by Elliott Hughes · 9 years ago
  44. e6aa332 updater: Clean up char* with std::string. by Tao Bao · 9 years ago
  45. 1b7d9b7 Fix potential crash by Jeremy Compostella · 9 years ago
  46. 27c1ab2 Merge "udpater: Call fsync() after rename()." by Tao Bao · 9 years ago
  47. dc39226 udpater: Call fsync() after rename(). by Tao Bao · 9 years ago
  48. 302779e Merge "recovery: Allow "Mount /system" for system_root_image." by Tao Bao · 9 years ago
  49. abb8f77 recovery: Allow "Mount /system" for system_root_image. by Tao Bao · 9 years ago
  50. 62e1923 Merge "updater: Hoist fsync() to outer loop." by Tao Bao · 9 years ago
  51. 187efff updater: Hoist fsync() to outer loop. by Tao Bao · 9 years ago
  52. 6a4a33e Merge "applypatch: Fix the checking in WriteToPartition()." by Tao Bao · 9 years ago
  53. 1ce7a2a applypatch: Fix the checking in WriteToPartition(). by Tao Bao · 9 years ago
  54. dd738c1 Merge "applypatch: Support flash mode." by Tao Bao · 9 years ago
  55. abba55b applypatch: Support flash mode. by Tao Bao · 9 years ago
  56. afb8f32 Merge "uncrypt: Support file level encryption." by Tao Bao · 9 years ago
  57. 7cf50c6 uncrypt: Support file level encryption. by Tao Bao · 9 years ago
  58. cc3c341 Merge "updater: libapplypatch needs libbase now." by Tao Bao · 9 years ago
  59. ba8a678 updater: libapplypatch needs libbase now. by Tao Bao · 9 years ago
  60. cfd9d9c Merge "applypatch: Refactor strtok()." by Tao Bao · 9 years ago
  61. aca8e89 applypatch: Refactor strtok(). by Tao Bao · 9 years ago
  62. 85090d0 Merge "recovery: Switch fuse_* to C++." by Tao Bao · 9 years ago
  63. 71dc365 recovery: Switch fuse_* to C++. by Tao Bao · 9 years ago
  64. 025c0e7 Merge "Clean up LOG functions." by Tao Bao · 9 years ago
  65. dd4d981 Clean up LOG functions. by Tao Bao · 9 years ago
  66. 0bacbfd Merge "recovery: Switch applypatch/ and updater/ to cpp." by Tao Bao · 9 years ago
  67. ba9a42a recovery: Switch applypatch/ and updater/ to cpp. by Tao Bao · 9 years ago
  68. 65c230f Merge "Revert "Zero blocks before BLKDISCARD"" by Tao Bao · 9 years ago
  69. 9c67aa2 Revert "Zero blocks before BLKDISCARD" by Tao Bao · 9 years ago
  70. 2490dbc Merge "Allow mounting squashfs partitions" by Tao Bao · 9 years ago
  71. 522ea72 Allow mounting squashfs partitions by Mohamad Ayyash · 9 years ago
  72. b36d9c3 Merge "More accurate checking for overlapped ranges." by Tao Bao · 9 years ago
  73. c0f56ad More accurate checking for overlapped ranges. by Tao Bao · 9 years ago
  74. ec18d49 Merge "recovery: Use xxhdpi resources for 560dpi devices" by Tao Bao · 9 years ago
  75. 0b7dc1d recovery: Use xxhdpi resources for 560dpi devices by Tao Bao · 9 years ago
  76. 719e4e5 Merge "Just use fstat in sysMapFile." by Elliott Hughes · 9 years ago
  77. f267dee Just use fstat in sysMapFile. by Elliott Hughes · 9 years ago
  78. ea13fe2 Merge "Allow sideloading without authentication." by Elliott Hughes · 9 years ago
  79. 9813f5b Allow sideloading without authentication. by Elliott Hughes · 9 years ago
  80. 22ccc87 Merge "Unmount sdcard if no package file is selected." by Elliott Hughes · 9 years ago
  81. a1009c3 Merge "Split WipeData into PreWipeData and PostWipeData." by Elliott Hughes · 9 years ago
  82. 945548e Split WipeData into PreWipeData and PostWipeData. by Elliott Hughes · 9 years ago
  83. 280cb6e Merge "Zero blocks before BLKDISCARD" by Sami Tolvanen · 9 years ago
  84. a3c75e3 Zero blocks before BLKDISCARD by Sami Tolvanen · 9 years ago
  85. e6f6097 Merge "Revert "Zero blocks before BLKDISCARD"" by Sami Tolvanen · 9 years ago
  86. e82fa18 Revert "Zero blocks before BLKDISCARD" by Sami Tolvanen · 9 years ago
  87. b4effb9 Unmount sdcard if no package file is selected. by caozhiyuan · 9 years ago
  88. 1a03b40 Merge "uncrypt: Write status when it reboots to factory reset" by Tao Bao · 9 years ago
  89. 2cf180f Merge "Separate uncrypt into two modes" by Tao Bao · 9 years ago
  90. ac6aa7e uncrypt: Write status when it reboots to factory reset by Tao Bao · 9 years ago
  91. 383b00d Separate uncrypt into two modes by Tao Bao · 9 years ago
  92. 69608fe Merge "Zero blocks before BLKDISCARD" by Sami Tolvanen · 9 years ago
  93. 96392b9 Zero blocks before BLKDISCARD by Sami Tolvanen · 9 years ago
  94. 3f9db6a Merge "recovery: Switch to clang" by Tao Bao · 9 years ago
  95. 80e46e0 recovery: Switch to clang by Tao Bao · 9 years ago
  96. 227069d Merge "Fix build: fprintf without modifier" by Tao Bao · 9 years ago
  97. 1eb9003 Fix build: fprintf without modifier by Tao Bao · 9 years ago
  98. a69e608 Merge "Log update outputs in order" by Tao Bao · 9 years ago
  99. b6918c7 Log update outputs in order by Tao Bao · 9 years ago
  100. 1441a96 Merge "Really don't use TEMP_FAILURE_RETRY with close in recovery." by Elliott Hughes · 9 years ago