1. dd4f1ea Merge changes Iea2a3055,I6582cfc6 by Treehugger Robot · 7 years ago
  2. 021a85a Merge "adb: Open FunctionFS files with more restrictive access modes" by Treehugger Robot · 7 years ago
  3. ea7b95a adb: start building windows test again. by Josh Gao · 7 years ago
  4. 96049b9 adb: fix windows test build. by Josh Gao · 7 years ago
  5. a076b15 adb: bump the local socket backlog to the maximum. by Josh Gao · 7 years ago
  6. 4f8504e adb: fix unicode file path test. by Josh Gao · 7 years ago
  7. 887c850 adb: delete vestigial SHELL_EXIT_NOTIFY_FD. by Josh Gao · 7 years ago
  8. 4b80850 adb: don't immediately close a socket when write fails. by Josh Gao · 7 years ago
  9. b3420dc adb: make fdevent_run_on_main_thread's fd nonblocking. by Josh Gao · 7 years ago
  10. 90a7c10 Merge changes I6a842960,If618c26b by Josh Gao · 7 years ago
  11. 1b71416 Merge "adb: skip IPv6 test if IPv6 isn't available." by Josh Gao · 7 years ago
  12. 52d0660 adb: skip IPv6 test if IPv6 isn't available. by Josh Gao · 7 years ago
  13. 160bf7e adb: add `adb shell exit 42` stress test. by Josh Gao · 7 years ago
  14. d5e56ce adb: improve socket tests. by Josh Gao · 7 years ago
  15. ee65d9e Merge changes I99b85f07,If28f6c8d by Treehugger Robot · 7 years ago
  16. f2a988c adb: implement std::make_unique, start using it. by Josh Gao · 7 years ago
  17. 4f0325d base: export GetThreadId. by Josh Gao · 7 years ago
  18. 7596c42 adb: Remove usages of ENDPOINT_ALLOC by Jerry Zhang · 7 years ago
  19. b3c0ea3 Merge "adb: add test for flushing socket data after a write failure." by Josh Gao · 7 years ago
  20. 8020602 adb: add test for flushing socket data after a write failure. by Josh Gao · 7 years ago
  21. d8f9c73 adb: checks device state when using adb disable-verity for AVB by Bowgo Tsai · 7 years ago
  22. ed94953 adb: Open FunctionFS files with more restrictive access modes by Luis Hector Chavez · 7 years ago
  23. 7dbe8b7 adbd: don't require authentication for userdebug/eng builds. by Josh Gao · 7 years ago
  24. 3e0540a adbd: make static. by Josh Gao · 7 years ago
  25. 156ed93 Merge "Make libasyncio headers usable from C" by Jerry Zhang · 7 years ago
  26. ae5f7ff Merge changes from topic "adb_bp" by Josh Gao · 7 years ago
  27. 3cd03be adb: remove meaningless const. by Josh Gao · 7 years ago
  28. 715fe60 adb: convert Connection to a nonblocking interface. by Josh Gao · 7 years ago
  29. 66766f8 adb: use soong version stamping. by Josh Gao · 7 years ago
  30. 6999d13 Make libasyncio headers usable from C by Jerry Zhang · 7 years ago
  31. 7b9ddc3 Merge "Add a NOLINT for the memory leak we added" by Treehugger Robot · 7 years ago
  32. a54dbfd Add a NOLINT for the memory leak we added by George Burgess IV · 7 years ago
  33. 361148b adb: switch over to Android.bp. by Josh Gao · 7 years ago
  34. 9e3f6db Merge "adb: add a way to make the server intentionally leak." by Treehugger Robot · 7 years ago
  35. d64d2ed adb: add a way to make the server intentionally leak. by Josh Gao · 7 years ago
  36. 23aea56 Merge "Change the remount command to be more container-friendly" by Treehugger Robot · 7 years ago
  37. 8ddb515 Merge changes I0783be05,Id8178913 by Josh Gao · 7 years ago
  38. ab02964 adb: allow reentrant calls to fdevent_run_on_main_thread. by Josh Gao · 7 years ago
  39. 50576fd adb: stop using quick_exit. by Josh Gao · 7 years ago
  40. 53539f4 Change the remount command to be more container-friendly by Luis Hector Chavez · 7 years ago
  41. 839b932 adb: switch apacket over to a std::string payload. by Josh Gao · 7 years ago
  42. bbe85f7 Merge "bpfmt." by Treehugger Robot · 7 years ago
  43. ebe9970 Fix a memory leak by George Burgess IV · 7 years ago
  44. 307e767 bpfmt. by Elliott Hughes · 7 years ago
  45. f090647 Merge "adbd: receive jdwp pids from art as raw integers." by Treehugger Robot · 7 years ago
  46. 050c887 Merge "adb: fix build breakage." by Josh Gao · 7 years ago
  47. 462b150 adb: fix build breakage. by Josh Gao · 7 years ago
  48. 7c453bc Merge "adb: use delete on objects with destructors." by Josh Gao · 7 years ago
  49. 5cb76ce adb: use delete on objects with destructors. by Josh Gao · 7 years ago
  50. 03e4ab2 adbd: receive jdwp pids from art as raw integers. by Josh Gao · 7 years ago
  51. 4b7b3e7 Merge "adb: switch asocket::enqueue to std::string." by Josh Gao · 7 years ago
  52. 31503ba Merge changes I86bcfaaa,I24d7f5d0 by Josh Gao · 7 years ago
  53. da85713 adb: don't spew to logcat when tracing is enabled. by Josh Gao · 7 years ago
  54. a7d9d71 adb: switch asocket::enqueue to std::string. by Josh Gao · 7 years ago
  55. b14756a adb: restore packet data length checks. by Josh Gao · 7 years ago
  56. 2b3db9e adb: switch asocket's intrusive linked list to vectors. by Josh Gao · 7 years ago
  57. 395b86a adb: extract atransport's connection interface. by Josh Gao · 7 years ago
  58. 30c4266 adb: fix a leak. by Josh Gao · 7 years ago
  59. 3c705bb Merge "adb/fastboot: switch over to shared AdbWinApi." by Treehugger Robot · 7 years ago
  60. 640d445 adb/fastboot: switch over to shared AdbWinApi. by Josh Gao · 7 years ago
  61. a4df738 Merge "Sort devices list before output." by Elliott Hughes · 7 years ago
  62. dfe539e adb: add missing condition_variable include by Mike Frysinger · 7 years ago
  63. 8efc520 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 7 years ago
  64. 4dd3501 Sort devices list before output. by Artem Iglikov · 7 years ago
  65. ee7b44d adb: disable checksum on new versions by Tim Murray · 7 years ago
  66. a8e97dc Merge "Set $TMPDIR for `adb shell`." by Elliott Hughes · 7 years ago
  67. d8171d9 Merge "adb: get libusb compiling on Windows." by Treehugger Robot · 7 years ago
  68. 8719f41 Set $TMPDIR for `adb shell`. by Elliott Hughes · 7 years ago
  69. 511ff8a adb: get libusb compiling on Windows. by Josh Gao · 7 years ago
  70. 71fd502 Merge "adb: disable USB packet overflow checking on OS X." by Treehugger Robot · 7 years ago
  71. b4bc5bf Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  72. fe4a5ea Add OWNERS. by Elliott Hughes · 7 years ago
  73. a82f246 adb: disable USB packet overflow checking on OS X. by Josh Gao · 7 years ago
  74. 62eafab Merge "DO NOT MERGE: Merge Oreo MR1 into master" by Xin Li · 7 years ago
  75. fe0ee3d DO NOT MERGE: Merge Oreo MR1 into master by Xin Li · 7 years ago
  76. 7c6f813 Merge "Fix typos in ADB documentation" am: d87acbcb71 by Jim Kaye · 7 years ago
  77. d87acbc Merge "Fix typos in ADB documentation" by Treehugger Robot · 7 years ago
  78. f7e359e Fix typos in ADB documentation by Jim Kaye · 7 years ago
  79. 24ca380 Merge "Remove a duplicate TEMP_FAILURE_RETRY." am: 67da939fdc by Elliott Hughes · 7 years ago
  80. 67da939 Merge "Remove a duplicate TEMP_FAILURE_RETRY." by Elliott Hughes · 7 years ago
  81. 8bddf24 Remove a duplicate TEMP_FAILURE_RETRY. by Elliott Hughes · 7 years ago
  82. 28f022d Merge "Standarize on VFS_CAP_REVISION_2" am: af03f483d7 by Nick Kralevich · 7 years ago
  83. 27a7a5e Standarize on VFS_CAP_REVISION_2 by Nick Kralevich · 7 years ago
  84. cfde668 Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from by Xin Li · 7 years ago
  85. b5a0e84 DO NOT MERGE ANYWHERE Add comments and code about ro.boot.slot back by Sandeep Patil · 7 years ago
  86. 501df9b Merge "Move GetDeviceTest from adb's test_device.py to adb package." by Treehugger Robot · 7 years ago
  87. a5443fb Move GetDeviceTest from adb's test_device.py to adb package. by Josh Gao · 7 years ago
  88. d75c1f3 Merge "Don't include the build number in the adbd binary." by Treehugger Robot · 7 years ago
  89. e32a826 Don't include the build number in the adbd binary. by Elliott Hughes · 7 years ago
  90. 3d9e424 Merge "adb: fix erase-remove_if idiom." am: bb14f23521 by Josh Gao · 7 years ago
  91. bb14f23 Merge "adb: fix erase-remove_if idiom." by Treehugger Robot · 7 years ago
  92. a2b4c7e Merge changes I3e6e5a22,I6eb3f066 am: 75836d5e7f by Mark Salyzyn · 7 years ago
  93. 8b53280 adb: fix erase-remove_if idiom. by Josh Gao · 7 years ago
  94. 21a991d adb: cleanup some portions of client usb interfaces by Mark Salyzyn · 7 years ago
  95. d4bf94d adb: clang-format for adb.h and client/usb_windows.cpp by Mark Salyzyn · 7 years ago
  96. df238e8 Merge "Set $HOSTNAME in adbd." am: 2364d7ccc5 am: 500a0dcc54 am: 3ef8d2abca by Elliott Hughes · 7 years ago
  97. 500a0dc Merge "Set $HOSTNAME in adbd." am: 2364d7ccc5 by Elliott Hughes · 7 years ago
  98. 299da1c Set $HOSTNAME in adbd. by Elliott Hughes · 7 years ago
  99. b06dc26 adb: remove SendConnectOnHost. am: bc1b6d0271 by Josh Gao · 7 years ago
  100. a7bd6f6 adb: partially revert 3cf1b36e. am: 6ec5e885c1 -s ours by Josh Gao · 7 years ago