1. 011ee12 Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
  2. 07445f4 adb: add remount -R for deduplicated ext4 by David Anderson · 7 years ago
  3. 7a22358 Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
  4. e535302 adb: delete FDEVENT_DONTCLOSE. by Josh Gao · 7 years ago
  5. 71f775a adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
  6. 93e4501 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
  7. adf07c5 Merge "adb: Move io_setup to usb_handle init" by Treehugger Robot · 7 years ago
  8. d8c1ae9 adb: Move io_setup to usb_handle init by Jerry Zhang · 7 years ago
  9. 5ba6802 adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
  10. 570426a adb: warn on remount if undoing deduplication is impossible by David Anderson · 7 years ago
  11. da6ab73 Merge "adb: fix double close in jdwp_service." by Treehugger Robot · 7 years ago
  12. b7a9956 adb: fix double close in jdwp_service. by Josh Gao · 7 years ago
  13. a962ec0 adb: better error messages on deduplicated filesystems. by David Anderson · 7 years ago
  14. 1ce9957 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  15. 6eb9248 Merge "Support /odm and /product in "adb remount" and "adb sync"." by Elliott Hughes · 7 years ago
  16. daacf4f adb: Correctly drop caps when ambient capabilities are used by Luis Hector Chavez · 7 years ago
  17. 218f766 adbd: configure jemalloc to not immediately purge. by Josh Gao · 7 years ago
  18. 57e97cb Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 7 years ago
  19. 31ed2a5 Merge "adbd: spawn login shell when run without a command." by Josh Gao · 7 years ago
  20. db96710 Merge "adbd: increase oom_score_adj for `adb shell`" by Josh Gao · 7 years ago
  21. 2de2ade adbd: increase oom_score_adj for `adb shell` by Josh Gao · 7 years ago
  22. f78ff01 Merge "adb: Open FunctionFS files with more restrictive access modes" by Treehugger Robot · 7 years ago
  23. 8f7ff94 adbd: spawn login shell when run without a command. by Josh Gao · 7 years ago
  24. dcc055a adb: delete vestigial SHELL_EXIT_NOTIFY_FD. by Josh Gao · 7 years ago
  25. 6156420 Merge changes I99b85f07,If28f6c8d by Treehugger Robot · 7 years ago
  26. 31b5be6 adb: implement std::make_unique, start using it. by Josh Gao · 7 years ago
  27. 99499f1 adb: Remove usages of ENDPOINT_ALLOC by Jerry Zhang · 7 years ago
  28. 8cc9c38 adb: checks device state when using adb disable-verity for AVB by Bowgo Tsai · 7 years ago
  29. 3a3df40 adb: Open FunctionFS files with more restrictive access modes by Luis Hector Chavez · 7 years ago
  30. 6eda184 adbd: don't require authentication for userdebug/eng builds. by Josh Gao · 7 years ago
  31. 5180d5b Merge "Make libasyncio headers usable from C" by Jerry Zhang · 7 years ago
  32. c3d4e72 Make libasyncio headers usable from C by Jerry Zhang · 7 years ago
  33. 2776845 adb: switch over to Android.bp. by Josh Gao · 7 years ago
  34. 6b97021 Don't include the build number in the adbd binary. by Elliott Hughes · 7 years ago
  35. 9638729 Merge "Revert "adbd: lessen security constraints when the device is unlocked"" by Treehugger Robot · 7 years ago
  36. 0603ec4 Revert "adbd: lessen security constraints when the device is unlocked" by Bowgo Tsai · 7 years ago
  37. ecee434 adb: Use kernel aio for functionfs. by Jerry Zhang · 7 years ago
  38. 5550901 Merge "adbd: add logging to troubleshoot usb issues." by Treehugger Robot · 7 years ago
  39. 184f571 adbd: add logging to troubleshoot usb issues. by Josh Gao · 7 years ago
  40. f1d3dbc adbd: lessen security constraints when the device is unlocked by Bowgo Tsai · 7 years ago
  41. cecbc99 Merge "Adding 'uhid' permission for access to /dev/uhid." by Siarhei Vishniakou · 8 years ago
  42. 0729dd1 Adding 'uhid' permission for access to /dev/uhid. by Siarhei Vishniakou · 8 years ago
  43. 4d4f64f Show the "platform tools" version in adb/fastboot --version. by Elliott Hughes · 8 years ago
  44. 40a8778 Revert "adb: Lower EP_ALLOC retry count" by Jerry Zhang · 8 years ago
  45. d73be1b libcutils: compile with BOARD_VNDK_VERSION current by Steven Moreland · 8 years ago
  46. e1dacfc adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 8 years ago
  47. b298855 Add mDNS device discovery for adb client am: 13a269ea24 by Casey Dahlin · 8 years ago
  48. f18d33c adb: Set a hostname for mDNS am: 1fe3cae67e by Casey Dahlin · 8 years ago
  49. cc9c92f Make ADBD announce its presence over mDNS am: 6cd5e0b4ef by Casey Dahlin · 8 years ago
  50. 43fd1a4 adb: Do not signal gaget stack unless descriptors are written by Badhri Jagan Sridharan · 8 years ago
  51. 13a269e Add mDNS device discovery for adb client by Casey Dahlin · 8 years ago
  52. 1fe3cae adb: Set a hostname for mDNS by Casey Dahlin · 9 years ago
  53. 6cd5e0b Make ADBD announce its presence over mDNS by Casey Dahlin · 9 years ago
  54. f3fb7de adb: set max_rw to USB_FFS_BULK_SIZE explicitly by Jerry Zhang · 8 years ago
  55. 05fe272 adb: Lower EP_ALLOC retry count by Jerry Zhang · 8 years ago
  56. b5a34a2 adb: Add bMaxBurst to superspeed descriptors by Jerry Zhang · 8 years ago
  57. 55205a5 adb: Pre allocate kernel memory by Jerry Zhang · 8 years ago
  58. 44c688c adb: reorganize adbd USB handling code. by Josh Gao · 8 years ago
  59. cbe70cb debuggerd: advance our amazing bet. by Josh Gao · 8 years ago
  60. 183b73e adb: remove support for legacy f_adb interface. by Josh Gao · 8 years ago
  61. 97787a0 adb: use __android_log_is_debuggable() by Mark Salyzyn · 9 years ago
  62. ffdec18 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  63. bae15b4 Use arraysize() for supplementary groups. by Jorge Lucangeli Obes · 8 years ago
  64. 809607a adb: use libdebuggerd_client. by Josh Gao · 9 years ago
  65. eaae97e adb: support forwarding TCP port 0. by David Pursell · 9 years ago
  66. 4d186ad adbd: Remove explicit capability bounding set code. by Jorge Lucangeli Obes · 9 years ago
  67. fd79a5d adbd: Remove check for set_supplementary_gids. by Jorge Lucangeli Obes · 9 years ago
  68. 683dc48 adb: Use Minijail for privilege dropping. by Jorge Lucangeli Obes · 9 years ago
  69. 38cd57a Use selinux_android_setcon() instead of setcon() by Tom Cherry · 9 years ago
  70. 9e7893b More idiomatic cleanup of 9f75a035713d216469f1cabfe4a65f7864e2145a. by Elliott Hughes · 9 years ago
  71. 9f75a03 adbd: make a PR_CAPBSET_DROP error fatal. by Nick Kralevich · 9 years ago
  72. 6945e36 Merge "adbd: refactor priv dropping logic" by Mike Frysinger · 9 years ago
  73. aae38d9 Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 9 years ago
  74. 7d58607 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  75. 4120ebc adbd: refactor priv dropping logic by Mike Frysinger · 9 years ago
  76. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  77. f39c564 Fix typo, caps in error messages. by Jorge Lucangeli Obes · 9 years ago
  78. c39ba5a Enable hidepid=2 on /proc by Nick Kralevich · 9 years ago
  79. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  80. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  81. bd4b1fa Improve adb tracing. by Elliott Hughes · 9 years ago
  82. 0e2c194 adb: poll for emulator connection. by Yabin Cui · 9 years ago
  83. 5200c66 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  84. 5cba504 Ignore ro.adb.secure in user builds. by Elliott Hughes · 10 years ago
  85. 4d87095 Remove calls to is_selinux_enabled() by Nick Kralevich · 10 years ago
  86. 6ac5d7d adb: fix adb_close() vs. unix_close() usage by Spencer Low · 10 years ago
  87. 9313c0d Improve logging. by Dan Albert · 10 years ago
  88. c89e0cc Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 10 years ago