1. 0c01bb6 Add a name for all test suites by Haibo Huang · 4 years, 10 months ago
  2. 08c9cea Merge "unzip/zipinfo: use float percentages like the RI." by Treehugger Robot · 5 years ago
  3. 0087597 unzip/zipinfo: use float percentages like the RI. by Elliott Hughes · 5 years ago
  4. 5fff387 Merge "Revert "Delay initial accept() until server initialized"" by Raman Tenneti · 5 years ago
  5. b71b5af Revert "Delay initial accept() until server initialized" by Raman Tenneti · 5 years ago
  6. 6657c5d Merge "Revert "Support socket activation of adb server"" by Raman Tenneti · 5 years ago
  7. c77904e Revert "Support socket activation of adb server" by Raman Tenneti · 5 years ago
  8. 0117aab Merge "Revert "fix 'adb shell'"" by Raman Tenneti · 5 years ago
  9. 4932ada Revert "fix 'adb shell'" by Raman Tenneti · 5 years ago
  10. 1d28400 Merge "fix 'adb shell'" by Maciej Żenczykowski · 5 years ago
  11. cc6d793 fix 'adb shell' by Maciej Żenczykowski · 5 years ago
  12. d938165 Merge "Delay initial accept() until server initialized" by Treehugger Robot · 5 years ago
  13. d705282 Merge "Support socket activation of adb server" by Daniel Colascione · 5 years ago
  14. a8f3081 Merge "libcutils: remove unused socket_set_receive_timeout()." by Treehugger Robot · 5 years ago
  15. 01a3f13 Merge "Fix build with new googletest" by Haibo Huang · 5 years ago
  16. cf8a5b0 Fix build with new googletest by Haibo Huang · 5 years ago
  17. d91984a libcutils: remove unused socket_set_receive_timeout(). by Elliott Hughes · 5 years ago
  18. eb8cccf Merge "Replace -Weverything with -Wextra" by Treehugger Robot · 5 years ago
  19. ef6d913 Merge "fastdeploy: fix tests." by Elliott Hughes · 5 years ago
  20. b1ea33b Replace -Weverything with -Wextra by Colin Cross · 5 years ago
  21. 0bc3f6b Merge "configs for jailed procs to dump code coverage data" by Treehugger Robot · 5 years ago
  22. 838f5cc Merge "userspace reboot: don't re-install keyring when remounting userdata" by Nikita Ioffe · 5 years ago
  23. 8106c8e Merge changes from topic "native process registration" by Suren Baghdasaryan · 5 years ago
  24. be49555 Merge "Do not run init CTS test on secondary ABI" by Treehugger Robot · 5 years ago
  25. 16366e3 Merge "ziparchive: add a corpus for the fuzzer." by Treehugger Robot · 5 years ago
  26. 36e6f6d configs for jailed procs to dump code coverage data by Ray Essick · 5 years ago
  27. 63898aa userspace reboot: don't re-install keyring when remounting userdata by Nikita Ioffe · 5 years ago
  28. 74f0fc6 fastdeploy: fix tests. by Elliott Hughes · 5 years ago
  29. 4ad4a11 Delay initial accept() until server initialized by Daniel Colascione · 5 years ago
  30. 4456b5f Support socket activation of adb server by Daniel Colascione · 5 years ago
  31. 7e5fb6b Merge "migrate *.libraries.txt from Make to Soong" by Treehugger Robot · 5 years ago
  32. a4eeead Do not run init CTS test on secondary ABI by Tom Cherry · 5 years ago
  33. 71ed80a Merge "Add require_root for libcutils tests" by Treehugger Robot · 5 years ago
  34. 9e63ba7 ziparchive: add a corpus for the fuzzer. by Elliott Hughes · 5 years ago
  35. e41aded Add require_root for libcutils tests by Tom Cherry · 5 years ago
  36. ec56c59 Merge "healthd: Fix incorrect return check" by Treehugger Robot · 5 years ago
  37. 449282c Merge "Make encryption action an argument to mkdir" by Paul Crowley · 5 years ago
  38. c29c2ba init: Add support for native service registration with lmkd by Suren Baghdasaryan · 5 years ago
  39. e353d86 lmkd: Support process types when registering a process by Suren Baghdasaryan · 5 years ago
  40. 4c6d3d7 lmkd: Add library function to unregister a process by Suren Baghdasaryan · 5 years ago
  41. adb54f8 lmkd: Prepare lmkd to support connection from init process by Suren Baghdasaryan · 5 years ago
  42. 12ab187 lmkd: Restrict process record modifications to the client that created it by Suren Baghdasaryan · 5 years ago
  43. 7f44a83 Merge "Add libcutils_test into TEST_MAPPING" by Suren Baghdasaryan · 5 years ago
  44. ad3069e Merge "Turn on executable bit on system_ext/bin" by Treehugger Robot · 5 years ago
  45. 7051bb3 Merge "userspace reboot: unmount apexes and switch to bootstrap namespace" by Nikita Ioffe · 5 years ago
  46. 4e467e7 Turn on executable bit on system_ext/bin by Jeongik Cha · 5 years ago
  47. ab91ee9 userspace reboot: unmount apexes and switch to bootstrap namespace by Nikita Ioffe · 5 years ago
  48. dbee361 Merge "Make remount into checkpointing for ext4 userdata a no-op" by Nikita Ioffe · 5 years ago
  49. 3697315 Add libcutils_test into TEST_MAPPING by Suren Baghdasaryan · 5 years ago
  50. af79990 Merge "BatteryMonitor: init health info properly." by Treehugger Robot · 5 years ago
  51. e4cb2c4 Merge "Move comments into selinux.h and fix" by Treehugger Robot · 5 years ago
  52. a8854d3 Merge "Trace.h: explicitly use global namespace" by Treehugger Robot · 5 years ago
  53. 0a4fcfb Merge "libcutils: update fs_config tests for current behavior" by Treehugger Robot · 5 years ago
  54. 56b2666 Merge "libbase: add a README.md covering the most frequent question." by Elliott Hughes · 5 years ago
  55. 42697d3 Make remount into checkpointing for ext4 userdata a no-op by Nikita Ioffe · 5 years ago
  56. f8baa89 libcutils: update fs_config tests for current behavior by Tom Cherry · 5 years ago
  57. 10dc4ca libbase: add a README.md covering the most frequent question. by Elliott Hughes · 5 years ago
  58. c2b56dc migrate *.libraries.txt from Make to Soong by Jooyung Han · 5 years ago
  59. 5f46923 Trace.h: explicitly use global namespace by Steven Moreland · 5 years ago
  60. 47a6bf0 healthd: Fix incorrect return check by John Stultz · 5 years ago
  61. 6cabe9b BatteryMonitor: init health info properly. by Yifan Hong · 5 years ago
  62. 68258e8 Make encryption action an argument to mkdir by Paul Crowley · 5 years ago
  63. 2aabeed Merge "Properly finish daemon init when initial USB scan complete" by Daniel Colascione · 5 years ago
  64. e24a4b3 Merge changes from topic "adbd_apex" by Josh Gao · 5 years ago
  65. 7cfb77e Merge "Grant adb auth under recovery for unlocked & userdebug devices" by Tianjie Xu · 5 years ago
  66. f831f10 Move comments into selinux.h and fix by Paul Crowley · 5 years ago
  67. 4b3e5e1 Merge "Darwin: include <libgen.h> for basename(3)." by Elliott Hughes · 5 years ago
  68. f1b255a Darwin: include <libgen.h> for basename(3). by Elliott Hughes · 5 years ago
  69. a933b43 Grant adb auth under recovery for unlocked & userdebug devices by Tianjie Xu · 5 years ago
  70. 594f70f Move adbd to an apex. by Josh Gao · 5 years ago
  71. 2752326 adbd: use libadbd_auth for authentication. by Josh Gao · 5 years ago
  72. 50e102c Merge changes from topic "libsnapshot_flash" by Yifan Hong · 5 years ago
  73. 3aef5c8 Properly finish daemon init when initial USB scan complete by Daniel Colascione · 5 years ago
  74. 57292aa Merge "Fix typo in userspace-reboot-requested trigger" by Nikita Ioffe · 5 years ago
  75. 2ea7c7d Merge "unzip: fix Mac build." by Elliott Hughes · 5 years ago
  76. bcd8106 unzip: fix Mac build. by Elliott Hughes · 5 years ago
  77. daabad7 Merge "healthd: Remove libhealthd dependency from charger" by Yifan Hong · 5 years ago
  78. 7933195 Merge "Update OWNERS for libstatssocket" by Treehugger Robot · 5 years ago
  79. 283e41d Merge "first_stage_init: if console enabled allow for errors in module loading" by Mark Salyzyn · 5 years ago
  80. 552bbdd Merge "libmodprobe: add strict bool argument to LoadListedModules" by Mark Salyzyn · 5 years ago
  81. ac69214 Fix typo in userspace-reboot-requested trigger by Nikita Ioffe · 5 years ago
  82. 2aa3d90 Update OWNERS for libstatssocket by Ruchir Rastogi · 5 years ago
  83. 94f476b Merge "init: hack for /charger symlink" by Yifan Hong · 5 years ago
  84. b435f68 Merge "Use soong-generated vndk*libraries.txt files" by Jooyung Han · 5 years ago
  85. ace7795 libsnapshot: Fix MergeCannotRemoveCow by Yifan Hong · 5 years ago
  86. 46002d5 libsnapshot: fix re-flash after update by Yifan Hong · 5 years ago
  87. 8fb7f77 init: hack for /charger symlink by Yifan Hong · 5 years ago
  88. 4913d7a [REFACTOR] libsnapshot: Add InitiateMergeAndWait by Yifan Hong · 5 years ago
  89. 8578a8a Merge "trusty-ut-ctrl: link statically to libtrusty" by Treehugger Robot · 5 years ago
  90. 9495cda Merge "Update OWNERS based on Trusty team membership" by Treehugger Robot · 5 years ago
  91. d35f685 Update OWNERS based on Trusty team membership by Matthew Maurer · 5 years ago
  92. a7144f7 first_stage_init: if console enabled allow for errors in module loading by Mark Salyzyn · 5 years ago
  93. d478271 libmodprobe: add strict bool argument to LoadListedModules by Mark Salyzyn · 5 years ago
  94. 4645210 Merge "Remove Mac/Windows quick_exit() implementation." by Elliott Hughes · 5 years ago
  95. 0ae1272 Merge changes from topic "logcatd-shell" by Tom Cherry · 5 years ago
  96. 2249b07 logcat: fix logpersist.stop and logpersist.clear by Tom Cherry · 5 years ago
  97. 98c6c33 logcat: fix logcatd / logpersist by Tom Cherry · 5 years ago
  98. e88b568 Merge "COW device initialized by zeroing the whole first chunk" by Treehugger Robot · 5 years ago
  99. 7df60ce Merge "fs_mgr: Add stable_inodes flag to encrypted ext4" by Paul Crowley · 5 years ago
  100. a18363c Use soong-generated vndk*libraries.txt files by Jooyung Han · 5 years ago