1. 541a865 adb: restore adb/adb.exe in the list of artifacts. by Josh Gao · 6 years ago
  2. f8a97c1 adb: start building windows test again. by Josh Gao · 6 years ago
  3. 2e1e789 adb: fix windows test build. by Josh Gao · 6 years ago
  4. bf243a6 adb: bump the local socket backlog to the maximum. by Josh Gao · 6 years ago
  5. 2c621ae adb: fix unicode file path test. by Josh Gao · 6 years ago
  6. dcc055a adb: delete vestigial SHELL_EXIT_NOTIFY_FD. by Josh Gao · 6 years ago
  7. 184f480 adb: don't immediately close a socket when write fails. by Josh Gao · 6 years ago
  8. 1222abc adb: make fdevent_run_on_main_thread's fd nonblocking. by Josh Gao · 6 years ago
  9. 7920502 Merge changes I6a842960,If618c26b by Josh Gao · 6 years ago
  10. 4abb507 adb: skip IPv6 test if IPv6 isn't available. by Josh Gao · 6 years ago
  11. c970aef adb: add `adb shell exit 42` stress test. by Josh Gao · 6 years ago
  12. ecb96ac adb: improve socket tests. by Josh Gao · 6 years ago
  13. 6156420 Merge changes I99b85f07,If28f6c8d by Treehugger Robot · 6 years ago
  14. 31b5be6 adb: implement std::make_unique, start using it. by Josh Gao · 6 years ago
  15. 5791e21 base: export GetThreadId. by Josh Gao · 6 years ago
  16. 99499f1 adb: Remove usages of ENDPOINT_ALLOC by Jerry Zhang · 6 years ago
  17. 32caa98 Merge "adb: add test for flushing socket data after a write failure." by Josh Gao · 6 years ago
  18. df3bae9 adb: add test for flushing socket data after a write failure. by Josh Gao · 6 years ago
  19. 8cc9c38 adb: checks device state when using adb disable-verity for AVB by Bowgo Tsai · 6 years ago
  20. 6eda184 adbd: don't require authentication for userdebug/eng builds. by Josh Gao · 6 years ago
  21. 8db99f8 adbd: make static. by Josh Gao · 6 years ago
  22. 5180d5b Merge "Make libasyncio headers usable from C" by Jerry Zhang · 6 years ago
  23. 9ee373ac Merge changes from topic "adb_bp" by Josh Gao · 6 years ago
  24. ffbd336 adb: remove meaningless const. by Josh Gao · 6 years ago
  25. 0bbf69c adb: convert Connection to a nonblocking interface. by Josh Gao · 6 years ago
  26. c7567fa adb: use soong version stamping. by Josh Gao · 6 years ago
  27. c3d4e72 Make libasyncio headers usable from C by Jerry Zhang · 6 years ago
  28. 657db00 Add a NOLINT for the memory leak we added by George Burgess IV · 6 years ago
  29. 2776845 adb: switch over to Android.bp. by Josh Gao · 7 years ago
  30. e217611 adb: add a way to make the server intentionally leak. by Josh Gao · 6 years ago
  31. d24c848 Merge "Change the remount command to be more container-friendly" by Treehugger Robot · 6 years ago
  32. e39ccd3 adb: allow reentrant calls to fdevent_run_on_main_thread. by Josh Gao · 6 years ago
  33. d51c6df adb: stop using quick_exit. by Josh Gao · 6 years ago
  34. 0db4b7a Change the remount command to be more container-friendly by Luis Hector Chavez · 6 years ago
  35. f571fcb adb: switch apacket over to a std::string payload. by Josh Gao · 6 years ago
  36. 0609e8d Merge "bpfmt." by Treehugger Robot · 6 years ago
  37. cb2449f Fix a memory leak by George Burgess IV · 6 years ago
  38. dc699a2 bpfmt. by Elliott Hughes · 6 years ago
  39. d31df3a Merge "adbd: receive jdwp pids from art as raw integers." by Treehugger Robot · 6 years ago
  40. 1b58bbf adb: fix build breakage. by Josh Gao · 6 years ago
  41. e0361d1 adb: use delete on objects with destructors. by Josh Gao · 6 years ago
  42. 86f39b4 adbd: receive jdwp pids from art as raw integers. by Josh Gao · 6 years ago
  43. 9bf624c Merge "adb: switch asocket::enqueue to std::string." by Josh Gao · 6 years ago
  44. f99711f Merge changes I86bcfaaa,I24d7f5d0 by Josh Gao · 6 years ago
  45. 95c4497 adb: don't spew to logcat when tracing is enabled. by Josh Gao · 6 years ago
  46. 27cb7dc adb: switch asocket::enqueue to std::string. by Josh Gao · 6 years ago
  47. 5caaebd adb: restore packet data length checks. by Josh Gao · 6 years ago
  48. 5e50764 adb: switch asocket's intrusive linked list to vectors. by Josh Gao · 6 years ago
  49. b800d88 adb: extract atransport's connection interface. by Josh Gao · 6 years ago
  50. fb413a2 adb: fix a leak. by Josh Gao · 6 years ago
  51. ef213b6 Merge "adb/fastboot: switch over to shared AdbWinApi." by Treehugger Robot · 7 years ago
  52. b0449da adb/fastboot: switch over to shared AdbWinApi. by Josh Gao · 7 years ago
  53. 18cdd35 Merge "Sort devices list before output." by Elliott Hughes · 7 years ago
  54. 50ecaca adb: add missing condition_variable include by Mike Frysinger · 7 years ago
  55. 579e682 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 7 years ago
  56. 04398a9 Sort devices list before output. by Artem Iglikov · 7 years ago
  57. de47194 adb: disable checksum on new versions by Tim Murray · 7 years ago
  58. bf2062f Merge "Set $TMPDIR for `adb shell`." by Elliott Hughes · 7 years ago
  59. 6f29887 Merge "adb: get libusb compiling on Windows." by Treehugger Robot · 7 years ago
  60. d42df42 Set $TMPDIR for `adb shell`. by Elliott Hughes · 7 years ago
  61. 9425996 adb: get libusb compiling on Windows. by Josh Gao · 7 years ago
  62. a4a9a81 Merge "adb: disable USB packet overflow checking on OS X." by Treehugger Robot · 7 years ago
  63. 3289b9c Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  64. 693d63f Add OWNERS. by Elliott Hughes · 7 years ago
  65. 801048c adb: disable USB packet overflow checking on OS X. by Josh Gao · 7 years ago
  66. 42f9a44 Merge "Fix typos in ADB documentation" am: 017203b140 by Jim Kaye · 7 years ago
  67. ab74e06 Fix typos in ADB documentation by Jim Kaye · 7 years ago
  68. 0b8a47c Merge "Remove a duplicate TEMP_FAILURE_RETRY." am: 166c6a4390 by Elliott Hughes · 7 years ago
  69. 166c6a4 Merge "Remove a duplicate TEMP_FAILURE_RETRY." by Elliott Hughes · 7 years ago
  70. 3df2fa6 Remove a duplicate TEMP_FAILURE_RETRY. by Elliott Hughes · 7 years ago
  71. cac2163 Merge "Standarize on VFS_CAP_REVISION_2" am: af03f483d7 by Nick Kralevich · 7 years ago
  72. 65b8d74 Standarize on VFS_CAP_REVISION_2 by Nick Kralevich · 7 years ago
  73. 25f1631 DO NOT MERGE ANYWHERE Add comments and code about ro.boot.slot back by Sandeep Patil · 7 years ago
  74. 93e5cd8 Merge "Move GetDeviceTest from adb's test_device.py to adb package." by Treehugger Robot · 7 years ago
  75. 85d4789 Move GetDeviceTest from adb's test_device.py to adb package. by Josh Gao · 7 years ago
  76. 6b97021 Don't include the build number in the adbd binary. by Elliott Hughes · 7 years ago
  77. 1f3763e Merge "adb: fix erase-remove_if idiom." am: c2a2ecb7a5 by Josh Gao · 7 years ago
  78. c2a2ecb Merge "adb: fix erase-remove_if idiom." by Treehugger Robot · 7 years ago
  79. 5966ae2 Merge changes I3e6e5a22,I6eb3f066 am: 75836d5e7f by Mark Salyzyn · 7 years ago
  80. 4dfaa88 adb: fix erase-remove_if idiom. by Josh Gao · 7 years ago
  81. 8f3b887 adb: cleanup some portions of client usb interfaces by Mark Salyzyn · 7 years ago
  82. 0a78cc1 adb: clang-format for adb.h and client/usb_windows.cpp by Mark Salyzyn · 7 years ago
  83. 5105521 Merge "Set $HOSTNAME in adbd." am: 2364d7ccc5 by Elliott Hughes · 7 years ago
  84. ba4d9fd Set $HOSTNAME in adbd. by Elliott Hughes · 7 years ago
  85. 86a9190 Merge "adb: remove SendConnectOnHost." am: 5eaa5bc081 by Josh Gao · 7 years ago
  86. 5eaa5bc Merge "adb: remove SendConnectOnHost." by Treehugger Robot · 7 years ago
  87. 4b5d4da adb: remove SendConnectOnHost. by Josh Gao · 7 years ago
  88. bc3d362 Merge "adbd: improve thread names." am: 39071a5177 by Josh Gao · 7 years ago
  89. bcadc77 adbd: improve thread names. by Josh Gao · 7 years ago
  90. d3f7956 Merge "adb: partially revert b5e11415." am: ef9426d883 by Josh Gao · 7 years ago
  91. ef9426d Merge "adb: partially revert b5e11415." by Treehugger Robot · 7 years ago
  92. 9bc2a96 Merge "Reland "Remove comments and code about ro.boot.slot"" am: dea5e081ac by Tom Cherry · 7 years ago
  93. 211a4a5 Reland "Remove comments and code about ro.boot.slot" by Tom Cherry · 7 years ago
  94. 0ff5f16 Merge "Revert "Remove comments and code about ro.boot.slot"" am: eb00b1f3aa by Tom Cherry · 7 years ago
  95. c5f5fd4 Revert "Remove comments and code about ro.boot.slot" by Tom Cherry · 7 years ago
  96. bf6168f Merge "Remove comments and code about ro.boot.slot" am: 7dcf076700 by Tom Cherry · 7 years ago
  97. f4ec2c5 Remove comments and code about ro.boot.slot by Tom Cherry · 7 years ago
  98. 1425641 Merge changes I0ed00441,I12d46493,Ib484f701 am: 0a01830612 by Josh Gao · 7 years ago
  99. 0a01830 Merge changes I0ed00441,I12d46493,Ib484f701 by Josh Gao · 7 years ago
  100. 6818f80 Merge changes from topic "b/63736262" am: 1f666a6be9 by Mark Salyzyn · 7 years ago