1. 9da1a91 Revert "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  2. 85bd9ca Merge "Work around b/24465209, do not use clang lld" by Chih-hung Hsieh · 7 years ago
  3. 0f975a2 Work around b/24465209, do not use clang lld by Chih-Hung Hsieh · 7 years ago
  4. a2157a7 Merge "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  5. f139ba4 Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Josh Gao · 7 years ago
  6. ad707b0 Merge "Fix error messages handling." by Christopher Ferris · 7 years ago
  7. 812a6b7 Merge "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Treehugger Robot · 7 years ago
  8. 7a22358 Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
  9. 2a1c0dd Merge "Simplify code" by Treehugger Robot · 7 years ago
  10. 948b3e1 adb: add support for O_CLOEXEC to unique_fd pipe wrapper. by Josh Gao · 7 years ago
  11. 3b37fa2 adb: convert fdevent over to unique_fd. by Josh Gao · 7 years ago
  12. ae9c1dc adb: move towards using unique_fd. by Josh Gao · 7 years ago
  13. e535302 adb: delete FDEVENT_DONTCLOSE. by Josh Gao · 7 years ago
  14. 931a840 Merge "Add OWNERS file for libstats/" by Treehugger Robot · 7 years ago
  15. 762b0a3 Merge "Move libstatssocket from frameworks/base to system/core/" by Treehugger Robot · 7 years ago
  16. 71f775a adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
  17. 827de19 Merge "lmkd: Do not set soft_limit_in_bytes on high-end devices" by Treehugger Robot · 7 years ago
  18. 9971005 Merge "fastboot: better temporary file errors." by Elliott Hughes · 7 years ago
  19. 59976b9 Merge "Property: Log errno for socket connect" by Treehugger Robot · 7 years ago
  20. fe26dfb lmkd: Do not set soft_limit_in_bytes on high-end devices by Suren Baghdasaryan · 7 years ago
  21. c5fbf49 Merge "init: separate out epoll into a class" by Tom Cherry · 7 years ago
  22. da1dbd6 fastboot: better temporary file errors. by Elliott Hughes · 7 years ago
  23. 9f6f8bf Merge "Mark as recovery_available: true" by Treehugger Robot · 7 years ago
  24. dda4678 Merge "Always use versioned VNDK directory" by Logan Chien · 7 years ago
  25. 4053359 Property: Log errno for socket connect by DuXiao · 7 years ago
  26. 2fa9770 Merge changes I4d6da40d,I91c7ced5,I7b9f6d18 by Treehugger Robot · 7 years ago
  27. 6c6ec72 init: separate out epoll into a class by Mark Salyzyn · 10 years ago
  28. 5e516ca Fix error messages handling. by Christopher Ferris · 7 years ago
  29. e0a5277 Merge "Add a new directory to store downloaded apns" by Jordan Liu · 7 years ago
  30. bc586d1 Add OWNERS file for libstats/ by Yao Chen · 7 years ago
  31. b3be9ea Move libstatssocket from frameworks/base to system/core/ by Yao Chen · 7 years ago
  32. fd66538 Add a new directory to store downloaded apns by Niklas Lindgren · 7 years ago
  33. 74bf814 Merge "debuggerd: fix CrasherTest.seccomp_crash_oom." by Treehugger Robot · 7 years ago
  34. 98214c8 Merge "Adds /dev/block/by-name/<partition> symlinks" by Treehugger Robot · 7 years ago
  35. 4bfbd8e Merge "init: allow entering of network namespaces" by Tom Cherry · 7 years ago
  36. aead51b init: allow entering of network namespaces by Tom Cherry · 7 years ago
  37. 8eec38f Adds /dev/block/by-name/<partition> symlinks by Bowgo Tsai · 7 years ago
  38. 9e1514f Merge "Fix bug when doing signal handler lookup." by Christopher Ferris · 7 years ago
  39. 239425b Fix bug when doing signal handler lookup. by Christopher Ferris · 7 years ago
  40. 60fab88 Merge "Document using libmemunreachable on an app" by Treehugger Robot · 7 years ago
  41. 6aaa3be Merge "Removing block device by-num symlinks" by Treehugger Robot · 7 years ago
  42. 18f3685 Document using libmemunreachable on an app by Colin Cross · 7 years ago
  43. 95591bd Removing block device by-num symlinks by Bowgo Tsai · 7 years ago
  44. 5a35d12 Always use versioned VNDK directory by Logan Chien · 7 years ago
  45. 93e4501 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
  46. adf07c5 Merge "adb: Move io_setup to usb_handle init" by Treehugger Robot · 7 years ago
  47. e619ebc Merge "adb: warn on remount if undoing deduplication is impossible" by Treehugger Robot · 7 years ago
  48. 3255974 adb: Add a test for emulator connection by Luis Hector Chavez · 7 years ago
  49. fbee0a9 adb: Improve test_adb a bit more by Luis Hector Chavez · 7 years ago
  50. 454bc7c adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
  51. d8c1ae9 adb: Move io_setup to usb_handle init by Jerry Zhang · 7 years ago
  52. 5ba6802 adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
  53. 570426a adb: warn on remount if undoing deduplication is impossible by David Anderson · 7 years ago
  54. d2b15dd debuggerd: fix CrasherTest.seccomp_crash_oom. by Josh Gao · 7 years ago
  55. 2744084 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
  56. 487de27 Simplify code by George Burgess IV · 7 years ago
  57. 3464bc4 Merge "libprocinfo: fix mac build." by Yabin Cui · 7 years ago
  58. edac5e3 libprocinfo: fix mac build. by Yabin Cui · 7 years ago
  59. 3e946da Merge "init/fs_mgr: prototype first-stage dm-linear support" by David Anderson · 7 years ago
  60. 0f837fe Merge "libprocinfo: add functions reading process map file." by Yabin Cui · 7 years ago
  61. da6ab73 Merge "adb: fix double close in jdwp_service." by Treehugger Robot · 7 years ago
  62. 32fcdf8 Merge "Make memunreachable_test more robust against false negative leaks" by Treehugger Robot · 7 years ago
  63. 612210c Mark as recovery_available: true by Jiyong Park · 7 years ago
  64. b7a9956 adb: fix double close in jdwp_service. by Josh Gao · 7 years ago
  65. ca71f17 Make memunreachable_test more robust against false negative leaks by Colin Cross · 7 years ago
  66. 313aa71 Merge "adb: better error messages on deduplicated filesystems." by Treehugger Robot · 7 years ago
  67. 3841acc libprocinfo: add functions reading process map file. by Yabin Cui · 7 years ago
  68. 4578d13 Merge "Expect optional (offset ...) in frame dump." by Chih-hung Hsieh · 7 years ago
  69. 62e5b20 init/fs_mgr: prototype first-stage dm-linear support by David Anderson · 7 years ago
  70. 3249b3a Expect optional (offset ...) in frame dump. by Chih-Hung Hsieh · 7 years ago
  71. c8dd6b7 Merge "init: keychord inotify add IN_ONLYDIR" by Mark Salyzyn · 7 years ago
  72. f187715 init: keychord inotify add IN_ONLYDIR by Mark Salyzyn · 7 years ago
  73. a962ec0 adb: better error messages on deduplicated filesystems. by David Anderson · 7 years ago
  74. 3607fe6 Merge "Match LZMA SDK 18.05 API." by Sen Jiang · 7 years ago
  75. 7ea8047 Merge "init: Add inotify for /dev/input/" by Mark Salyzyn · 7 years ago
  76. 44692de init: Add inotify for /dev/input/ by Mark Salyzyn · 7 years ago
  77. 86dade8 Merge "Remove unused using statement / host stub" by Treehugger Robot · 7 years ago
  78. 2fa178a Remove unused using statement / host stub by Tom Cherry · 7 years ago
  79. c97cea0 Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
  80. 4880d44 Merge changes from topic "interface_builtins" by Steven Moreland · 7 years ago
  81. 53248e4 Merge "Documented adb install --instant" by android-build-prod (mdb) · 7 years ago
  82. 98caf20 Merge changes from topic "b/64114943" by Mark Salyzyn · 7 years ago
  83. 807be77 Documented adb install --instant by Felipe Leme · 7 years ago
  84. b5679cd Merge changes from topic "hiddenapi-cherrypick" by David Brazdil · 7 years ago
  85. 0515943 Merge "Remove unused `tags` property from Android.bp files" by Dan Willemsen · 7 years ago
  86. bb78399 Merge "libctuils: Exclude qtaguid.cpp from VNDK-SP variant" by Logan Chien · 7 years ago
  87. 3e41f92 Remove unused `tags` property from Android.bp files by Dan Willemsen · 7 years ago
  88. e7020dc Merge "Remove more bogus <stdbool.h> #includes from C++." by android-build-prod (mdb) · 7 years ago
  89. 6227e34 init: ServiceList FindInterface by Steven Moreland · 7 years ago
  90. 612d7a4 builtins: interface_{start, stop, restart} by Steven Moreland · 7 years ago
  91. 353bf1f init: switch from /dev/keychord to /dev/input/ by Mark Salyzyn · 7 years ago
  92. 8ae7375 init: use std::function for epoll handling by Tom Cherry · 7 years ago
  93. b004620 Merge "Make fastboot host builds match adb." by android-build-prod (mdb) · 7 years ago
  94. 23b98f4 Remove more bogus <stdbool.h> #includes from C++. by Elliott Hughes · 7 years ago
  95. 645b50e Make fastboot host builds match adb. by Elliott Hughes · 7 years ago
  96. 25b742c libctuils: Exclude qtaguid.cpp from VNDK-SP variant by Logan Chien · 7 years ago
  97. 07787e6 Add support for logging complex events from C++. by Mathew Inwood · 7 years ago
  98. e07d90d Add event log tag for hidden API access logging. by Mathew Inwood · 7 years ago
  99. 751f2fa Merge "init: Use sepolicy version instead" by Logan Chien · 7 years ago
  100. a6a266a Merge "fs_mgr: target-agnostic device-mapper helpers" by android-build-prod (mdb) · 7 years ago android-p-preview-2 android-p-preview-3