1. 9f5a5eb Merge "Libunwindstack: Add -O0 to tools defaults on host" by Treehugger Robot · 7 years ago
  2. 63c4e7c Merge "Work around b/24465209, do not use clang lld" by Chih-hung Hsieh · 7 years ago
  3. 43b944e Work around b/24465209, do not use clang lld by Chih-Hung Hsieh · 7 years ago
  4. 5bf505a Merge "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  5. 2548a81 Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Josh Gao · 7 years ago
  6. f06591c Merge "Fix error messages handling." by Christopher Ferris · 7 years ago
  7. f7b15c9 Merge "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Treehugger Robot · 7 years ago
  8. 0335d70 Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
  9. 97253d2 Merge "Simplify code" by Treehugger Robot · 7 years ago
  10. 3aa97c5 adb: add support for O_CLOEXEC to unique_fd pipe wrapper. by Josh Gao · 7 years ago
  11. ee498dd adb: convert fdevent over to unique_fd. by Josh Gao · 7 years ago
  12. 5113ff7 adb: move towards using unique_fd. by Josh Gao · 7 years ago
  13. 7b6b19b adb: delete FDEVENT_DONTCLOSE. by Josh Gao · 7 years ago
  14. 281d56b Merge "Add OWNERS file for libstats/" by Treehugger Robot · 7 years ago
  15. 1773879 Merge "Move libstatssocket from frameworks/base to system/core/" by Treehugger Robot · 7 years ago
  16. 07444b3 adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
  17. 26f04c1 Merge "lmkd: Do not set soft_limit_in_bytes on high-end devices" by Treehugger Robot · 7 years ago
  18. d8270ad Merge "fastboot: better temporary file errors." by Elliott Hughes · 7 years ago
  19. a50b8ac Merge "Property: Log errno for socket connect" by Treehugger Robot · 7 years ago
  20. a82be33 lmkd: Do not set soft_limit_in_bytes on high-end devices by Suren Baghdasaryan · 7 years ago
  21. 42b0087 Merge "init: separate out epoll into a class" by Tom Cherry · 7 years ago
  22. 8fe8f4b fastboot: better temporary file errors. by Elliott Hughes · 7 years ago
  23. 18f7982 Merge "Mark as recovery_available: true" by Treehugger Robot · 7 years ago
  24. 813af9b Merge "Always use versioned VNDK directory" by Logan Chien · 7 years ago
  25. 5b8ccbb Property: Log errno for socket connect by DuXiao · 7 years ago
  26. e0f24c1 Merge changes I4d6da40d,I91c7ced5,I7b9f6d18 by Treehugger Robot · 7 years ago
  27. 8f547f8 init: separate out epoll into a class by Mark Salyzyn · 9 years ago
  28. db14cd0 Fix error messages handling. by Christopher Ferris · 7 years ago
  29. 213b52f Merge "Add a new directory to store downloaded apns" by Jordan Liu · 7 years ago
  30. e612d8d Add OWNERS file for libstats/ by Yao Chen · 7 years ago
  31. 013f4e4 Move libstatssocket from frameworks/base to system/core/ by Yao Chen · 7 years ago
  32. 2527e68 Add a new directory to store downloaded apns by Niklas Lindgren · 7 years ago
  33. b516fb3 Libunwindstack: Add -O0 to tools defaults on host by Andreas Gampe · 7 years ago
  34. c12f72c Merge "debuggerd: fix CrasherTest.seccomp_crash_oom." by Treehugger Robot · 7 years ago
  35. 4c687a2 Merge "Adds /dev/block/by-name/<partition> symlinks" by Treehugger Robot · 7 years ago
  36. 2cf104b Merge "init: allow entering of network namespaces" by Tom Cherry · 7 years ago
  37. 5a16976 init: allow entering of network namespaces by Tom Cherry · 7 years ago
  38. 773145d Adds /dev/block/by-name/<partition> symlinks by Bowgo Tsai · 7 years ago
  39. 12e5f4a Merge "Fix bug when doing signal handler lookup." by Christopher Ferris · 7 years ago
  40. a1cef83 Fix bug when doing signal handler lookup. by Christopher Ferris · 7 years ago
  41. da27ee6 Merge "Document using libmemunreachable on an app" by Treehugger Robot · 7 years ago
  42. 6a1e140 Merge "Removing block device by-num symlinks" by Treehugger Robot · 7 years ago
  43. 21c25a8 Document using libmemunreachable on an app by Colin Cross · 7 years ago
  44. d84ec9a Removing block device by-num symlinks by Bowgo Tsai · 7 years ago
  45. ce198eb Always use versioned VNDK directory by Logan Chien · 7 years ago
  46. a165cd5 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
  47. dcc5c81 Merge "adb: Move io_setup to usb_handle init" by Treehugger Robot · 7 years ago
  48. df815fc Merge "adb: warn on remount if undoing deduplication is impossible" by Treehugger Robot · 7 years ago
  49. 3cb898d adb: Add a test for emulator connection by Luis Hector Chavez · 7 years ago
  50. 7c2765b adb: Improve test_adb a bit more by Luis Hector Chavez · 7 years ago
  51. 07a5cb7 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
  52. ea1f99d adb: Move io_setup to usb_handle init by Jerry Zhang · 7 years ago
  53. cfe99fe adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
  54. 49f4faf adb: warn on remount if undoing deduplication is impossible by David Anderson · 7 years ago
  55. fde0883 debuggerd: fix CrasherTest.seccomp_crash_oom. by Josh Gao · 7 years ago
  56. 2b0767c adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
  57. 37fc0a5 Simplify code by George Burgess IV · 7 years ago
  58. cacbd3f Merge "libprocinfo: fix mac build." by Yabin Cui · 7 years ago
  59. a7a7200 libprocinfo: fix mac build. by Yabin Cui · 7 years ago
  60. a7f2485 Merge "init/fs_mgr: prototype first-stage dm-linear support" by David Anderson · 7 years ago
  61. 6c05181 Merge "libprocinfo: add functions reading process map file." by Yabin Cui · 7 years ago
  62. 500cbd1 Merge "adb: fix double close in jdwp_service." by Treehugger Robot · 7 years ago
  63. 86cd239 Merge "Make memunreachable_test more robust against false negative leaks" by Treehugger Robot · 7 years ago
  64. d3036ab Mark as recovery_available: true by Jiyong Park · 7 years ago
  65. 704084c adb: fix double close in jdwp_service. by Josh Gao · 7 years ago
  66. 1f322fe Make memunreachable_test more robust against false negative leaks by Colin Cross · 7 years ago
  67. c324b11 Merge "adb: better error messages on deduplicated filesystems." by Treehugger Robot · 7 years ago
  68. 78daad6 libprocinfo: add functions reading process map file. by Yabin Cui · 7 years ago
  69. 2eec442 Merge "Expect optional (offset ...) in frame dump." by Chih-hung Hsieh · 7 years ago
  70. 95f552c init/fs_mgr: prototype first-stage dm-linear support by David Anderson · 7 years ago
  71. de27064 Expect optional (offset ...) in frame dump. by Chih-Hung Hsieh · 7 years ago
  72. bd76dc0 Merge "init: keychord inotify add IN_ONLYDIR" by Mark Salyzyn · 7 years ago
  73. 0c76f83 init: keychord inotify add IN_ONLYDIR by Mark Salyzyn · 7 years ago
  74. dd7f8bd adb: better error messages on deduplicated filesystems. by David Anderson · 7 years ago
  75. 046b09f Merge "Match LZMA SDK 18.05 API." by Sen Jiang · 7 years ago
  76. 099d0ac Merge "init: Add inotify for /dev/input/" by Mark Salyzyn · 7 years ago
  77. 8d708f7 init: Add inotify for /dev/input/ by Mark Salyzyn · 7 years ago
  78. 113b306 Merge "Remove unused using statement / host stub" by Treehugger Robot · 7 years ago
  79. a46f026 Remove unused using statement / host stub by Tom Cherry · 7 years ago
  80. 44d1011 Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
  81. f9331cf Merge changes from topic "interface_builtins" by Steven Moreland · 7 years ago
  82. d42748a Merge "Documented adb install --instant" by android-build-prod (mdb) · 7 years ago
  83. 9023cd7 Merge changes from topic "b/64114943" by Mark Salyzyn · 7 years ago
  84. de6b542 Documented adb install --instant by Felipe Leme · 7 years ago
  85. 6bee7ce Merge changes from topic "hiddenapi-cherrypick" by David Brazdil · 7 years ago
  86. 59448d8 Merge "Remove unused `tags` property from Android.bp files" by Dan Willemsen · 7 years ago
  87. 24fa26a Merge "libctuils: Exclude qtaguid.cpp from VNDK-SP variant" by Logan Chien · 7 years ago
  88. d10197f Remove unused `tags` property from Android.bp files by Dan Willemsen · 7 years ago
  89. 3a3d3e7 Merge "Remove more bogus <stdbool.h> #includes from C++." by android-build-prod (mdb) · 7 years ago
  90. 3ff00f0 init: ServiceList FindInterface by Steven Moreland · 7 years ago
  91. 579d48c builtins: interface_{start, stop, restart} by Steven Moreland · 7 years ago
  92. a132268 init: switch from /dev/keychord to /dev/input/ by Mark Salyzyn · 7 years ago
  93. 9a9b137 init: use std::function for epoll handling by Tom Cherry · 7 years ago
  94. 31df3c0 Merge "Make fastboot host builds match adb." by android-build-prod (mdb) · 7 years ago
  95. 9e5b173 Remove more bogus <stdbool.h> #includes from C++. by Elliott Hughes · 7 years ago
  96. 76472d2 Make fastboot host builds match adb. by Elliott Hughes · 7 years ago
  97. 39ed24b libctuils: Exclude qtaguid.cpp from VNDK-SP variant by Logan Chien · 7 years ago
  98. 77fd726 Add support for logging complex events from C++. by Mathew Inwood · 7 years ago
  99. cc0934c Add event log tag for hidden API access logging. by Mathew Inwood · 7 years ago
  100. 79299fe Merge "init: Use sepolicy version instead" by Logan Chien · 7 years ago