1. 625785a Merge "adbd: fix check of `remount -R`." by Treehugger Robot · 7 years ago
  2. c16fa05 Merge "adb: split daemon services out of service_to_fd." by Josh Gao · 7 years ago
  3. 25962e3 adbd: fix check of `remount -R`. by Josh Gao · 7 years ago
  4. 36e2c80 adb: use WriteFdExactly when no format by Mark Salyzyn · 7 years ago
  5. 5607e92 adb: split daemon services out of service_to_fd. by Josh Gao · 7 years ago
  6. 41da100 adbd: turn on fdsan warnings. by Josh Gao · 7 years ago
  7. 1d423b7 adb: add error-generating overload of adb_close(unique_fd). by Josh Gao · 7 years ago
  8. fa3107e adb: fix register_socket_transport related double-closes. by Josh Gao · 7 years ago
  9. d8d51f4 adb: fix double close in local_connect_arbitrary_ports. by Josh Gao · 7 years ago
  10. 4c28dde adb: use adb's unique_fd instead of android::base. by Josh Gao · 7 years ago
  11. 977e526 adb: move remount_service.h into daemon. by Josh Gao · 7 years ago
  12. 076b5ba adb: split shell_service.h into client/daemon/protocol parts. by Josh Gao · 7 years ago
  13. c7b7459 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 7 years ago
  14. f354ebb Merge "adb: fix forward --list, --remove(-all) with multiple devices." by Treehugger Robot · 7 years ago
  15. 7c3b262 adb: fix forward --list, --remove(-all) with multiple devices. by Josh Gao · 7 years ago
  16. 7dcc419 Merge "adb: Fix `adb remount`" by Treehugger Robot · 7 years ago
  17. dd3a108 adb: Fix `adb remount` by Luis Hector Chavez · 7 years ago
  18. 4aeeec7 Merge changes Iccfe3bd4,I6380245b,I20d9f2fe by Treehugger Robot · 7 years ago
  19. 6295ac2 Merge "Adb and fastboot completion supports zsh users." by Treehugger Robot · 7 years ago
  20. b4edbdf adb: Remove most C-style allocations by Luis Hector Chavez · 7 years ago
  21. ce7a284 adb: Modernize the service creation by Luis Hector Chavez · 7 years ago
  22. 9b4eb9b adb: Preserve the original mount flags when remounting by Luis Hector Chavez · 7 years ago
  23. 2174685 Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 7 years ago
  24. 01ee27f adb: Add io size and zero packet to usb_handle by Jerry Zhang · 7 years ago
  25. 76d17db adb: Have device usb_handle return io size by Jerry Zhang · 7 years ago
  26. d4fe8b6 adb: Expose device usb_handle through libadbd by Jerry Zhang · 7 years ago
  27. 5e60e6d Adb and fastboot completion supports zsh users. by Jim Tang · 7 years ago
  28. 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  29. 7cd4c4f Merge "Remove unused #include." by Elliott Hughes · 7 years ago
  30. d8366e4 Merge "adb: work around adbd push bug." by Treehugger Robot · 7 years ago
  31. 0d9c461 Remove unused #include. by Elliott Hughes · 7 years ago
  32. dc44269 Merge "adb: fix escape_arg for multiple quotes" by Treehugger Robot · 7 years ago
  33. 934d4b1 adb: fix escape_arg for multiple quotes by Ryan Prichard · 7 years ago
  34. 37f11f5 adb: work around adbd push bug. by Josh Gao · 7 years ago
  35. f967117 adbd: fix spurious failure to create dirs when pushing. by Josh Gao · 7 years ago
  36. d4394bf Merge "Simplify __attribute__((__printf__)) use." by Treehugger Robot · 7 years ago
  37. 874c941 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
  38. facb3d4 Merge changes from topic "mingw-clang" by Treehugger Robot · 7 years ago
  39. 5eb16c8 Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 7 years ago
  40. 588b2d0 Merge "adb: fix obsolete documentation." by Treehugger Robot · 7 years ago
  41. 2fd6930 adb: fix obsolete documentation. by Elliott Hughes · 7 years ago
  42. b701bfe Revert "adb: detect some spin loops and abort." by Josh Gao · 7 years ago
  43. 7aa2023 Update cflags for building Windows modules with Clang by Pirama Arumuga Nainar · 7 years ago
  44. b5f3aa3 Merge changes Ibfa5e7e6,I706b57a9,I53d21134,I69d4d585 by Treehugger Robot · 7 years ago
  45. bf8e08e adb: detect some spin loops and abort. by Josh Gao · 7 years ago
  46. 7f3c633 Merge "adb: add nonblocking fd Connection." by Treehugger Robot · 7 years ago
  47. 1293716 adb: add an id field to fdevent. by Josh Gao · 7 years ago
  48. dd9cf99 adb: delete unused members in fdevent. by Josh Gao · 7 years ago
  49. bf5167c adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 7 years ago
  50. 278c7a0 Merge "Fix `adb logcat` return code." by Elliott Hughes · 7 years ago
  51. 8fa3351 Fix `adb logcat` return code. by Elliott Hughes · 7 years ago
  52. 1e41fda adb: add nonblocking fd Connection. by Josh Gao · 7 years ago
  53. 19c39fa Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
  54. d244d47 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 7 years ago
  55. 2c513a1 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 7 years ago
  56. 469dc3a adb: add remount -R for deduplicated ext4 by David Anderson · 7 years ago
  57. 7dfacb8 Merge "adb: really fix the mac build." by Josh Gao · 7 years ago
  58. 7d5762c adb: really fix the mac build. by Josh Gao · 7 years ago
  59. 65c88d0 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
  60. 01aa5e9 adb: fix mac build. by Josh Gao · 7 years ago
  61. eb59039 Build adbd for recovery by Jiyong Park · 7 years ago
  62. 492bfbe adb: add benchmark script. by Josh Gao · 7 years ago
  63. 9f155db adb: add IOVector. by Josh Gao · 7 years ago
  64. 2cf03a3 Revert "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  65. c52e660 Merge "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  66. 8d7069e Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Josh Gao · 7 years ago
  67. 2eea8d3 Merge "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Treehugger Robot · 7 years ago
  68. 7ee327d Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
  69. ffa58c2 adb: add support for O_CLOEXEC to unique_fd pipe wrapper. by Josh Gao · 7 years ago
  70. d09ba31 adb: convert fdevent over to unique_fd. by Josh Gao · 7 years ago
  71. 810fedb adb: move towards using unique_fd. by Josh Gao · 7 years ago
  72. 04cd75d adb: delete FDEVENT_DONTCLOSE. by Josh Gao · 7 years ago
  73. 9528df2 adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
  74. a3bce07 Merge changes I4d6da40d,I91c7ced5,I7b9f6d18 by Treehugger Robot · 7 years ago
  75. c10d589 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
  76. 8721ff4 Merge "adb: Move io_setup to usb_handle init" by Treehugger Robot · 7 years ago
  77. 47221a3 Merge "adb: warn on remount if undoing deduplication is impossible" by Treehugger Robot · 7 years ago
  78. a452f0e adb: Add a test for emulator connection by Luis Hector Chavez · 7 years ago
  79. 947b213 adb: Improve test_adb a bit more by Luis Hector Chavez · 7 years ago
  80. 0aeda10 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
  81. cc20cc7 adb: Move io_setup to usb_handle init by Jerry Zhang · 7 years ago
  82. 92490e6 adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
  83. d22f8ac adb: warn on remount if undoing deduplication is impossible by David Anderson · 7 years ago
  84. c838850 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
  85. cac0585 Merge "adb: fix double close in jdwp_service." by Treehugger Robot · 7 years ago
  86. 78e6068 adb: fix double close in jdwp_service. by Josh Gao · 7 years ago
  87. dd51e16 Merge "adb: better error messages on deduplicated filesystems." by Treehugger Robot · 7 years ago
  88. fd454c3 adb: better error messages on deduplicated filesystems. by David Anderson · 7 years ago
  89. e964a0e Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
  90. c26aae1 Merge "Documented adb install --instant" by android-build-prod (mdb) · 7 years ago
  91. 30a3c5a Documented adb install --instant by Felipe Leme · 7 years ago
  92. 564cd84 Remove unused `tags` property from Android.bp files by Dan Willemsen · 7 years ago
  93. 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
  94. 52328b6 Merge "adb: Avoid waiting for emulator connections" by android-build-prod (mdb) · 7 years ago
  95. 25bc41c adb: Avoid waiting for emulator connections by Luis Hector Chavez · 7 years ago
  96. 9ede4db Merge "Add test_suites lines." by Elliott Hughes · 7 years ago
  97. ce226c9 Add test_suites lines. by Elliott Hughes · 7 years ago
  98. 3c7881d adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
  99. da74b90 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 7 years ago
  100. 3ab710e Merge changes I722d2c41,Ic216ddef by Treehugger Robot · 7 years ago