1. 1fdbf8d init: Combine two if-statements by Bart Van Assche · 3 years ago
  2. 48b39ba Merge "fastboot: Introduce ParseNetworkSerial unit tests" by Dmitrii Merkurev · 3 years ago
  3. 78a0f7f Merge "Changed FlashTask and RebootTask to take in FlashingPlan" by Daniel Zheng · 3 years ago
  4. f8da682 Merge "Added Flashing Plan" by Daniel Zheng · 3 years ago
  5. bc01da5 Changed FlashTask and RebootTask to take in FlashingPlan by Daniel Zheng · 3 years ago
  6. 7df2ab9 Added Flashing Plan by Daniel Zheng · 3 years ago
  7. e89ee18 Merge "libprocessgroup: fix boot time performance regression" by Inseob Kim · 3 years ago
  8. 4f7cc8c libprocessgroup: fix boot time performance regression by Suren Baghdasaryan · 3 years ago
  9. 8dab2ef Merge "Use ro.boot.serialconsole to disable console services" by Treehugger Robot · 3 years ago
  10. bb4c61a Merge "Fix the missing std" by Treehugger Robot · 3 years ago
  11. 799550d Merge "Update shell_and_utilities docs for U." by Elliott Hughes · 3 years ago
  12. 0f90ba6 Merge "Fix invalid uses of PLOG." by Krzysztof Kosiński · 3 years ago
  13. cdbfa7a fastboot: Introduce ParseNetworkSerial unit tests by Dmitrii Merkurev · 3 years ago
  14. 6634c17 Fix the missing std by zijunzhao · 3 years ago
  15. f603989 Update shell_and_utilities docs for U. by Elliott Hughes · 3 years ago
  16. 18b6e9b Merge "fastboot: Fix fastboot_vendor_boot_img_utils_test mac os compilation" by Treehugger Robot · 3 years ago
  17. 95c90c6 fastboot: Fix fastboot_vendor_boot_img_utils_test mac os compilation by Dmitrii Merkurev · 3 years ago
  18. 0310ec4 Fix invalid uses of PLOG. by Krzysztof Kosiński · 3 years ago
  19. a010a27 Merge "crash_dump: suggest lldbclient.py rather than gdbclient.py." by Treehugger Robot · 3 years ago
  20. 396b107 Merge "fastboot: Fix IPv6 connect and -s host parsing" by Treehugger Robot · 3 years ago
  21. 5a4e625 crash_dump: suggest lldbclient.py rather than gdbclient.py. by Elliott Hughes · 3 years ago
  22. 4785554 fastboot: Fix IPv6 connect and -s host parsing by Dmitrii Merkurev · 3 years ago
  23. 007769a Merge "init: add log w/ service PID" by Steven Moreland · 3 years ago
  24. 763593e Merge "Kill its process group even if the given process is already dead" by Suren Baghdasaryan · 3 years ago
  25. 304c0f1 Kill its process group even if the given process is already dead by Jing Ji · 3 years ago
  26. 8e25d9c init: add log w/ service PID by Steven Moreland · 3 years ago
  27. 2a2760f Merge "Initialize COW options using update manifest" by Kelvin Zhang · 3 years ago
  28. b5a9607 Initialize COW options using update manifest by Kelvin Zhang · 3 years ago
  29. 95465fe Merge "init: Simplify struct BuiltinArguments" by Bart Van Assche · 3 years ago
  30. a465102 Merge "[gwp-asan] fix tests under clang coverage, and extend invariants" by Treehugger Robot · 3 years ago
  31. 3dfb8bc init: Simplify struct BuiltinArguments by Bart Van Assche · 3 years ago
  32. bae352b Merge "BatteryMonitor: batteryStateOfHealth should be a property" by Jack Wu · 3 years ago
  33. 8437b9a Merge "Fix failure on mounting system_ext partition" by Jiyong Park · 3 years ago
  34. 50eb922 Merge "Added support for reboot task" by Daniel Zheng · 3 years ago
  35. ff70892 BatteryMonitor: batteryStateOfHealth should be a property by AleX Pelosi · 3 years ago
  36. 71b3b43 Added support for reboot task by Daniel Zheng · 3 years, 1 month ago
  37. 5591f12 Use ro.boot.serialconsole to disable console services by Alistair Delva · 3 years ago
  38. 70aa219 [gwp-asan] fix tests under clang coverage, and extend invariants by Mitch Phillips · 3 years ago
  39. 25f451a Merge "Fix labels on /data/system/shutdown-checkpoints/" by Treehugger Robot · 3 years ago
  40. 0bcf0bf Fix labels on /data/system/shutdown-checkpoints/ by Woody Lin · 3 years ago
  41. 8f09cb5 Merge changes I71b34181,Ibd05137a by Bart Van Assche · 3 years ago
  42. ccd094c Fix failure on mounting system_ext partition by Lianjun Huang · 3 years ago
  43. b6b7ccc init: Document the locking strategy used in class PropWaiterState by Bart Van Assche · 3 years ago
  44. 68a59e1 init: Document the locking strategy in class ShutdownState by Bart Van Assche · 3 years ago
  45. 16ab2b6 Merge "Add KM_SET_ATTESTATION_IDS_KM3 to enum list" by Treehugger Robot · 3 years ago
  46. dedd899 Add KM_SET_ATTESTATION_IDS_KM3 to enum list by Donnie Pollitz · 3 years ago
  47. 45380e4 Merge "fastboot: Use copy constructor to copy fastboot match callback" by Dmitrii Merkurev · 3 years ago
  48. 96ea7b9 Merge "fastboot: Follow fastboot pattern to show network-connected device status" by Dmitrii Merkurev · 3 years ago
  49. 678516e Merge changes Ib9a6b75b,Ifb71fa24,If329e912 by Bart Van Assche · 3 years ago
  50. 9bbe597 Merge "snapuserd: Use fixtures in snapuserd_test." by David Anderson · 3 years ago
  51. 468067a init_test: Close all file descriptors before calling execv() by Bart Van Assche · 3 years ago
  52. 878560d init_test: Fix a race condition by Bart Van Assche · 3 years ago
  53. 947d75f init_test: Simplify the gentle_kill test by Bart Van Assche · 3 years ago
  54. c48cd9f fastboot: Follow fastboot pattern to show network-connected device status by Dmitrii Merkurev · 3 years ago
  55. b5b8276 fastboot: Use copy constructor to copy fastboot match callback by Dmitrii Merkurev · 3 years ago
  56. 368a908 Merge "Fastboot: Add new TEXT message to protocol to handle long lines." by Treehugger Robot · 3 years ago
  57. 5169ec8 snapuserd: Use fixtures in snapuserd_test. by David Anderson · 3 years ago
  58. 5c1d43f Merge "Create new directory for statsd restricted configs" by Jeffrey Huang · 3 years ago
  59. 99097cc Fastboot: Add new TEXT message to protocol to handle long lines. by Raphael Herouart · 3 years, 2 months ago
  60. 01a73d7 Create new directory for statsd restricted configs by Jeffrey Huang · 3 years ago
  61. d14a755 Merge "Convert Gatekeeper from HIDL to AIDL" by Treehugger Robot · 3 years ago
  62. 14c7361 Merge "storaged: use correct accumulate variable for publishing disk stats" by David Anderson · 3 years ago
  63. 2d6c30d Merge "fastboot: Add a mock transport and some driver tests." by David Anderson · 3 years ago
  64. e6d8dd3 fastboot: Add a mock transport and some driver tests. by David Anderson · 3 years ago
  65. 6c5b6a8 Merge "fastboot: Add a test for super_flash_helper." by David Anderson · 3 years ago
  66. 6183722 Merge "Added support for flash task" by Daniel Zheng · 3 years ago
  67. ada8718 fastboot: Add a test for super_flash_helper. by David Anderson · 3 years ago
  68. 360a3f6 storaged: use correct accumulate variable for publishing disk stats by David Munoz Constantine · 3 years ago
  69. 69863bd Merge "liblp: Fix a crash when adding an image to a partition with no extents." by David Anderson · 3 years ago
  70. 0d30718 Added support for flash task by Daniel Zheng · 3 years, 1 month ago
  71. 77f4cb4 Merge "fastboot: Introduce connect / disconnect for network-connected devices" by Treehugger Robot · 3 years ago
  72. 05c7e3c Merge "libprocessgroup: Proceed if activation of an optional controller fails" by Bart Van Assche · 3 years ago
  73. cb5b068 Merge "[TeX] Improved readability for Histogram metric APIs" by Treehugger Robot · 3 years ago
  74. 8ba8b35 [TeX] Improved readability for Histogram metric APIs by Vova Sharaienko · 3 years ago
  75. d35f56b Merge "libprocessgroup: Rework SetupCgroup()" by Treehugger Robot · 3 years ago
  76. 0ee285a fastboot: Introduce connect / disconnect for network-connected devices by Dmitrii Merkurev · 3 years ago
  77. 1324002 Merge "libsnapshot: Wait for daemon to terminate after snapshot unamp" by Akilesh Kailash · 3 years ago
  78. b0947e0 libprocessgroup: Proceed if activation of an optional controller fails by Bart Van Assche · 3 years ago
  79. d2063ad libsnapshot: Wait for daemon to terminate after snapshot unamp by Akilesh Kailash · 3 years ago
  80. 1ec6ec4 libprocessgroup: Rework SetupCgroup() by Bart Van Assche · 3 years ago
  81. 6f9a909 Merge "[TeX] Introduced Telemetry Express Histogram metric Native API" by Vova Sharaienko · 3 years ago
  82. 4dd1ac9 Merge "fastboot: Introduce network-connected devices storage" by Dmitrii Merkurev · 3 years ago
  83. 9ed4eb6 Merge "BatteryMonitor: report battery health from health status" by Treehugger Robot · 3 years ago
  84. b57f68a BatteryMonitor: report battery health from health status by Jack Wu · 3 years, 1 month ago
  85. ee065fe Merge "Fastboot: Use AServiceManager_waitForService instead of AServiceManager_getService" by Sandeep Dhavale · 3 years ago
  86. 1209029 Merge "Only run GentleKill test as root" by Treehugger Robot · 3 years ago
  87. d909825 Merge "libprocessgroup: Introduce a local variable in CgroupMap::ActivateControllers()" by Bart Van Assche · 3 years ago
  88. d45181f Merge "fastboot: Add fastboot_test to TEST_MAPPING." by David Anderson · 3 years ago
  89. 17c84b9 libprocessgroup: Introduce a local variable in CgroupMap::ActivateControllers() by Bart Van Assche · 3 years ago
  90. 392eae6 Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/core" by Treehugger Robot · 3 years ago
  91. 75f8600 [TeX] Introduced Telemetry Express Histogram metric Native API by Vova Sharaienko · 3 years ago
  92. 5b6afde Merge "Merge "libsnapshot: Disable 32-bit VTS tests on 64-bit systems." into android13-tests-dev am: cb6ea9edb4" by Automerger Merge Worker · 3 years ago
  93. d399c03 Merge "libsnapshot: Disable 32-bit VTS tests on 64-bit systems." into android13-tests-dev am: cb6ea9edb4 by David Anderson · 3 years ago
  94. cb6ea9e Merge "libsnapshot: Disable 32-bit VTS tests on 64-bit systems." into android13-tests-dev by David Anderson · 3 years ago
  95. ce88220 [LSC] Add LOCAL_LICENSE_KINDS to system/core by Bob Badour · 3 years ago
  96. 9129717 fastboot: Introduce network-connected devices storage by Dmitrii Merkurev · 3 years ago
  97. 8fc623e liblp: Fix a crash when adding an image to a partition with no extents. by David Anderson · 3 years ago
  98. 2f05086 Only run GentleKill test as root by Daniel Rosenberg · 3 years ago
  99. 86e869a fastboot: Add fastboot_test to TEST_MAPPING. by David Anderson · 3 years ago
  100. 33e0445 libsnapshot: Disable 32-bit VTS tests on 64-bit systems. by David Anderson · 3 years, 4 months ago