1. 7aca011 Merge "Show install path in "adb --version" and "fastboot --version"." by Elliott Hughes · 7 years ago
  2. 4e97fd6 Show install path in "adb --version" and "fastboot --version". by Elliott Hughes · 7 years ago
  3. 4f6f442 Revert "adb: check our socketpair ends in our win32 emulation." by Josh Gao · 7 years ago
  4. a0e185b adb: allow symlinks to directories in directory_exists. by Josh Gao · 7 years ago
  5. 75bd1e0 Merge "Switch "adb sideload" over to lseek/read." by Elliott Hughes · 7 years ago
  6. 96038eb Switch "adb sideload" over to lseek/read. by Elliott Hughes · 7 years ago
  7. e95d9d1 Merge "Don't display bugreport progress when it recedes." by Treehugger Robot · 7 years ago
  8. 6f3fea2 adb: switch the jdwp control socket to SOCK_SEQPACKET. by Josh Gao · 7 years ago
  9. 5dab2b4 Don't display bugreport progress when it recedes. by Felipe Leme · 7 years ago
  10. bc46f6b adb: detect closed jdwp socket. by Josh Gao · 7 years ago
  11. 42a12f7 Merge "Remove extraneous .clang-format files" by Tom Cherry · 7 years ago
  12. a0813b6 Remove extraneous .clang-format files by Tom Cherry · 7 years ago
  13. 820234f Merge "adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()" by Treehugger Robot · 7 years ago
  14. 1175cd4 adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default() by Bowgo Tsai · 7 years ago
  15. c1cc50e Merge "adb: properly erase destroyed jdwp_trackers." by Treehugger Robot · 7 years ago
  16. eea5fea adb: properly erase destroyed jdwp_trackers. by Josh Gao · 7 years ago
  17. 6cd5072 Merge changes from topic 'adb-mdnsd' by Treehugger Robot · 7 years ago
  18. 6d05af7 adb: append the libwinpthread COPYING to adb's NOTICE. by Josh Gao · 7 years ago
  19. 9611547 adb: Do not signal gaget stack unless descriptors are written by Badhri Jagan Sridharan · 7 years ago
  20. 20238f2 Make ADB over mDNS work on Windows by Casey Dahlin · 8 years ago
  21. c969b37 Enable mDNS on Darwin by Casey Dahlin · 8 years ago
  22. 21a59b8 Don't include mDNS support on platforms other than Linux by Casey Dahlin · 8 years ago
  23. 3122cdf Add mDNS device discovery for adb client by Casey Dahlin · 8 years ago
  24. 50b39b4 adb: Set a hostname for mDNS by Casey Dahlin · 8 years ago
  25. 10ad15f Make ADBD announce its presence over mDNS by Casey Dahlin · 8 years ago
  26. f6ed63c adb: turn on libusb by default. by Josh Gao · 7 years ago
  27. 9cbc599 Merge "DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe" by Bo Hu · 7 years ago
  28. f76e5a7 DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 7 years ago
  29. e679407 Move adb_dirname and adb_basename to libbase by Colin Cross · 7 years ago
  30. 30e9fe6 Merge "Revert "adb: remove win32 dependency on libwinpthread-1.dll."" by Josh Gao · 7 years ago
  31. bed2818 adb: early-mount: fix verity toggle through adb for early mount by Sandeep Patil · 7 years ago
  32. 1cd5857 Revert "adb: remove win32 dependency on libwinpthread-1.dll." by Josh Gao · 7 years ago
  33. df3c18e Merge "adb: add `adb host-features`, report libusb status." by Treehugger Robot · 7 years ago
  34. 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 7 years ago
  35. 7cebaef Merge "adb: remove win32 dependency on libwinpthread-1.dll." by Treehugger Robot · 7 years ago
  36. b2d21a4 adb: remove win32 dependency on libwinpthread-1.dll. by Josh Gao · 7 years ago
  37. b88057d adb: set max_rw to USB_FFS_BULK_SIZE explicitly by Jerry Zhang · 7 years ago
  38. 961083e adbd's children should have SIGPIPE set to SIG_DFL. by Elliott Hughes · 7 years ago
  39. 49c2edf Merge "adb: Lower EP_ALLOC retry count" by Jerry Zhang · 7 years ago
  40. a413636 adb: Lower EP_ALLOC retry count by Jerry Zhang · 7 years ago
  41. ed795c0 adb: Add bMaxBurst to superspeed descriptors by Jerry Zhang · 7 years ago
  42. f0e239c adb: Set max socket sizes to larger values. by Jerry Zhang · 7 years ago
  43. 76f9c72 adb: Pre allocate kernel memory by Jerry Zhang · 8 years ago
  44. 97e74bb Don't print 168^W143 lines of help when someone makes a typo. by Elliott Hughes · 7 years ago
  45. f3ca63d Merge "usb_dispatch.cpp: Lower severity of logging statement." by Treehugger Robot · 7 years ago
  46. 5d0d1ad usb_dispatch.cpp: Lower severity of logging statement. by Nick Kralevich · 7 years ago
  47. 72938f7 Merge "adb: fix darwin build." by Josh Gao · 7 years ago
  48. 484ddbf adb: fix darwin build. by Josh Gao · 7 years ago
  49. b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 8 years ago
  50. 617fd83 Merge changes I21eefab9,I0ac7d78a by Josh Gao · 7 years ago
  51. 6946f11 adb: check for and report inotify_init1 failure. by Josh Gao · 7 years ago
  52. 78f860e adb: move usb_* to client/usb_*. by Josh Gao · 7 years ago
  53. 484aaba adb: reorganize adbd USB handling code. by Josh Gao · 8 years ago
  54. 690b0a9 debuggerd: advance our amazing bet. by Josh Gao · 8 years ago
  55. 2d82114 -e is really about TCP/IP devices, not emulators. by Elliott Hughes · 7 years ago
  56. ce710c7 Merge "adb: remove support for legacy f_adb interface." by Josh Gao · 7 years ago
  57. 0dde9c8 adb: remove support for legacy f_adb interface. by Josh Gao · 8 years ago
  58. f2c8699 Remove "_static" and "_host" suffix from libext4_utils. by Alex Deymo · 8 years ago
  59. a8c21dc adb: Fix the 'adb reboot sideload' for A/B devices. by Tao Bao · 8 years ago
  60. 4199a7a Merge "adb: fix adb trace tag" by Treehugger Robot · 8 years ago
  61. 1bb7f5f Merge "adb: don't require adb keys to be named "*.adb_key"." by Treehugger Robot · 8 years ago
  62. e9e7bac adb: don't require adb keys to be named "*.adb_key". by Josh Gao · 8 years ago
  63. f860798 Merge "adb: remove extraneous stat in sync_recv." by Treehugger Robot · 8 years ago
  64. 9926f2f adb: fix adb trace tag by Daniel Friederich · 8 years ago
  65. 80e9769 adb: add script to trace adbd. by Josh Gao · 8 years ago
  66. afcdbfb Merge "adb: retry install_listener for a while." by Treehugger Robot · 8 years ago
  67. e80f47a adb: retry install_listener for a while. by Josh Gao · 8 years ago
  68. 5c3e3fb adb: remove extraneous stat in sync_recv. by Josh Gao · 8 years ago
  69. 5d29bc2 Merge changes from topic 'adb_trace' by Josh Gao · 8 years ago
  70. 9e09a97 adb: add tracing to transport.cpp. by Josh Gao · 8 years ago
  71. 0d6aa99 adb: clang-format transport.cpp by Josh Gao · 8 years ago
  72. 14ed70a adb: add tracing to file_sync_service.cpp. by Josh Gao · 8 years ago
  73. 177f50e Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Bill Yi · 8 years ago
  74. a2cf375 Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 8 years ago
  75. 75e96bb Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."" by Josh Gao · 8 years ago
  76. 977269a Merge changes Ie7becb64,I02ced540 am: d22b079f60 by Josh Gao · 8 years ago
  77. a3f1ea7 Revert "adb: extend sync protocol's stat support." am: 31a96f7fd9 by Josh Gao · 8 years ago
  78. f41d364 Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." am: 4891a152fb by Josh Gao · 8 years ago
  79. d22b079 Merge changes Ie7becb64,I02ced540 by Josh Gao · 8 years ago
  80. 31a96f7 Revert "adb: extend sync protocol's stat support." by Josh Gao · 8 years ago
  81. 4891a15 Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." by Josh Gao · 8 years ago
  82. 0afae20 Merge changes I9df4d6fa,I841123de am: 3e5c19ac8e by Josh Gao · 8 years ago
  83. 319565b adb: move adb_strerror to sysdeps/win32/errno.cpp. am: 0c8a797169 by Josh Gao · 8 years ago
  84. aa1131c adb: extend sync protocol's stat support. am: 25a992e758 by Josh Gao · 8 years ago
  85. 3e5c19a Merge changes I9df4d6fa,I841123de by Josh Gao · 8 years ago
  86. 3aad519 Merge "Remove unused adb_set_transport." am: b898ce00fa by Elliott Hughes · 8 years ago
  87. 7991ba2 Remove unused adb_set_transport. by Elliott Hughes · 8 years ago
  88. 0c8a797 adb: move adb_strerror to sysdeps/win32/errno.cpp. by Josh Gao · 8 years ago
  89. 25a992e adb: extend sync protocol's stat support. by Josh Gao · 8 years ago
  90. 847ddb0 adb: be more permissive in test_push_error_reporting. am: cb6497acec by Josh Gao · 8 years ago
  91. 42778a7 adb: make sure that file mode macros match linux. am: 8998a8dfce by Josh Gao · 8 years ago
  92. cb6497a adb: be more permissive in test_push_error_reporting. by Josh Gao · 8 years ago
  93. 8998a8d adb: make sure that file mode macros match linux. by Josh Gao · 8 years ago
  94. cbb5d3e Merge "adb: fix progress percentage when pulling symlinks." am: de5785da7a by Josh Gao · 8 years ago
  95. de5785d Merge "adb: fix progress percentage when pulling symlinks." by Treehugger Robot · 8 years ago
  96. 4459c13 adb: fix progress percentage when pulling symlinks. by Josh Gao · 8 years ago
  97. c5603bc Merge "Remove dead code." am: 8b6f35abf2 by Elliott Hughes · 8 years ago
  98. 8b6f35a Merge "Remove dead code." by Treehugger Robot · 8 years ago
  99. fd20a0f Remove dead code. by Elliott Hughes · 8 years ago
  100. 765444d Merge "adb: add sysdeps/chrono.h for chrono literals on Win32." am: e631e470e0 by Josh Gao · 8 years ago