1. def91c0 adb: disable ReconnectHandler in adbd. by Josh Gao · 7 years ago
  2. 258d4a9 adb: fix error message for `adb {forward,reverse}` by Josh Gao · 7 years ago
  3. e445a6d adb: more immediately try to reconnect connections. by Josh Gao · 7 years ago
  4. 95af641 adb: don't pass time_point::max to condition_variable::wait_until. by Josh Gao · 7 years ago
  5. 1906243 adb: move list-forward, kill-forward back into handle_forward_request. by Josh Gao · 7 years ago
  6. 6dc5086 adb: Correctly detect deduplicated ext4 partitions. by David Anderson · 7 years ago
  7. d81c4f0 Merge "adbd: fix check of `remount -R`." by Treehugger Robot · 7 years ago
  8. 1ba2e6a Merge "adb: split daemon services out of service_to_fd." by Josh Gao · 7 years ago
  9. 2712192 adbd: fix check of `remount -R`. by Josh Gao · 7 years ago
  10. c29bf19 adb: use WriteFdExactly when no format by Mark Salyzyn · 7 years ago
  11. 997cfac adb: split daemon services out of service_to_fd. by Josh Gao · 7 years ago
  12. 954adcc adbd: turn on fdsan warnings. by Josh Gao · 7 years ago
  13. 6523309 adb: add error-generating overload of adb_close(unique_fd). by Josh Gao · 7 years ago
  14. 56300c9 adb: fix register_socket_transport related double-closes. by Josh Gao · 7 years ago
  15. e261f6b adb: fix double close in local_connect_arbitrary_ports. by Josh Gao · 7 years ago
  16. 73a5ee4 adb: use adb's unique_fd instead of android::base. by Josh Gao · 7 years ago
  17. 2deb787 adb: move remount_service.h into daemon. by Josh Gao · 7 years ago
  18. 86acb86 adb: split shell_service.h into client/daemon/protocol parts. by Josh Gao · 7 years ago
  19. edec033 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 7 years ago
  20. 32acd31 Merge "adb: fix forward --list, --remove(-all) with multiple devices." by Treehugger Robot · 7 years ago
  21. 91c25c0 adb: fix forward --list, --remove(-all) with multiple devices. by Josh Gao · 7 years ago
  22. 46b55e8 adb: Fix `adb remount` by Luis Hector Chavez · 7 years ago
  23. c23280a Merge changes Iccfe3bd4,I6380245b,I20d9f2fe by Treehugger Robot · 7 years ago
  24. 74be24d Merge "Adb and fastboot completion supports zsh users." by Treehugger Robot · 7 years ago
  25. 6150a37 adb: Remove most C-style allocations by Luis Hector Chavez · 7 years ago
  26. 095792c adb: Modernize the service creation by Luis Hector Chavez · 7 years ago
  27. c20c850 adb: Preserve the original mount flags when remounting by Luis Hector Chavez · 7 years ago
  28. cb140c0 Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 7 years ago
  29. cda7c3b adb: Add io size and zero packet to usb_handle by Jerry Zhang · 7 years ago
  30. 16b78db adb: Have device usb_handle return io size by Jerry Zhang · 7 years ago
  31. b156c60 adb: Expose device usb_handle through libadbd by Jerry Zhang · 7 years ago
  32. 0bd3432 Adb and fastboot completion supports zsh users. by Jim Tang · 7 years ago
  33. aed415c [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  34. 771f2c2 Merge "Remove unused #include." by Elliott Hughes · 7 years ago
  35. 3eb5d77 Merge "adb: work around adbd push bug." by Treehugger Robot · 7 years ago
  36. cd0f5c3 Remove unused #include. by Elliott Hughes · 7 years ago
  37. e4fded2 adb: fix escape_arg for multiple quotes by Ryan Prichard · 7 years ago
  38. 0cee7cc adb: work around adbd push bug. by Josh Gao · 7 years ago
  39. 4c0078d adbd: fix spurious failure to create dirs when pushing. by Josh Gao · 7 years ago
  40. d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
  41. b8f4fe4 Merge changes from topic "mingw-clang" by Treehugger Robot · 7 years ago
  42. a2df1ef Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 7 years ago
  43. 409465a Merge "adb: fix obsolete documentation." by Treehugger Robot · 7 years ago
  44. accc95d adb: fix obsolete documentation. by Elliott Hughes · 7 years ago
  45. 04b9ca8 Revert "adb: detect some spin loops and abort." by Josh Gao · 7 years ago
  46. 7982178 Update cflags for building Windows modules with Clang by Pirama Arumuga Nainar · 7 years ago
  47. 9674bcb Merge changes Ibfa5e7e6,I706b57a9,I53d21134,I69d4d585 by Treehugger Robot · 7 years ago
  48. 3bbc816 adb: detect some spin loops and abort. by Josh Gao · 7 years ago
  49. 812ba6a Merge "adb: add nonblocking fd Connection." by Treehugger Robot · 7 years ago
  50. ded557f adb: add an id field to fdevent. by Josh Gao · 7 years ago
  51. e44d38d adb: delete unused members in fdevent. by Josh Gao · 7 years ago
  52. 172d0d4 adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 7 years ago
  53. 5587aba Merge "Fix `adb logcat` return code." by Elliott Hughes · 7 years ago
  54. 31f0f1b Fix `adb logcat` return code. by Elliott Hughes · 7 years ago
  55. 6082e7d adb: add nonblocking fd Connection. by Josh Gao · 7 years ago
  56. 011ee12 Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
  57. ae74e42 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 7 years ago
  58. 8b47d31 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 7 years ago
  59. 07445f4 adb: add remount -R for deduplicated ext4 by David Anderson · 7 years ago
  60. e82401e Merge "adb: really fix the mac build." by Josh Gao · 7 years ago
  61. 6e1246c adb: really fix the mac build. by Josh Gao · 7 years ago
  62. 6c9bb05 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
  63. 99c27d3 adb: fix mac build. by Josh Gao · 7 years ago
  64. a0e7504 Build adbd for recovery by Jiyong Park · 7 years ago
  65. fd3fd93 adb: add benchmark script. by Josh Gao · 7 years ago
  66. 7c738cd adb: add IOVector. by Josh Gao · 7 years ago
  67. 9da1a91 Revert "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  68. a2157a7 Merge "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  69. f139ba4 Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Josh Gao · 7 years ago
  70. 812a6b7 Merge "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Treehugger Robot · 7 years ago
  71. 7a22358 Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
  72. 948b3e1 adb: add support for O_CLOEXEC to unique_fd pipe wrapper. by Josh Gao · 7 years ago
  73. 3b37fa2 adb: convert fdevent over to unique_fd. by Josh Gao · 7 years ago
  74. ae9c1dc adb: move towards using unique_fd. by Josh Gao · 7 years ago
  75. e535302 adb: delete FDEVENT_DONTCLOSE. by Josh Gao · 7 years ago
  76. 71f775a adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
  77. 2fa9770 Merge changes I4d6da40d,I91c7ced5,I7b9f6d18 by Treehugger Robot · 7 years ago
  78. 93e4501 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
  79. adf07c5 Merge "adb: Move io_setup to usb_handle init" by Treehugger Robot · 7 years ago
  80. 3255974 adb: Add a test for emulator connection by Luis Hector Chavez · 7 years ago
  81. fbee0a9 adb: Improve test_adb a bit more by Luis Hector Chavez · 7 years ago
  82. 454bc7c adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
  83. d8c1ae9 adb: Move io_setup to usb_handle init by Jerry Zhang · 7 years ago
  84. 5ba6802 adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
  85. 570426a adb: warn on remount if undoing deduplication is impossible by David Anderson · 7 years ago
  86. 2744084 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
  87. da6ab73 Merge "adb: fix double close in jdwp_service." by Treehugger Robot · 7 years ago
  88. b7a9956 adb: fix double close in jdwp_service. by Josh Gao · 7 years ago
  89. 313aa71 Merge "adb: better error messages on deduplicated filesystems." by Treehugger Robot · 7 years ago
  90. a962ec0 adb: better error messages on deduplicated filesystems. by David Anderson · 7 years ago
  91. c97cea0 Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
  92. 53248e4 Merge "Documented adb install --instant" by android-build-prod (mdb) · 7 years ago
  93. 807be77 Documented adb install --instant by Felipe Leme · 7 years ago
  94. 3e41f92 Remove unused `tags` property from Android.bp files by Dan Willemsen · 7 years ago
  95. 704494b adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
  96. c587f02 adb: Avoid waiting for emulator connections by Luis Hector Chavez · 7 years ago
  97. 4e6f3d9 Merge "Add test_suites lines." by Elliott Hughes · 7 years ago
  98. 40fdf3f Add test_suites lines. by Elliott Hughes · 7 years ago
  99. 9a388d5 adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
  100. 56fe753 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 7 years ago