1. ba9bb23 adb: switch the jdwp control socket to SOCK_SEQPACKET. by Josh Gao · 8 years ago
  2. 23d64fd adb: detect closed jdwp socket. by Josh Gao · 8 years ago
  3. ec17edf Remove extraneous .clang-format files by Tom Cherry · 8 years ago
  4. e9a113b Merge "adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()" by Treehugger Robot · 8 years ago
  5. 5d38c83 adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default() by Bowgo Tsai · 8 years ago
  6. cd838c7 Merge "adb: properly erase destroyed jdwp_trackers." by Treehugger Robot · 8 years ago
  7. de8cdd3 adb: properly erase destroyed jdwp_trackers. by Josh Gao · 8 years ago
  8. bbc6c0e Merge changes from topic 'adb-mdnsd' by Treehugger Robot · 8 years ago
  9. 7857f58 adb: append the libwinpthread COPYING to adb's NOTICE. by Josh Gao · 8 years ago
  10. dcfe453 adb: Do not signal gaget stack unless descriptors are written by Badhri Jagan Sridharan · 8 years ago
  11. 037d36f Make ADB over mDNS work on Windows by Casey Dahlin · 9 years ago
  12. 3cb5ad6 Enable mDNS on Darwin by Casey Dahlin · 9 years ago
  13. a7539b5 Don't include mDNS support on platforms other than Linux by Casey Dahlin · 9 years ago
  14. 2759160 Add mDNS device discovery for adb client by Casey Dahlin · 9 years ago
  15. 549a1ac adb: Set a hostname for mDNS by Casey Dahlin · 9 years ago
  16. 2dcf2a0 Make ADBD announce its presence over mDNS by Casey Dahlin · 9 years ago
  17. 3c832c5 adb: turn on libusb by default. by Josh Gao · 8 years ago
  18. 460c8a8 Merge "DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe" by Bo Hu · 8 years ago
  19. 7fd7fe6 DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 8 years ago
  20. e246be9 Move adb_dirname and adb_basename to libbase by Colin Cross · 8 years ago
  21. fe984bb Merge "Revert "adb: remove win32 dependency on libwinpthread-1.dll."" by Josh Gao · 8 years ago
  22. 185a7d3 adb: early-mount: fix verity toggle through adb for early mount by Sandeep Patil · 8 years ago
  23. 21a932a Revert "adb: remove win32 dependency on libwinpthread-1.dll." by Josh Gao · 8 years ago
  24. 0610edc adb: add `adb host-features`, report libusb status. by Josh Gao · 8 years ago
  25. 03d5668 Merge "adb: remove win32 dependency on libwinpthread-1.dll." by Treehugger Robot · 8 years ago
  26. 303b63a adb: remove win32 dependency on libwinpthread-1.dll. by Josh Gao · 8 years ago
  27. 50c5be2 adb: set max_rw to USB_FFS_BULK_SIZE explicitly by Jerry Zhang · 8 years ago
  28. 1b5d143 adbd's children should have SIGPIPE set to SIG_DFL. by Elliott Hughes · 8 years ago
  29. 650e684 adb: Lower EP_ALLOC retry count by Jerry Zhang · 8 years ago
  30. a5ce86d adb: Add bMaxBurst to superspeed descriptors by Jerry Zhang · 8 years ago
  31. c8489c9 adb: Set max socket sizes to larger values. by Jerry Zhang · 8 years ago
  32. df14d70 adb: Pre allocate kernel memory by Jerry Zhang · 8 years ago
  33. 1209f4c Don't print 168^W143 lines of help when someone makes a typo. by Elliott Hughes · 8 years ago
  34. 25f4a5f usb_dispatch.cpp: Lower severity of logging statement. by Nick Kralevich · 8 years ago
  35. df5e3f4 adb: fix darwin build. by Josh Gao · 8 years ago
  36. 850625f adb: add libusb implementation for Linux/Darwin. by Josh Gao · 9 years ago
  37. d2ee375 Merge changes I21eefab9,I0ac7d78a by Josh Gao · 8 years ago
  38. d19c8a3 adb: check for and report inotify_init1 failure. by Josh Gao · 8 years ago
  39. f78c440 adb: move usb_* to client/usb_*. by Josh Gao · 8 years ago
  40. 31bbef1 adb: reorganize adbd USB handling code. by Josh Gao · 8 years ago
  41. 4664970 debuggerd: advance our amazing bet. by Josh Gao · 8 years ago
  42. 1270a92 -e is really about TCP/IP devices, not emulators. by Elliott Hughes · 8 years ago
  43. 743419d Merge "adb: remove support for legacy f_adb interface." by Josh Gao · 8 years ago
  44. 2b7f995 adb: remove support for legacy f_adb interface. by Josh Gao · 8 years ago
  45. b11ce6e Remove "_static" and "_host" suffix from libext4_utils. by Alex Deymo · 8 years ago
  46. c691b39 adb: Fix the 'adb reboot sideload' for A/B devices. by Tao Bao · 8 years ago
  47. 6289e65 Merge "adb: fix adb trace tag" by Treehugger Robot · 8 years ago
  48. e0f9727 adb: don't require adb keys to be named "*.adb_key". by Josh Gao · 8 years ago
  49. 369403d Merge "adb: remove extraneous stat in sync_recv." by Treehugger Robot · 8 years ago
  50. 1f4ee3b adb: fix adb trace tag by Daniel Friederich · 8 years ago
  51. daae20b adb: add script to trace adbd. by Josh Gao · 8 years ago
  52. 8adedd9 adb: retry install_listener for a while. by Josh Gao · 8 years ago
  53. bceb99a adb: remove extraneous stat in sync_recv. by Josh Gao · 8 years ago
  54. 37d4db3 adb: add tracing to transport.cpp. by Josh Gao · 8 years ago
  55. f0a389b adb: clang-format transport.cpp by Josh Gao · 8 years ago
  56. 561d49f adb: add tracing to file_sync_service.cpp. by Josh Gao · 8 years ago
  57. 4ec1b8b Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Bill Yi · 8 years ago
  58. 60d46a7 Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 8 years ago
  59. a443049 Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."" by Josh Gao · 8 years ago
  60. 530bf91 Revert "adb: extend sync protocol's stat support." am: afa4b5d6eb by Josh Gao · 8 years ago
  61. ed3f030 Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." am: 43c02b27cd by Josh Gao · 8 years ago
  62. 24e33a1 Revert "adb: extend sync protocol's stat support." by Josh Gao · 8 years ago
  63. 4da7ced Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." by Josh Gao · 8 years ago
  64. f8f15e2 adb: move adb_strerror to sysdeps/win32/errno.cpp. am: 4fba3d2638 by Josh Gao · 8 years ago
  65. 92a5158 adb: extend sync protocol's stat support. am: d6d5c38469 by Josh Gao · 8 years ago
  66. c31caff Merge changes I9df4d6fa,I841123de by Josh Gao · 8 years ago
  67. c48786a Merge "Remove unused adb_set_transport." am: b898ce00fa by Elliott Hughes · 8 years ago
  68. 877d05d Remove unused adb_set_transport. by Elliott Hughes · 8 years ago
  69. 7eb0127 adb: move adb_strerror to sysdeps/win32/errno.cpp. by Josh Gao · 8 years ago
  70. 7cc125f adb: extend sync protocol's stat support. by Josh Gao · 8 years ago
  71. c955339 adb: be more permissive in test_push_error_reporting. am: 79ce3fe7db by Josh Gao · 8 years ago
  72. 4699347 adb: make sure that file mode macros match linux. am: 05a3abfef3 by Josh Gao · 8 years ago
  73. 6e1f3f3 adb: be more permissive in test_push_error_reporting. by Josh Gao · 8 years ago
  74. d8452fa adb: make sure that file mode macros match linux. by Josh Gao · 8 years ago
  75. e3fc35b Merge "adb: fix progress percentage when pulling symlinks." am: 453db013b0 by Josh Gao · 8 years ago
  76. 1150ee2 Merge "adb: fix progress percentage when pulling symlinks." by Treehugger Robot · 8 years ago
  77. 34f278c adb: fix progress percentage when pulling symlinks. by Josh Gao · 8 years ago
  78. 5f21336 Merge "Remove dead code." am: 3bde05d928 by Elliott Hughes · 8 years ago
  79. d8c2e5e Merge "Remove dead code." by Treehugger Robot · 8 years ago
  80. 572e6b3 Remove dead code. by Elliott Hughes · 8 years ago
  81. 569dd9f Merge "adb: add sysdeps/chrono.h for chrono literals on Win32." am: e631e470e0 by Josh Gao · 8 years ago
  82. fc176db adb: add sysdeps/chrono.h for chrono literals on Win32. by Josh Gao · 8 years ago
  83. 075b718 Merge "Switch adb over to <chrono>." am: 59826ddee5 by Elliott Hughes · 8 years ago
  84. 03d823e Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  85. b76cf23 Merge "Set file capabilities after writing file data" am: dd4e5ae943 by Jin Qian · 8 years ago
  86. be8a8ab Set file capabilities after writing file data by Jin Qian · 8 years ago
  87. 4388c28 Merge "adb: add `adb reconnect offline` to reconnect offline devices." by Josh Gao · 8 years ago
  88. 6857732 Merge "adb: add `adb reconnect offline` to reconnect offline devices." by Josh Gao · 8 years ago
  89. 73666a9 adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 8 years ago
  90. 4cd9478 Merge "Make "adb logcat" pass $ANDROID_LOG_TAGS through again." am: b838ff65d9 by Elliott Hughes · 8 years ago
  91. c5819bb Make "adb logcat" pass $ANDROID_LOG_TAGS through again. by Elliott Hughes · 8 years ago
  92. 3aa8837 Merge "Improve "adb install" diagnostics." am: a16ae8717c by Elliott Hughes · 8 years ago
  93. 7445985 Merge "Improve "adb install" diagnostics." by Treehugger Robot · 8 years ago
  94. a252ab3 Merge "Make "adb bugreport"'s .zip check case-insensitive." am: da6fe65000 by Elliott Hughes · 8 years ago
  95. fa14ec5 Make "adb bugreport"'s .zip check case-insensitive. by Elliott Hughes · 8 years ago
  96. 23ba4ce Improve "adb install" diagnostics. by Elliott Hughes · 8 years ago
  97. 3a9b422 Merge "Allow multiple tcp adb connection to same device." am: 4818194a25 by Elliott Hughes · 8 years ago
  98. 1b46cce Merge "Allow multiple tcp adb connection to same device." by Elliott Hughes · 8 years ago
  99. 3a34976 adb: fix test_sighup. am: 470622f064 by Josh Gao · 8 years ago
  100. 994ecb4 adb: fix race condition in test_non_interactive_sigint. am: e76b9f3dde by Josh Gao · 8 years ago