1. 27fdafc Merge "adb: search for a maximum of 16 emulators." into nyc-dev am: 72e47300fb by Josh Gao · 9 years ago
  2. 1ba2cc1 Merge "adb: search for a maximum of 16 emulators." into nyc-dev by Josh Gao · 9 years ago
  3. 8aa6bca adb: search for a maximum of 16 emulators. by Josh Gao · 9 years ago
  4. 6895dac Merge "Display warning about bugreport delay." into nyc-dev am: f99193b7aa by Felipe Leme · 9 years ago
  5. 775a2bc Display warning about bugreport delay. by Felipe Leme · 9 years ago
  6. 600aa19 Automatically add a .zip to adb bugreport file when missing. am: 644a36c209 by Felipe Leme · 9 years ago
  7. c89247a Automatically add a .zip to adb bugreport file when missing. by Felipe Leme · 9 years ago
  8. d4ddcca Merge "Fix google-explicit-constructor warnings." am: 7bdd6a8b5a am: 427d8d840f by Chih-hung Hsieh · 9 years ago
  9. 5f9de97 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  10. fb3c3d8 adb: fix adb usb operations on device. by Yabin Cui · 9 years ago
  11. 87032a8 Merge "adb: decrease the number of fds used in fd_count test." am: c296440 by Treehugger Robot · 9 years ago
  12. 2e8937c adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 9 years ago
  13. b8b0ec3 adb: decrease the number of fds used in fd_count test. by Josh Gao · 9 years ago
  14. f1bd93e Merge "adb: fix test_device.py shell protocol checks." am: 52eb602 am: 8a77b30 by Treehugger Robot · 9 years ago
  15. 91f2ad1 adb: fix test_device.py shell protocol checks. by David Pursell · 9 years ago
  16. d012c56 Merge "adb: fix socket tests." am: e998abd am: 61f6d1d by Yabin Cui · 9 years ago
  17. 792f219 adb: fix socket tests. by Yabin Cui · 9 years ago
  18. 249aa3c Fix kick_transport test. by Yabin Cui · 9 years ago
  19. 4382e39 Merge "adb: fix adb usb operations on device." am: ad2021a am: ec4db8f by Yabin Cui · 9 years ago
  20. 905ca45 Merge "adb: fix adb usb operations on device." by Yabin Cui · 9 years ago
  21. b387a75 Merge "Fix NULL deref on exec-in with insufficient arguments" am: 245e4dbfd4 by Zach Riggle · 9 years ago
  22. 23f40e4 Fix NULL deref on exec-in with insufficient arguments by Zach Riggle · 9 years ago
  23. b30e5d5 Merge "adb: use a custom thread to poll for usb devices on mac." am: 09c5fcf by Yabin Cui · 9 years ago
  24. 57d56ff adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 9 years ago
  25. 5afed00 Merge "Fix kick_transport test." am: a960864 am: 119ca23 by Yabin Cui · 9 years ago
  26. f239612 Merge "Fix kick_transport test." by Yabin Cui · 9 years ago
  27. 9312f81 Merge changes Ia4a2ff77,I970806e3,I47daa338 into nyc-dev by TreeHugger Robot · 9 years ago
  28. 3085b02 Merge changes Iaf0efc0c,Ia4a2ff77 am: c4f3546 am: c5b388f53a by Josh Gao · 9 years ago
  29. 3453d07 adb: increase the FD table size on Win32. by Josh Gao · 9 years ago
  30. 3025612 adb: bump the server version to 36. by Josh Gao · 9 years ago
  31. ec0933d adb: add reconnect command. by Yabin Cui · 9 years ago
  32. 7e2c6d0 Merge changes Iaf0efc0c,Ia4a2ff77 by Josh Gao · 9 years ago
  33. b21d563 adb: disable tests that are expected to fail on Win32. by Josh Gao · 9 years ago
  34. 9b63591 adb: increase the FD table size on Win32. by Josh Gao · 9 years ago
  35. 5f8046d Merge "adb: bump the server version to 36." am: 3009b7c am: a0b5c62 by Josh Gao · 9 years ago
  36. 3204898 Merge "adb: bump the server version to 36." by Josh Gao · 9 years ago
  37. be50b6b Fix kick_transport test. by Yabin Cui · 9 years ago
  38. adf14ab Merge "adb: add reconnect command." am: 643bc36 am: 1dd696a by Yabin Cui · 9 years ago
  39. 82279e2 Merge "adb: add reconnect command." by Yabin Cui · 9 years ago
  40. a3626f3 adb: fix adb usb operations on device. by Yabin Cui · 9 years ago
  41. 02dc721 adb: bump the server version to 36. by Josh Gao · 9 years ago
  42. 516f638 Merge changes Ibc8038b1,I1876ecd7,I57d70f8b am: 3e0eaa4 am: c35de74 by Treehugger Robot · 9 years ago
  43. 6b3de2d Merge changes Ibc8038b1,I1876ecd7,I57d70f8b by Treehugger Robot · 9 years ago
  44. ce16263 adb: after `adb root`, wait for the device in any state. by Josh Gao · 9 years ago
  45. 3e77ce1 adb: add support for 'wait-for-any'. by Josh Gao · 9 years ago
  46. 55e8ac7 adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 9 years ago
  47. 4bf8ca9 adb: after `adb root`, wait for the device in any state. by Josh Gao · 9 years ago
  48. 72ae85b adb: add support for 'wait-for-any'. by Josh Gao · 9 years ago
  49. b885604 adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 9 years ago
  50. 5efbdec Merge "Implements \'adb bugreport <ZIP_FILE>\'." into nyc-dev am: e04c9f3 by Felipe Leme · 9 years ago
  51. c928e78 Implements 'adb bugreport <ZIP_FILE>'. by Felipe Leme · 9 years ago
  52. c6ac210 Merge changes from topic \'boringssl_conversion\' am: 52eb93c am: 0781351 by Elliott Hughes · 9 years ago
  53. 399f1c0 Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 9 years ago
  54. 3299888 adb: add reconnect command. by Yabin Cui · 9 years ago
  55. 263f465 Merge "Address const issues in preparation for libcxx rebase." am: b2cb35e by Dan Austin · 9 years ago
  56. 9266dd6 Merge "Address const issue in preparation for libcxx rebase." am: a2a13e3 by Dan Austin · 9 years ago
  57. 6d4679d Merge "Address const issues in preparation for libcxx rebase." by Dan Austin · 9 years ago
  58. 501fc7a Address const issues in preparation for libcxx rebase. by Dan Austin · 9 years ago
  59. e9bf7d9 Address const issue in preparation for libcxx rebase. by Dan Austin · 9 years ago
  60. 774851b Merge "Fix buffer overrun in adb wait-for-device." am: 1f13c1a208 by Elliott Hughes · 9 years ago
  61. af3d3b6 Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 9 years ago
  62. 546fe4e Merge "Fix buffer overrun in adb wait-for-device." by Elliott Hughes · 9 years ago
  63. 6dcadfb Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 9 years ago
  64. 24539fa emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 9 years ago
  65. 9b57977 Merge "emulator: Use distinct serial names for simultaneous qemu pipes." into nyc-dev by Prathmesh Prabhu · 9 years ago
  66. 0f50df7 Merge "emulator: Use distinct serial names for simultaneous qemu pipes." into nyc-dev by Prathmesh Prabhu · 9 years ago
  67. 653be14 emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 9 years ago
  68. 046c90f adbd: fix spurious close of uninitialized fd. by Josh Gao · 9 years ago
  69. 5066322 adb: wait for restore to complete before returning. by Josh Gao · 9 years ago
  70. 26f95b3 adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 9 years ago
  71. 0ead217 adb: make ScopedFd universally accessible and useful. by Josh Gao · 9 years ago
  72. 4c4ad24 Merge changes I93514d22,I57dbc113,I707ffbd1 am: 1cd680ce75 am: 6aafa03c60 by Josh Gao · 9 years ago
  73. f117667 Merge "adbd: fix spurious close of uninitialized fd." am: 3c608c7425 by Josh Gao · 9 years ago
  74. c6dc1e6 Merge changes I93514d22,I57dbc113,I707ffbd1 by Josh Gao · 9 years ago
  75. a486880 adbd: fix spurious close of uninitialized fd. by Josh Gao · 9 years ago
  76. 0e1f2fd adb: wait for restore to complete before returning. by Josh Gao · 9 years ago
  77. 0268ce1 adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 9 years ago
  78. dc1931b adb: make ScopedFd universally accessible and useful. by Josh Gao · 9 years ago
  79. 032b449 adb: clean up quotes in test_device.py. by Josh Gao · 9 years ago
  80. 07cc97a adb: mkdir the correct directory name when pulling. by Josh Gao · 9 years ago
  81. 450f2c6 adb: cleanup file skipping logic. by Josh Gao · 9 years ago
  82. 00d279b adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 9 years ago
  83. e773068 adb: relax serial matching rules. by David Pursell · 9 years ago
  84. 066e00d adb: report progress for small files. by Josh Gao · 9 years ago
  85. 7ac9b5e Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 9 years ago
  86. af05896 adb: fix directory creation logic. by Josh Gao · 9 years ago
  87. e6b24c2 adb: fix mistaken use of PLOG. by Josh Gao · 9 years ago
  88. 28f3ea1 Merge changes I7fe77245,I75b089b8,Iafa250ce am: afa76a3028 am: 55592371dc by Josh Gao · 9 years ago
  89. 4bed9b1 adb: use TCP keepalive. by David Pursell · 9 years ago
  90. 76f779a Merge changes I7fe77245,I75b089b8,Iafa250ce by Josh Gao · 9 years ago
  91. ef28761 adb: clean up quotes in test_device.py. by Josh Gao · 9 years ago
  92. a026991 adb: mkdir the correct directory name when pulling. by Josh Gao · 9 years ago
  93. 92d66a9 adb: cleanup file skipping logic. by Josh Gao · 9 years ago
  94. 6fb73ae Merge "adb: relax serial matching rules." am: b4709c2cfd am: a942881fdb by David Pursell · 9 years ago
  95. c70223e Merge "adb: relax serial matching rules." by David Pursell · 9 years ago
  96. bc1fa56 Merge "adb: symlinks to dirs count as dirs for pull destination." am: 543093cb97 by Josh Gao · 9 years ago
  97. 9c5c96d Merge "adb: symlinks to dirs count as dirs for pull destination." by Josh Gao · 9 years ago
  98. 885cd78 adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 9 years ago
  99. 2775b08 adb: relax serial matching rules. by David Pursell · 9 years ago
  100. 482cdef Merge "Emulator: fix adbd qemu pipe partial write" am: ae607e149b am: 4cc3354fb7 by bohu · 9 years ago