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