1. d6d09c6 Qualifies the mention of lazily starting services from 'interface'. by Daniel Norman · 5 years ago
  2. b89a443 Merge "Remove system/core/mkbootimg" by Treehugger Robot · 5 years ago
  3. ad6f656 Merge "Remove ACgroupController_getFlags to fix API breakage" by Treehugger Robot · 5 years ago
  4. 716ba5d Merge "libprocessgroup: move native_bridge_support" by Treehugger Robot · 5 years ago
  5. bc53c84 Merge "liblp: Remove the slot-suffix requirement in MetadataBuilder." by David Anderson · 5 years ago
  6. b495b0d libprocessgroup: move native_bridge_support by Steven Moreland · 5 years ago
  7. 338260a Remove ACgroupController_getFlags to fix API breakage by Suren Baghdasaryan · 5 years ago
  8. 7f34035 Merge "Create android-base/format.h that includes fmtlib headers" by Tom Cherry · 5 years ago
  9. 30f6f42 Merge "init: use Errorf() now that we have it" by Tom Cherry · 5 years ago
  10. a6f90ce Merge "Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Josh Gao · 5 years ago
  11. 9dba0f5 Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 5 years ago
  12. 6860f68 Merge "VtsKernelLiblpTest: use static test" by Treehugger Robot · 5 years ago
  13. f4db2aa init: use Errorf() now that we have it by Tom Cherry · 5 years ago
  14. b90dcc0 Create android-base/format.h that includes fmtlib headers by Tom Cherry · 5 years ago
  15. c476186 Merge "fs_mgr_fstab: translate reserve_root to reserved_size in fsmgr" by Jaegeuk Kim · 5 years ago
  16. 8301957 VtsKernelLiblpTest: use static test by Steve Muckle · 5 years ago
  17. ebbe9e7 Merge "Add Errorf and ErrnoErrorf" by Tom Cherry · 5 years ago
  18. f07d07b fs_mgr_fstab: translate reserve_root to reserved_size in fsmgr by Jaegeuk Kim · 5 years ago
  19. 2d620c0 Merge "Link the sanitizer runtime libraries to the default unrestricted namespace." by Treehugger Robot · 5 years ago
  20. 20524ed Add Errorf and ErrnoErrorf by Jiyong Park · 5 years ago
  21. 563ca38 Link the sanitizer runtime libraries to the default unrestricted namespace. by Peter Collingbourne · 5 years ago
  22. 935420f liblp: Remove the slot-suffix requirement in MetadataBuilder. by David Anderson · 5 years ago
  23. 69880e1 Merge "Support importing property file with expanded name" by Treehugger Robot · 5 years ago
  24. a87c0f9 Support importing property file with expanded name by Dongcheol Shin · 5 years ago
  25. bc420c4 Merge "ziparchive: add a std::string_view overload to Next." by Elliott Hughes · 5 years ago
  26. 5482189 Merge "fastbootd: Don't include all of the fs_mgr namespace in commands.cpp." by David Anderson · 5 years ago
  27. 43d9ced Merge "libfiemap_writer: Handle dm stacking more accurately." by David Anderson · 5 years ago
  28. 4952ef7 Remove system/core/mkbootimg by Hridya Valsaraju · 5 years ago
  29. 1e40c30 ziparchive: add a std::string_view overload to Next. by Elliott Hughes · 5 years ago
  30. 5fb6609 Merge "Internalize subclasses of Memory" by Christopher Ferris · 5 years ago
  31. 210b56e Merge "Add libcgrouprc to ld.config.txt." by Jiyong Park · 5 years ago
  32. cb2352a Merge "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Treehugger Robot · 5 years ago
  33. aba081c Merge "race condition in libprocessgroup" by Suren Baghdasaryan · 5 years ago
  34. 2b668d3 adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND. by Josh Gao · 5 years ago
  35. d695733 Add libcgrouprc to ld.config.txt. by Min Yun · 5 years ago
  36. 3fcd831 Merge "fix: passing ResultError to Error thru operator<<" by Treehugger Robot · 5 years ago
  37. 2747532 fastbootd: Don't include all of the fs_mgr namespace in commands.cpp. by David Anderson · 5 years ago
  38. d5fa799 libfiemap_writer: Handle dm stacking more accurately. by David Anderson · 5 years ago
  39. e53417a Merge "liblp: Add helpers for finding partitions and partition sizes." by David Anderson · 5 years ago
  40. 6b95a0e Internalize subclasses of Memory by Casey Dahlin · 5 years ago
  41. 53f79e6 race condition in libprocessgroup by mtk16036 · 5 years ago
  42. 1d7f3b4 Merge "fs_mgr: run fsck.f2fs with -f option when full mount fails" by Jaegeuk Kim · 5 years ago
  43. 45a88fa Merge "Set elf_start_offset for invalid elf maps." by Christopher Ferris · 5 years ago
  44. b3093ff Merge "Read *.rc files from flattened APEX" by Treehugger Robot · 5 years ago
  45. df7d327 fix: passing ResultError to Error thru operator<< by Jooyung Han · 5 years ago
  46. 5b63cff Merge "adb: avoid freeing argv entries on Windows." by Josh Gao · 5 years ago
  47. d49499d Set elf_start_offset for invalid elf maps. by Christopher Ferris · 5 years ago
  48. 5928e4f fs_mgr: run fsck.f2fs with -f option when full mount fails by Sahitya Tummala · 5 years ago
  49. bc1ccde Merge "Remove Result<Success> in favor of Result<void>" by Tom Cherry · 5 years ago
  50. 31a0ab8 Merge "init: replace Result<Success> with Result<void>" by Tom Cherry · 5 years ago
  51. 2184ecb Merge "fs_mgr: support -o sync" by Treehugger Robot · 5 years ago
  52. e72c44b adb: avoid freeing argv entries on Windows. by Josh Gao · 5 years ago
  53. 91e6f88 Remove Result<Success> in favor of Result<void> by Tom Cherry · 5 years ago
  54. bbcbc2f init: replace Result<Success> with Result<void> by Tom Cherry · 5 years ago
  55. 7a6ce06 Merge "liblp: Replace some |const char*| inputs with std::string." by David Anderson · 5 years ago
  56. 5ffa970 fs_mgr: support -o sync by Jaegeuk Kim · 5 years ago
  57. e597033 Merge "Switch tzdatacheck to comparing tzdata module file" by Neil Fuller · 5 years ago
  58. caa95d5 Merge "logd: handle uidToName() directly" by Tom Cherry · 5 years ago
  59. 727762e Merge "base: Add MmapFile as a synonym for MappedFile" by Tom Cherry · 5 years ago
  60. 09bdb32 Switch tzdatacheck to comparing tzdata module file by Neil Fuller · 5 years ago
  61. d2217b5 Read *.rc files from flattened APEX by Jiyong Park · 5 years ago
  62. 383e141 base: Add MmapFile as a synonym for MappedFile by Tom Cherry · 5 years ago
  63. 8958d7a Merge "liblog: fix benchmark build after google-benchmark upgrade." by Treehugger Robot · 5 years ago
  64. 36f5399 logd: handle uidToName() directly by Tom Cherry · 7 years ago
  65. 196d2ba liblp: Add helpers for finding partitions and partition sizes. by David Anderson · 5 years ago
  66. 1e05e55 liblp: Replace some |const char*| inputs with std::string. by David Anderson · 5 years ago
  67. acf19e8 Merge "init.rc: move rlimit setting earlier" by Tom Cherry · 5 years ago
  68. b7a25ef Merge "logd: don't drop user/groups/capabilities/priority in drop_privs()" by Tom Cherry · 5 years ago
  69. 0b2a011 logd: don't drop user/groups/capabilities/priority in drop_privs() by Tom Cherry · 5 years ago
  70. d949bf8 Merge "toolbox: add setprop, start, and stop" by Tom Cherry · 5 years ago
  71. fdde7ee liblog: fix benchmark build after google-benchmark upgrade. by Elliott Hughes · 5 years ago
  72. f17902b Merge "fs_mgr: Don't report 'Skip mounting partitions'" by Bo Hu · 5 years ago
  73. bb1b83e Merge "Add expected<void,E>" by Treehugger Robot · 5 years ago
  74. a850fb2 Merge "Fix format string for new google benchmark" by Haibo Huang · 5 years ago
  75. 9d47360 Fix format string for new google benchmark by Haibo Huang · 5 years ago
  76. b78de85 Merge "Update TODOs for ICU library links." by Treehugger Robot · 5 years ago
  77. 2ba59c5 Merge "Move result.h from init to libbase" by Treehugger Robot · 5 years ago
  78. b2a85c4 Add expected<void,E> by Jiyong Park · 5 years ago
  79. 65a1ee8 toolbox: add setprop, start, and stop by Tom Cherry · 5 years ago
  80. fdeca99 init.rc: move rlimit setting earlier by Tom Cherry · 5 years ago
  81. 0d28abc Update TODOs for ICU library links. by Martin Stjernholm · 5 years ago
  82. 8fd64c8 Move result.h from init to libbase by Jiyong Park · 5 years ago
  83. 44cabca Merge "base: fix out of date documentation with PropertySet()" by Treehugger Robot · 5 years ago
  84. 8eea2ca Merge "adb: Allow `adb rescue getprop`." by Tao Bao · 5 years ago
  85. 291b5ca Merge "fs_mgr: overlayfs: test: spelling mistake" by Mark Salyzyn · 5 years ago
  86. 42b28b0 fs_mgr: Don't report 'Skip mounting partitions' by bohu · 5 years ago
  87. bc79fea fs_mgr: overlayfs: test: spelling mistake by Mark Salyzyn · 5 years ago
  88. ef2469e base: fix out of date documentation with PropertySet() by Tom Cherry · 5 years ago
  89. 659f61e Merge "Display offsets for dex frames." by Christopher Ferris · 5 years ago
  90. 599eee1 adb: Allow `adb rescue getprop`. by Tao Bao · 5 years ago
  91. 2683d0a Merge changes I2d005e17,If2eec162,Icfd642e6 by Josh Gao · 5 years ago
  92. a891ffd Merge "adbd: provide MS OS descriptors for WinUSB." by Josh Gao · 5 years ago
  93. a4bdb98 Display offsets for dex frames. by Christopher Ferris · 5 years ago
  94. 41f690b Merge "Fix leak of mapped zip central directories" by Treehugger Robot · 5 years ago
  95. f74ff74 Merge "fastboot: windows: Minor printf format fixes" by Treehugger Robot · 5 years ago
  96. d877a96 Merge "Allow adb to handle single paramter with install-multi-package flag" by Treehugger Robot · 5 years ago
  97. b5db741 Merge "fs_mgr: overlayfs: test: triage data missing after failure flash scratch" by Mark Salyzyn · 5 years ago
  98. 8acf8c2 fastboot: windows: Minor printf format fixes by Greg Kaiser · 5 years ago
  99. 4d702e8 fs_mgr: overlayfs: test: triage data missing after failure flash scratch by Mark Salyzyn · 5 years ago
  100. 0c61519 Merge "fs_mgr: overlayfs: pre-emptive filesystem setup" by Treehugger Robot · 5 years ago