1. 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 8 years ago
  2. 1f6a57a adb: don't try to resolve 'localhost' by Josh Gao · 8 years ago
  3. 28bc2b2 Merge "adb: don't reset usb when connecting it." by Treehugger Robot · 8 years ago
  4. 091f3be adb: don't reset usb when connecting it. by Yabin Cui · 8 years ago
  5. 3b29b43 Merge "Show install path in "adb --version" and "fastboot --version"." by Elliott Hughes · 8 years ago
  6. 7aca011 Merge "Show install path in "adb --version" and "fastboot --version"." by Elliott Hughes · 8 years ago
  7. 165189b Merge "Revert "adb: check our socketpair ends in our win32 emulation."" by Josh Gao · 8 years ago
  8. 4e97fd6 Show install path in "adb --version" and "fastboot --version". by Elliott Hughes · 8 years ago
  9. 4f6f442 Revert "adb: check our socketpair ends in our win32 emulation." by Josh Gao · 8 years ago
  10. 14da3bb Merge "adb: allow symlinks to directories in directory_exists." am: c10c31e8ba by Josh Gao · 8 years ago
  11. a0e185b adb: allow symlinks to directories in directory_exists. by Josh Gao · 8 years ago
  12. b607e4a Merge "Switch "adb sideload" over to lseek/read." am: 75bd1e0dd4 by Elliott Hughes · 8 years ago
  13. 75bd1e0 Merge "Switch "adb sideload" over to lseek/read." by Elliott Hughes · 8 years ago
  14. 96038eb Switch "adb sideload" over to lseek/read. by Elliott Hughes · 8 years ago
  15. 64fe3bd Merge "Don't display bugreport progress when it recedes." am: e95d9d1476 by Felipe Leme · 8 years ago
  16. e95d9d1 Merge "Don't display bugreport progress when it recedes." by Treehugger Robot · 8 years ago
  17. 7122786 Merge "adb: switch the jdwp control socket to SOCK_SEQPACKET." am: 249836158e by Josh Gao · 8 years ago
  18. 6f3fea2 adb: switch the jdwp control socket to SOCK_SEQPACKET. by Josh Gao · 8 years ago
  19. cbf53ff Merge "adb: detect closed jdwp socket." am: e1c4e04f82 by Josh Gao · 8 years ago
  20. 5dab2b4 Don't display bugreport progress when it recedes. by Felipe Leme · 8 years ago
  21. bc46f6b adb: detect closed jdwp socket. by Josh Gao · 8 years ago
  22. 7a6ca5e Merge "Remove extraneous .clang-format files" am: 42a12f7b25 by Tom Cherry · 8 years ago
  23. 42a12f7 Merge "Remove extraneous .clang-format files" by Tom Cherry · 8 years ago
  24. a0813b6 Remove extraneous .clang-format files by Tom Cherry · 8 years ago
  25. 2117840 Merge "adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()" by Bowgo Tsai · 8 years ago
  26. 820234f Merge "adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()" by Treehugger Robot · 8 years ago
  27. 1175cd4 adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default() by Bowgo Tsai · 8 years ago
  28. a61c038 Merge "adb: properly erase destroyed jdwp_trackers." am: c1cc50ec6f by Josh Gao · 8 years ago
  29. c1cc50e Merge "adb: properly erase destroyed jdwp_trackers." by Treehugger Robot · 8 years ago
  30. eea5fea adb: properly erase destroyed jdwp_trackers. by Josh Gao · 8 years ago
  31. 2bfbd47 Merge changes from topic 'adb-mdnsd' am: 6cd50721de by Casey Dahlin · 8 years ago
  32. 8e2f1ab Enable mDNS on Darwin am: c969b37ee1 by Casey Dahlin · 8 years ago
  33. 5c7db6e Don't include mDNS support on platforms other than Linux am: 21a59b87b2 by Casey Dahlin · 8 years ago
  34. ff4c18e Add mDNS device discovery for adb client am: 3122cdf468 by Casey Dahlin · 8 years ago
  35. 8b3bef1 adb: Set a hostname for mDNS am: 50b39b44ec by Casey Dahlin · 8 years ago
  36. 3c972f4 Make ADBD announce its presence over mDNS am: 10ad15f123 by Casey Dahlin · 8 years ago
  37. 6cd5072 Merge changes from topic 'adb-mdnsd' by Treehugger Robot · 8 years ago
  38. cee5cae Merge "adb: append the libwinpthread COPYING to adb's NOTICE." am: c1b3c8ef26 by Josh Gao · 8 years ago
  39. 6d05af7 adb: append the libwinpthread COPYING to adb's NOTICE. by Josh Gao · 8 years ago
  40. 86b3867 Merge "adb: Do not signal gaget stack unless descriptors are written" by Badhri Jagan Sridharan · 8 years ago
  41. 9611547 adb: Do not signal gaget stack unless descriptors are written by Badhri Jagan Sridharan · 8 years ago
  42. c969b37 Enable mDNS on Darwin by Casey Dahlin · 8 years ago
  43. 21a59b8 Don't include mDNS support on platforms other than Linux by Casey Dahlin · 8 years ago
  44. 20238f2 Make ADB over mDNS work on Windows by Casey Dahlin · 8 years ago
  45. 3122cdf Add mDNS device discovery for adb client by Casey Dahlin · 9 years ago
  46. 50b39b4 adb: Set a hostname for mDNS by Casey Dahlin · 9 years ago
  47. 10ad15f Make ADBD announce its presence over mDNS by Casey Dahlin · 9 years ago
  48. 94790ee Merge "adb: turn on libusb by default." am: 817b2f3b2c by Josh Gao · 8 years ago
  49. f6ed63c adb: turn on libusb by default. by Josh Gao · 8 years ago
  50. 731305e Merge "DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe" by Bo Hu · 8 years ago
  51. 35a4928 DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 8 years ago
  52. 9cbc599 Merge "DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe" by Bo Hu · 8 years ago
  53. f76e5a7 DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 8 years ago
  54. 5e9eedc Merge "Move adb_dirname and adb_basename to libbase" am: 5a8db38b01 by Colin Cross · 8 years ago
  55. e679407 Move adb_dirname and adb_basename to libbase by Colin Cross · 8 years ago
  56. eef7cfc Merge "Revert "adb: remove win32 dependency on libwinpthread-1.dll."" by Josh Gao · 8 years ago
  57. 30e9fe6 Merge "Revert "adb: remove win32 dependency on libwinpthread-1.dll."" by Josh Gao · 8 years ago
  58. f4cc5b1 Merge changes from topic 'early-mount-verity' am: 93072f2ce3 by Sandeep Patil · 8 years ago
  59. bed2818 adb: early-mount: fix verity toggle through adb for early mount by Sandeep Patil · 8 years ago
  60. 1cd5857 Revert "adb: remove win32 dependency on libwinpthread-1.dll." by Josh Gao · 8 years ago
  61. 99beff9 Merge "adb: add `adb host-features`, report libusb status." am: df3c18ef5c by Josh Gao · 8 years ago
  62. df3c18e Merge "adb: add `adb host-features`, report libusb status." by Treehugger Robot · 8 years ago
  63. 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 8 years ago
  64. bd60b93 Merge "adb: remove win32 dependency on libwinpthread-1.dll." am: 7cebaefe30 by Josh Gao · 8 years ago
  65. 7cebaef Merge "adb: remove win32 dependency on libwinpthread-1.dll." by Treehugger Robot · 8 years ago
  66. b2d21a4 adb: remove win32 dependency on libwinpthread-1.dll. by Josh Gao · 8 years ago
  67. ef9a005 Merge "adb: set max_rw to USB_FFS_BULK_SIZE explicitly" am: b63d47356a by Jerry Zhang · 8 years ago
  68. b88057d adb: set max_rw to USB_FFS_BULK_SIZE explicitly by Jerry Zhang · 8 years ago
  69. 7ab5ff4 Merge "adbd's children should have SIGPIPE set to SIG_DFL." am: 81c6ff3b96 by Elliott Hughes · 8 years ago
  70. 8c08c71 Merge "adbd's children should have SIGPIPE set to SIG_DFL." am: 81c6ff3b96 by Elliott Hughes · 8 years ago
  71. 961083e adbd's children should have SIGPIPE set to SIG_DFL. by Elliott Hughes · 8 years ago
  72. f567ce5 Merge "adb: Lower EP_ALLOC retry count" am: 49c2edf553 am: eaaedd42e2 by Jerry Zhang · 8 years ago
  73. 8783f4f Merge "adb: Lower EP_ALLOC retry count" am: 49c2edf553 am: eaaedd42e2 by Jerry Zhang · 8 years ago
  74. eaaedd4 Merge "adb: Lower EP_ALLOC retry count" am: 49c2edf553 by Jerry Zhang · 8 years ago
  75. 49c2edf Merge "adb: Lower EP_ALLOC retry count" by Jerry Zhang · 8 years ago
  76. a413636 adb: Lower EP_ALLOC retry count by Jerry Zhang · 8 years ago
  77. 9617f4b Merge changes from topic 'adb_perf' am: 42aa9a1415 am: a028b94b4b am: 082ac40439 by Jerry Zhang · 8 years ago
  78. 082ac40 Merge changes from topic 'adb_perf' am: 42aa9a1415 am: a028b94b4b by Jerry Zhang · 8 years ago
  79. a028b94 Merge changes from topic 'adb_perf' am: 42aa9a1415 by Jerry Zhang · 8 years ago
  80. ed795c0 adb: Add bMaxBurst to superspeed descriptors by Jerry Zhang · 8 years ago
  81. f0e239c adb: Set max socket sizes to larger values. by Jerry Zhang · 8 years ago
  82. 76f9c72 adb: Pre allocate kernel memory by Jerry Zhang · 8 years ago
  83. a278bef Merge "Don't print 168^W143 lines of help when someone makes a typo." am: 887b6b9a4b am: 62658373c4 by Elliott Hughes · 8 years ago
  84. f6a105d Merge "Don't print 168^W143 lines of help when someone makes a typo." am: 887b6b9a4b by Elliott Hughes · 8 years ago
  85. 6265837 Merge "Don't print 168^W143 lines of help when someone makes a typo." by Elliott Hughes · 8 years ago
  86. 97e74bb Don't print 168^W143 lines of help when someone makes a typo. by Elliott Hughes · 8 years ago
  87. 0799c61 Merge "usb_dispatch.cpp: Lower severity of logging statement." am: f3ca63d432 am: 4321afdd10 by Nick Kralevich · 8 years ago
  88. c5274ca Merge "usb_dispatch.cpp: Lower severity of logging statement." am: f3ca63d432 by Nick Kralevich · 8 years ago
  89. 4321afd Merge "usb_dispatch.cpp: Lower severity of logging statement." am: f3ca63d432 by Nick Kralevich · 8 years ago
  90. f3ca63d Merge "usb_dispatch.cpp: Lower severity of logging statement." by Treehugger Robot · 8 years ago
  91. 5d0d1ad usb_dispatch.cpp: Lower severity of logging statement. by Nick Kralevich · 8 years ago
  92. c3869cd Merge "adb: fix darwin build." am: 72938f730c am: 53e194d085 am: 7cd1f0fb0a by Josh Gao · 8 years ago
  93. 7cd1f0f Merge "adb: fix darwin build." am: 72938f730c am: 53e194d085 by Josh Gao · 8 years ago
  94. 53e194d Merge "adb: fix darwin build." am: 72938f730c by Josh Gao · 8 years ago
  95. 72938f7 Merge "adb: fix darwin build." by Josh Gao · 8 years ago
  96. 484ddbf adb: fix darwin build. by Josh Gao · 8 years ago
  97. c94c729 Merge "adb: add libusb implementation for Linux/Darwin." am: 6205a1d841 am: edb2310c17 by Josh Gao · 8 years ago
  98. dec4a51 Merge "adb: add libusb implementation for Linux/Darwin." am: 6205a1d841 by Josh Gao · 8 years ago
  99. edb2310 Merge "adb: add libusb implementation for Linux/Darwin." am: 6205a1d841 by Josh Gao · 8 years ago
  100. c917315 Merge changes I21eefab9,I0ac7d78a am: 617fd83b38 am: 73b8bba1a3 am: 557477d5a9 by Josh Gao · 8 years ago