1. 7669ea5 Merge changes I4d351f56,Ib9e91157 by Josh Gao · 6 years ago
  2. 83d9b68 Merge changes Ia3bba21c,I0ffc159b by Dima Zavin · 6 years ago
  3. 5841a96 adbd: tune USB read/write sizes and queue depths. by Josh Gao · 6 years ago
  4. b416f22 adb: add benchmarks for sink/source. by Josh Gao · 6 years ago
  5. 6d46a49 fastboot: reset timeout if INFO is received during long commands by Dima Zavin · 6 years ago
  6. a5b85a4 fastboot: switch the timeout clock source to steady_clock by Dima Zavin · 6 years ago
  7. 949a561 Merge "libfs_avb: Pass const string by reference" by Treehugger Robot · 6 years ago
  8. 51eba09 Merge "Unify some text format in task_profiles.json" by Treehugger Robot · 6 years ago
  9. 4d6f4cc libfs_avb: Pass const string by reference by Greg Kaiser · 6 years ago
  10. 50cb647 Merge "adbd: limit the sizes of aio writes." by Josh Gao · 6 years ago
  11. 33f344c Merge "libfs_avb: support key rotation for standalone partitions" by Treehugger Robot · 6 years ago
  12. 86b33be adbd: limit the sizes of aio writes. by Josh Gao · 6 years ago
  13. c620f4a Merge changes I7a2dd830,I6ce43725,I5fc2f370,Ibc2e14bd,Idf213800, ... by Treehugger Robot · 6 years ago
  14. 4469fb1 fs_mgr_remount: support legacy devices (marlin) by Mark Salyzyn · 7 years ago
  15. 1188ce4 fs_mgr: remount: add -R argument by Mark Salyzyn · 7 years ago
  16. 8c07db6 fs_mgr: remount: add -T fstab argument by Mark Salyzyn · 7 years ago
  17. 75941f2 fs_mgr: remount: log to stderr and logd by Mark Salyzyn · 6 years ago
  18. 6b3f587 fs_mgr: add remount command by Mark Salyzyn · 6 years ago
  19. 6dc0dfe fs_mgr: overlayfs: test: add inRecovery check by Mark Salyzyn · 6 years ago
  20. 2c32a6c Merge "libfiemap_writer: Allow callers to query the block device of a file." by David Anderson · 6 years ago
  21. 455f124 Merge "Support splitAPK in install-multi-package." by Dario Freni · 6 years ago
  22. e9d149f Unify some text format in task_profiles.json by Rick Yiu · 6 years ago
  23. d5345f5 Merge "Add blkio cgroup to libprocessgroup" by Treehugger Robot · 6 years ago
  24. 55d3624 Merge "Fix string reference usage" by Treehugger Robot · 6 years ago
  25. 1770566 Fix string reference usage by Wei Wang · 6 years ago
  26. f3e28e1 libfs_avb: support key rotation for standalone partitions by Bowgo Tsai · 6 years ago
  27. 2b3bf84 Add blkio cgroup to libprocessgroup by Rick Yiu · 6 years ago
  28. df3f38f Merge "fs_mgr: overlayfs: requires override_creds patch for 4.4+ kernels (taimen)" by Treehugger Robot · 6 years ago
  29. bc94667 Merge "Add `test_suites` to libutils_test." by Elliott Hughes · 6 years ago
  30. c297028 Merge "Revert "adbd: switch the default USB implementation."" by Josh Gao · 6 years ago
  31. 0d78039 Revert "adbd: switch the default USB implementation." by Josh Gao · 6 years ago
  32. 216d158 Merge changes I86c3ec0f,I57d1a30a,Ib50d289b,I791a4f82,I316a8799, ... by Josh Gao · 6 years ago
  33. 1706eb0 Merge "Add a DEX2OAT_BOOTCLASSPATH variable." by Nicolas Geoffray · 6 years ago
  34. e99564f Merge "Allow fiemap_writer_test to run in arbitrary directories." by David Anderson · 6 years ago
  35. 21c29cf Merge "Fix libdexfile dependencies to avoid direct dependency on libdexfile_external." by Treehugger Robot · 6 years ago
  36. a9451a5 fs_mgr: overlayfs: requires override_creds patch for 4.4+ kernels (taimen) by Mark Salyzyn · 6 years ago
  37. 0c49d17 Add a DEX2OAT_BOOTCLASSPATH variable. by Nicolas Geoffray · 6 years ago
  38. 89a7cc4 Merge "lmkd: Remove redundant free swap and free memory check" by Treehugger Robot · 6 years ago
  39. 5782600 Merge "adbd: switch the default USB implementation." by Josh Gao · 6 years ago
  40. a24338b Merge "fs_mgr: overlayfs: system as root can not detect shared blocks (taimen)" by Treehugger Robot · 6 years ago
  41. 50ce7e0 libfiemap_writer: Allow callers to query the block device of a file. by David Anderson · 6 years ago
  42. 6d6ccdf Merge changes from topic "fs_mgr_unit_test" by Treehugger Robot · 6 years ago
  43. 82b54d2 Allow fiemap_writer_test to run in arbitrary directories. by David Anderson · 6 years ago
  44. 032b744 Merge "fiemap_writer: Use fallocate64" by Treehugger Robot · 6 years ago
  45. 43f3805 adb: switch sockets.cpp to ConsumePrefix. by Josh Gao · 6 years ago
  46. ccc5845 adbd: switch abb to ConsumePrefix. by Josh Gao · 6 years ago
  47. aa4f31a adb: increment server version. by Josh Gao · 6 years ago
  48. 2020dd6 adb: wait for device to disconnect upon `adb root`. by Josh Gao · 6 years ago
  49. 1e9e471 adb: implement wait-for-disconnect. by Josh Gao · 6 years ago
  50. 79797ec adb: tell the client what transport it received. by Josh Gao · 6 years ago
  51. 2df76b7 adbd: switch daemon/services to ConsumePrefix. by Josh Gao · 6 years ago
  52. 0ecc402 adb: switch host_service_to_socket to string_view. by Josh Gao · 6 years ago
  53. 769f853 adb: switch handle_host_request to string_view. by Josh Gao · 6 years ago
  54. 342b661 adb: switch adb_io.h to string_view. by Josh Gao · 6 years ago
  55. ac8da2a adb: add helper to consume a prefix on a string_view. by Josh Gao · 6 years ago
  56. aeca208 adb: make ParseUint reject garbage at the end by default. by Josh Gao · 6 years ago
  57. 3be9bff Merge "fs_mgr: overlayfs: test: Add --print-time option" by Mark Salyzyn · 6 years ago
  58. 94a0ded fs_mgr: overlayfs: test: Add --print-time option by Mark Salyzyn · 6 years ago
  59. 3f014a2 fs_mgr: overlayfs: system as root can not detect shared blocks (taimen) by Mark Salyzyn · 6 years ago
  60. cb65c35 Add `test_suites` to libutils_test. by Elliott Hughes · 6 years ago
  61. 61b2016 Merge "Move tzdatacheck execution after apex is mounted" by Treehugger Robot · 6 years ago
  62. 6dc6157 Support splitAPK in install-multi-package. by Dario Freni · 6 years ago
  63. 3d001e7 fiemap_writer: Use fallocate64 by Paul Trautrim · 6 years ago
  64. ef3429d Merge "Add compat symlink preferred-arch /system/bin/dalvikvm." by Treehugger Robot · 6 years ago
  65. 852b64e Fix libdexfile dependencies to avoid direct dependency on libdexfile_external. by Martin Stjernholm · 6 years ago
  66. d39f262 Merge "Avoid runtime namespace becoming parent for classloader-namespace." by Martin Stjernholm · 6 years ago
  67. e257772 Merge "Adding EXEC version of calling ABB." by Treehugger Robot · 6 years ago
  68. 05626c1 Adding EXEC version of calling ABB. by Alex Buynytskyy · 6 years ago
  69. 7888b5c Avoid runtime namespace becoming parent for classloader-namespace. by Martin Stjernholm · 6 years ago
  70. ed7458e Merge "Add permitted path in media namesapce for extractor process." by Dongwon Kang · 6 years ago
  71. 9694937 Add compat symlink preferred-arch /system/bin/dalvikvm. by Martin Stjernholm · 6 years ago
  72. 084d3b9 Merge "libfs_avb: support rollback protection for Live GSI" by Treehugger Robot · 6 years ago
  73. ada7e49 Move tzdatacheck execution after apex is mounted by Neil Fuller · 6 years ago
  74. 4ac1829 Merge "Remove dependency on libcutils" by Orion Hodson · 6 years ago
  75. 3408eaa Add permitted path in media namesapce for extractor process. by Dongwon Kang · 6 years ago
  76. 34b126b Remove dependency on libcutils by Orion Hodson · 6 years ago
  77. 035f7f2 Fix fs_mgr_unit_test by Bowgo Tsai · 6 years ago
  78. 1914fc6 Merge "Revert the explicit config, see topic" by Julien Desprez · 6 years ago
  79. 9bfa166 Merge "Temporarily @ignore test_reconnect" by Julien Desprez · 6 years ago
  80. 1cdd96c Merge "init: Set a property indicating that we're booting into a GSI." by David Anderson · 6 years ago
  81. 69fc7b6 Merge "__android_log_is_debuggable() shouldn't be an apex symbol" by Elliott Hughes · 6 years ago
  82. 7b98b64 fs_mgr: add test_suites: ["device-tests"] by Tom Cherry · 6 years ago
  83. 918668a libfs_avb: support rollback protection for Live GSI by Bowgo Tsai · 6 years ago
  84. effcb96 Merge "adb: update symlink timestamps." by Josh Gao · 6 years ago
  85. f4f54b1 Revert the explicit config, see topic by Julien Desprez · 6 years ago
  86. 7b1cb66 adb: update symlink timestamps. by Josh Gao · 6 years ago
  87. 1580094 __android_log_is_debuggable() shouldn't be an apex symbol by Tom Cherry · 6 years ago
  88. 4bb7b18 Merge changes from topic "libprocessgroup_json" by Yifan Hong · 6 years ago
  89. 4e47753 Merge "liblog: add stubs variant" by Tom Cherry · 6 years ago
  90. fe1f701 liblog: add stubs variant by Tom Cherry · 6 years ago
  91. 14efb90 Merge "Add the 'unrestricted' config section for vndk_lite devices" by Treehugger Robot · 6 years ago
  92. 1cae1b0 Merge "libprocessgroup: Fix memcg path for apps" by Vic Yang · 6 years ago
  93. fb4c135 Temporarily @ignore test_reconnect by Julien Desprez · 6 years ago
  94. 86f38d5 Merge "init: Ignore "ro." restrictions when reading prop files" by Tom Cherry · 6 years ago
  95. de3c3e8 Merge "adbd: log when exiting due to root/unroot/tcpip/usb." by Treehugger Robot · 6 years ago
  96. 137e030 Add the 'unrestricted' config section for vndk_lite devices by Jiyong Park · 6 years ago
  97. 4275d9b Merge "Expose libandroidicu to llndk namespace" by Kevin Chyn · 6 years ago
  98. ff67ef3 Expose libandroidicu to llndk namespace by Victor Chang · 6 years ago
  99. 2baecf3 Merge "Adding GSI fstab entries when needed" by Treehugger Robot · 6 years ago
  100. b8573e2 Merge "Hopefully fix more darwin build breakage." by Josh Gao · 6 years ago