1. aa96e88 libcutils: remove unused "jstring.h". by Elliott Hughes · 5 years ago
  2. 6e86174 Merge "[adb] Cache features set inside the client process" by Songchun Fan · 5 years ago
  3. 82834f1 Merge "[adb] Speed up the streaming install" by Songchun Fan · 5 years ago
  4. fd41f9a Add header that defines strerror() by Anatol Pomazau · 5 years ago
  5. 7b2ff6d Add header that declares atomic primitives by Anatol Pomazau · 5 years ago
  6. 709dfc3 [adb] Add a getter for native Win32 file handle by Yurii Zubrytskyi · 5 years ago
  7. d32e7e2 Rewrite libpackagelistparser. by Elliott Hughes · 5 years ago
  8. 6c4cfd6 Merge changes I4d6bda45,I72576e1f by Josh Gao · 5 years ago
  9. 6eca0e6 [adb] Speed up the streaming install by Yurii Zubrytskyi · 5 years ago
  10. ca94d79 Merge "liblog: Remove stdbool.h from .cpp files" by Tom Cherry · 5 years ago
  11. 0c2dab9 Merge "Remove more dead code." by Elliott Hughes · 5 years ago
  12. 31c14e1 fs_mgr: overlayfs: dig harder for /dev/root equivalent by Mark Salyzyn · 5 years ago
  13. addd852 logcat: switch to <regex>. by Elliott Hughes · 5 years ago
  14. ef0bc63 Merge "Move ICU .dat" by vichang · 5 years ago
  15. 5312c46 libsnapshot: Implement merge flow. by David Anderson · 5 years ago
  16. 9860950 libsnapshot: Unmap COW devices when deleting snapshots. by David Anderson · 5 years ago
  17. d986fef libsnapshot: Eliminate per-snapshot flocks. by David Anderson · 5 years ago
  18. 3cb682e libsnapshot: Improve first test-run and test cleanup. by David Anderson · 5 years ago
  19. 5ae4a90 adb: windows: fix writev on sockets. by Josh Gao · 5 years ago
  20. d97c946 Merge "liblp: refactor MetadataBuilder::NewForUpdate" by Treehugger Robot · 5 years ago
  21. 1547e4a Remove more dead code. by Elliott Hughes · 5 years ago
  22. d00b3af liblog: Remove stdbool.h from .cpp files by Tom Cherry · 5 years ago
  23. 36acd1d Merge "libsnapshot: Don't force-unmap in DeleteSnapshot()." by David Anderson · 5 years ago
  24. 68aae7d Merge changes from topic "liblp_virtualab_prepare" by Yifan Hong · 5 years ago
  25. 6079cd0 liblp: refactor MetadataBuilder::NewForUpdate by Yifan Hong · 5 years ago
  26. ef06b4f Merge "fs_mgr: Make kDefaultAndroidDtDir constexpr" by Treehugger Robot · 5 years ago
  27. b02f9b5 Merge changes from topic "toolbox-modprobe" by Treehugger Robot · 5 years ago
  28. 5b4b38c liblp: Expose kDefaultGroup. by Yifan Hong · 5 years ago
  29. aefb3b1 libsnapshot: Don't force-unmap in DeleteSnapshot(). by David Anderson · 5 years ago
  30. 04d9187 liblp: Add PropertyFetcher. by Yifan Hong · 5 years ago
  31. 3346339 adb: fix transport acquisition for forward, reverse. by Josh Gao · 5 years ago
  32. da9c767 adb: don't manually construct device selection prefix in forward. by Josh Gao · 5 years ago
  33. 0d061b2 Merge "Adds check_interface_{restart,start,stop} check_builtins." by Daniel Norman · 5 years ago
  34. f9d5327 Merge "libsnapshot: correct DeviceInfo paths" by Treehugger Robot · 5 years ago
  35. 5caa3e9 fs_mgr: Make kDefaultAndroidDtDir constexpr by Vic Yang · 5 years ago
  36. 64a5534 toolbox: add modprobe by Steve Muckle · 5 years ago
  37. ded44c0 libmodprobe: add verbose mode by Steve Muckle · 5 years ago
  38. 781aa78 libmodprobe: add GetAllDependencies by Steve Muckle · 5 years ago
  39. 012cfa1 libmodprobe: add support to list modules by Steve Muckle · 5 years ago
  40. e31f840 libmodprobe: add support for a blacklist by Steve Muckle · 5 years ago
  41. 13700a6 libmodprobe: support parameters in LoadWithAliases by Steve Muckle · 5 years ago
  42. bb58b01 libmodprobe: add support to remove modules by Steve Muckle · 5 years ago
  43. 73b2928 libmodprobe: make name canonical in LoadWithAliases by Steve Muckle · 5 years ago
  44. 4104b88 libmodprobe: make available in vendor by Steve Muckle · 5 years ago
  45. 91a5318 Merge "adb: fail better in install-multiple." by Elliott Hughes · 5 years ago
  46. dad291f Merge "adb: add `--abi` to the `adb install` help." by Elliott Hughes · 5 years ago
  47. 8c4db55 Merge "Fix `adb install` on very old Android releases." by Elliott Hughes · 5 years ago
  48. 5b3672a Merge "libstats: remove _USING_LIBCXX." by Elliott Hughes · 5 years ago
  49. d2533c3 Adds check_interface_{restart,start,stop} check_builtins. by Daniel Norman · 5 years ago
  50. c6c574a Merge "libmodprobe: add OWNERS file" by Treehugger Robot · 5 years ago
  51. bb89da8 Merge "libsnapshot: forward declare IImageManager" by Treehugger Robot · 5 years ago
  52. 980cbef Merge "init: Check onrestart commands" by Tom Cherry · 5 years ago
  53. e269a72 Merge "init: ignore ENOENT from fewer builtins" by Tom Cherry · 5 years ago
  54. e5fa9b8 Merge "liblp: Make kDefaultGroup a string_view" by Treehugger Robot · 5 years ago
  55. 6250360 libsnapshot: correct DeviceInfo paths by Yifan Hong · 5 years ago
  56. 541d740 adb: fail better in install-multiple. by Elliott Hughes · 5 years ago
  57. 6917c63 libsnapshot: forward declare IImageManager by Yifan Hong · 5 years ago
  58. 6737a6b init: Check onrestart commands by Tom Cherry · 5 years ago
  59. f3a7988 liblp: Make kDefaultGroup a string_view by Vic Yang · 5 years ago
  60. 025cad4 libmodprobe: add OWNERS file by Steve Muckle · 5 years ago
  61. a1f2005 libstats: remove _USING_LIBCXX. by Elliott Hughes · 5 years ago
  62. 23a8771 Merge "Implement basic libsnapshot functionality." by David Anderson · 5 years ago
  63. c0ebd59 adb: add `--abi` to the `adb install` help. by Elliott Hughes · 5 years ago
  64. 9435073 Fix `adb install` on very old Android releases. by Elliott Hughes · 5 years ago
  65. a022e47 Merge "Fixes incorrect flag info for the inheritance hierarchy file." by Daniel Norman · 5 years ago
  66. e6586c4 Fixes incorrect flag info for the inheritance hierarchy file. by Daniel Norman · 5 years ago
  67. fb54b74 Merge changes from topic "services_serve_interfaces_test" by Daniel Norman · 5 years ago
  68. 41a5c02 Merge "logcat: error on multiple PID argument" by Treehugger Robot · 5 years ago
  69. 456e501 Implement basic libsnapshot functionality. by David Anderson · 5 years ago
  70. d7546f1 Merge "Remove two more unused utf32 functions." by Treehugger Robot · 5 years ago
  71. 77a4f37 Merge "dmctl: add replace command" by Treehugger Robot · 5 years ago
  72. e800af5 [adb] Cache features set inside the client process by Yurii Zubrytskyi · 5 years ago
  73. d3d6506 [adb] Use STL for ParseUInt() implementation by Yurii Zubrytskyi · 5 years ago
  74. b0e867a logcat: error on multiple PID argument by Steven Moreland · 5 years ago
  75. 81d4ea7 dmctl: add replace command by Alessio Balsini · 5 years ago
  76. f7970ce Merge "Fix storaged memory leak" by David Anderson · 5 years ago
  77. ab80f54 Merge "libdm: compute percentage of snapshot-merge" by Treehugger Robot · 5 years ago
  78. 549ea48 Merge changes Ied888249,Id8857c45 by Tom Cherry · 5 years ago
  79. 4772f1d init: check the arguments of builtins during the build by Tom Cherry · 5 years ago
  80. c5cf85d init: don't log in expand_props directly by Tom Cherry · 5 years ago
  81. 1553cf8 Merge "libdm: improve ParseStatusText() and test it" by Treehugger Robot · 5 years ago
  82. 873d867 Merge "Don't fail if default namespace isn't found" by Treehugger Robot · 5 years ago
  83. 3565e31 libdm: compute percentage of snapshot-merge by Alessio Balsini · 5 years ago
  84. 6bac7cd Merge "adb: fix track-devices-l." by Treehugger Robot · 5 years ago
  85. c5e85bf Don't fail if default namespace isn't found by Jiyong Park · 5 years ago
  86. 81e25f5 Merge "init: add timing log for oneshot and exec_background services" by Wei Wang · 5 years ago
  87. 1be681c Merge "dmctl: return detailed device information" by Treehugger Robot · 5 years ago
  88. 6f4f709 Merge changes from topic "ion-unit-tests" by Treehugger Robot · 5 years ago
  89. fc2f5f6 adb: fix track-devices-l. by Elliott Hughes · 5 years ago
  90. 4560856 libdm: improve ParseStatusText() and test it by Alessio Balsini · 5 years ago
  91. 690c8c8 Merge "Restore default port for `adb connect`." by Elliott Hughes · 5 years ago
  92. 11295b7 Merge "Allow overriding the log path." by Treehugger Robot · 5 years ago
  93. 5140682 Merge "Clarify `adb sync -l` help text." by Treehugger Robot · 5 years ago
  94. f7c2bfe init: add timing log for oneshot and exec_background services by Wei Wang · 5 years ago
  95. ae89844 Merge "Revert "fs_mgt: Fix remount failure in case of non-overlayfs system"" by Treehugger Robot · 5 years ago
  96. c788771 Adds new property for service name -> PID. by Daniel Norman · 5 years ago
  97. d19c5a5 Adds a library to parse service info from init_rc files for use in tests. by Daniel Norman · 5 years ago
  98. 8082ba2 Adds a visibility rule for init defaults. by Daniel Norman · 5 years ago
  99. 3d85fc6 Merge changes I96d1acb3,Ief00af72,Idf8f4a0e by Mark Salyzyn · 5 years ago
  100. 814cbfa Revert "fs_mgt: Fix remount failure in case of non-overlayfs system" by Ryan Savitski · 5 years ago