1. 3d69f0d Clean up the arg setup for exec(3). by Tao Bao · 6 years ago
  2. 82fc6ae Merge changes from topic "vintf_object_recovery_mount" by Yifan Hong · 6 years ago
  3. d81b8e3 roots.cpp: convert to C++ Fstab by Yifan Hong · 6 years ago
  4. 0f339e2 Move parts of roots.cpp to libfs_mgr by Yifan Hong · 6 years ago
  5. 2e7393d Merge "Add verification before downloading whole package" by Zhomart Mukhamejanov · 6 years ago
  6. c18d488 Add verification before downloading whole package by Zhomart Mukhamejanov · 6 years ago
  7. 2e33cbe Merge "Add PrepareUpdateService." by Zhomart Mukhamejanov · 6 years ago
  8. a8d712e Merge "use epoll_create1" by Treehugger Robot · 6 years ago
  9. dfbdaf3 Merge "applypatch: Fix comparison of integers of different signs." by Tao Bao · 6 years ago
  10. bc07775 Add PrepareUpdateService. by Zhomart Mukhamejanov · 6 years ago
  11. 7ebef8f applypatch: Fix comparison of integers of different signs. by Tao Bao · 6 years ago
  12. 39c53c8 use epoll_create1 by Nick Kralevich · 6 years ago
  13. c456aab Merge "Show wipe data confirmation text in recovery mode" by Tianjie Xu · 6 years ago
  14. 1a0a30a Show wipe data confirmation text in recovery mode by Tianjie Xu · 6 years ago
  15. ceab300 Merge "tests: Temporarily disable ScreenRecoveryUITest tests." by Tao Bao · 6 years ago
  16. f242a7e tests: Temporarily disable ScreenRecoveryUITest tests. by Tao Bao · 6 years ago
  17. 5de42a5 Merge changes Id946ab1c,Ifacd01d6 by Treehugger Robot · 6 years ago
  18. bb134b2 uncrypt: Fix the comparison in FindBlockDevice(). by Tao Bao · 6 years ago
  19. d1670a0 uncrypt: Replace a few C-strings with std::string. by Tao Bao · 6 years ago
  20. 62040c5 Merge "Move some small users of fstab to new C++ Fstab" by Tom Cherry · 6 years ago
  21. 772c93c Move some small users of fstab to new C++ Fstab by Tom Cherry · 6 years ago
  22. 8fc15c0 Merge "C++17 is the default now." by Treehugger Robot · 6 years ago
  23. 31b92a5 C++17 is the default now. by Elliott Hughes · 6 years ago
  24. a37aa09 Merge "Fix ensure_path_mounted_at for fsck_unshare_blocks" by Treehugger Robot · 6 years ago
  25. 7846823 Merge "ImageGenerator: ignore the duplicate locales" by Tianjie Xu · 6 years ago
  26. d7b6858 Fix ensure_path_mounted_at for fsck_unshare_blocks by Yifan Hong · 6 years ago
  27. cbfeb7f Merge "SYSTEM_ROOT -> get_system_root" by Yifan Hong · 6 years ago
  28. 1f66578 Merge "Update for long long -> off64_t for fstab.length" by Tom Cherry · 6 years ago
  29. 45e505a Update for long long -> off64_t for fstab.length by Tom Cherry · 6 years ago
  30. a48f00a ImageGenerator: ignore the duplicate locales by xunchang · 6 years ago
  31. 697003d Merge "ImageGenerator: Handle special characters in xml files" by Tianjie Xu · 6 years ago
  32. 1eeee45 ImageGenerator: Handle special characters in xml files by xunchang · 6 years ago
  33. 86936c4 Merge "ImageGenerator: switch to BreakIterator from icu library" by Tianjie Xu · 6 years ago
  34. 4cd3843 Merge "make_f2fs: use -g android by default" by Jaegeuk Kim · 6 years ago
  35. c075d68 Merge "Update README.md." by Treehugger Robot · 6 years ago
  36. 4932780 SYSTEM_ROOT -> get_system_root by Yifan Hong · 6 years ago
  37. a54b883 Merge "minui: GRSurface::Create() computes data_size on its own." by Tao Bao · 6 years ago
  38. acacc9d ImageGenerator: switch to BreakIterator from icu library by xunchang · 6 years ago
  39. 2abb9fd Update README.md. by Tao Bao · 6 years ago
  40. dd78982 minui: GRSurface::Create() computes data_size on its own. by Tao Bao · 6 years ago
  41. ea4ec31 Merge "minui: Fix a wrong arg in calling GRSurface::Create()." by Tao Bao · 6 years ago
  42. 2201d08 minui: Fix a wrong arg in calling GRSurface::Create(). by Tao Bao · 6 years ago
  43. fb8a636 Merge changes I7b7cee68,I07d22c0d by Tianjie Xu · 6 years ago
  44. 7b636b6 ImageGenerator: add an option to specify the supported locales by Tianjie Xu · 6 years ago
  45. 542c617 Handle rendering problem for the word "Android" and punctuations by Tianjie Xu · 6 years ago
  46. d65cde7 Merge "uncrypt: write permission for f2fs_pin_file" by Jaegeuk Kim · 6 years ago
  47. 91e631d make_f2fs: use -g android by default by Jaegeuk Kim · 6 years ago
  48. 051b9d8 uncrypt: write permission for f2fs_pin_file by Jaegeuk Kim · 6 years ago
  49. 14d5540 Merge "Delete the dumpkey host tool" by Tianjie Xu · 6 years ago
  50. d01f664 Merge "Import translations. DO NOT MERGE" by Tianjie Xu · 6 years ago
  51. b22bd95 Merge "logical -> dynamic partitions." by Treehugger Robot · 6 years ago
  52. d17174c logical -> dynamic partitions. by Yifan Hong · 6 years ago
  53. 967d4ac Import translations. DO NOT MERGE by Bill Yi · 6 years ago
  54. 814c306 Merge "switch to using android-base/file.h instead of android-base/test_utils.h" by Treehugger Robot · 6 years ago
  55. b67811d Merge "minadbd: track adb C++ version change." by Josh Gao · 6 years ago
  56. 4ef9cb2 Merge "Adjust the background text image width to reduce its size" by Tianjie Xu · 6 years ago
  57. b8564e1 Adjust the background text image width to reduce its size by Tianjie Xu · 6 years ago
  58. 8b54bc5 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  59. 87e2fc3 Merge "Use the non-LTO/PGO hwbinder in recovery_component_test" by Treehugger Robot · 6 years ago
  60. b3339dd Use the non-LTO/PGO hwbinder in recovery_component_test by Pirama Arumuga Nainar · 6 years ago
  61. 860c82a Merge "image generator: format the java file" by Tianjie Xu · 6 years ago
  62. 9828dc1 minadbd: track adb C++ version change. by Josh Gao · 6 years ago
  63. b97f7e5 image generator: format the java file by Tianjie Xu · 6 years ago
  64. 02a9455 Merge "Check and dump the signal info for killed updater." by Treehugger Robot · 6 years ago
  65. 481613b Merge "minui: GRSurface manages data with std::unique_ptr." by Tao Bao · 6 years ago
  66. e7b775c Check and dump the signal info for killed updater. by Tao Bao · 6 years ago
  67. 9cf163e minui: GRSurface manages data with std::unique_ptr. by Tao Bao · 6 years ago
  68. 67b7e64 Merge changes If24c6b7c,I381b0103 by Tao Bao · 6 years ago
  69. 529bb74 image_generator: Fix the warnings on import order. by Tao Bao · 6 years ago
  70. 6394a73 Add tools/ to the style-checking path. by Tao Bao · 6 years ago
  71. d1f105a Merge "tests: Add a testcase for updater overrun while patching." by Tao Bao · 6 years ago
  72. 3cb3c52 tests: Add a testcase for updater overrun while patching. by Tao Bao · 6 years ago
  73. 06aea3a Merge "ui: Manage loaded resources with smart pointers." by Treehugger Robot · 6 years ago
  74. a0404ec Merge "updater: Error out on underrun during patching." by Tao Bao · 6 years ago
  75. f720da5 Merge "tests: Remove obsolete testdata files." by Tao Bao · 6 years ago
  76. da409fb ui: Manage loaded resources with smart pointers. by Tao Bao · 6 years ago
  77. 81ef508 tests: Remove obsolete testdata files. by Tao Bao · 6 years ago
  78. a2cff95 updater: Error out on underrun during patching. by Tao Bao · 6 years ago
  79. d849222 Merge "Make the text image readable under recovery" by Tianjie Xu · 6 years ago
  80. f2a9152 Merge "minui: Use android::base::unique_fd in MinuiBackendFbdev." by Treehugger Robot · 6 years ago
  81. f65d48b minui: Use android::base::unique_fd in MinuiBackendFbdev. by Tao Bao · 6 years ago
  82. 948790f Merge "minui: Add GRSurface::Clone()." by Tao Bao · 6 years ago
  83. 22dd019 Make the text image readable under recovery by Tianjie Xu · 6 years ago
  84. 63b59dc minui: Add GRSurface::Clone(). by Tao Bao · 6 years ago
  85. d2e1c0a Merge changes I69ce001a,I14514017,I8e67cda7 by Tao Bao · 6 years ago
  86. cbdcfc0 Merge "Refactor the code to check the metadata" by Tianjie Xu · 6 years ago
  87. 4ba20f1 Merge "tests: Use FRIEND_TEST in ScreenRecoveryUITest." by Tao Bao · 6 years ago
  88. 929e481 tests: Use FRIEND_TEST in ScreenRecoveryUITest. by Tao Bao · 6 years ago
  89. 710bc53 minui: Remove the default and copy ctors for GRSurface. by Tao Bao · 6 years ago
  90. 1b18cf5 minui: Refactor GRSurfaceAdf. by Tao Bao · 6 years ago
  91. 4a22b28 minui: Refactor GRSurfaceFbdev. by Tao Bao · 6 years ago
  92. 287d5dc Merge "minui: Add a protected GRSurface ctor." by Tao Bao · 6 years ago
  93. 023807f Merge "recovery: Fix mounting /system with dynamic partitions." by David Anderson · 6 years ago
  94. 44820ac minui: Add a protected GRSurface ctor. by Tao Bao · 6 years ago
  95. 93b5bf2 Refactor the code to check the metadata by Tianjie Xu · 6 years ago
  96. 2b2f423 recovery: Fix mounting /system with dynamic partitions. by David Anderson · 6 years ago
  97. d84d570 Merge "Add description for the new translation" by Tianjie Xu · 6 years ago
  98. fd27983 Merge "Switch to use commandline parser" by Tianjie Xu · 6 years ago
  99. 41cb6a6 Merge "Clean up the zipfile creation in InstallTest" by Tianjie Xu · 6 years ago
  100. 9f843e7 Add description for the new translation by Tianjie Xu · 6 years ago