1. 44fa94e Merge changes from topic "fdsan_debuggerd" by Josh Gao · 7 years ago
  2. df0b71b adb: actually enable fdsan. by Josh Gao · 7 years ago
  3. 029ef17 adb: move AdbCloser to its rightful place. by Josh Gao · 7 years ago
  4. d3cd8d9 adb: `adbd` uses shared libraries. by Tao Bao · 7 years ago
  5. 40bed24 Merge "Accept DexMetadata files (.dm) for install-multiple" by Treehugger Robot · 7 years ago
  6. f65610d Accept DexMetadata files (.dm) for install-multiple by Calin Juravle · 7 years ago
  7. c9398e5 Merge "adb: delete hellish hodgepodge." by Treehugger Robot · 7 years ago
  8. 30826b6 adb: delete hellish hodgepodge. by Josh Gao · 7 years ago
  9. 8f9f1d7 adbd: when rebooting, don't close socket before pausing. by Josh Gao · 7 years ago
  10. 7d7de7c Merge "adb: win32: fix Unicode console output" by Treehugger Robot · 7 years ago
  11. 2d2a48b adb: disable ReconnectHandler in adbd. by Josh Gao · 7 years ago
  12. a46e719 adb: fix error message for `adb {forward,reverse}` by Josh Gao · 7 years ago
  13. 15975fe adb: more immediately try to reconnect connections. by Josh Gao · 7 years ago
  14. 1160e33 adb: don't pass time_point::max to condition_variable::wait_until. by Josh Gao · 7 years ago
  15. 3587b70 adb: move list-forward, kill-forward back into handle_forward_request. by Josh Gao · 7 years ago
  16. ef5057e adb: win32: fix Unicode console output by Spencer Low · 7 years ago
  17. c32759a adb: Correctly detect deduplicated ext4 partitions. by David Anderson · 7 years ago
  18. 1374e36 Merge "adbd: fix check of `remount -R`." by Treehugger Robot · 7 years ago
  19. 82136d1 Merge "adb: split daemon services out of service_to_fd." by Josh Gao · 7 years ago
  20. 7bf0b71 adbd: fix check of `remount -R`. by Josh Gao · 7 years ago
  21. 36e3a1a adb: use WriteFdExactly when no format by Mark Salyzyn · 7 years ago
  22. 3d2f2b9 adb: split daemon services out of service_to_fd. by Josh Gao · 7 years ago
  23. 0a71130 adbd: turn on fdsan warnings. by Josh Gao · 7 years ago
  24. 5e68d8e adb: add error-generating overload of adb_close(unique_fd). by Josh Gao · 7 years ago
  25. 209049e adb: fix register_socket_transport related double-closes. by Josh Gao · 7 years ago
  26. 2132018 adb: fix double close in local_connect_arbitrary_ports. by Josh Gao · 7 years ago
  27. afcd1f0 adb: use adb's unique_fd instead of android::base. by Josh Gao · 7 years ago
  28. 2099e1d adb: move remount_service.h into daemon. by Josh Gao · 7 years ago
  29. 50d8eb7 adb: split shell_service.h into client/daemon/protocol parts. by Josh Gao · 7 years ago
  30. f7eb884 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 7 years ago
  31. 3b15811 Merge "adb: fix forward --list, --remove(-all) with multiple devices." by Treehugger Robot · 7 years ago
  32. 024e0b3 adb: fix forward --list, --remove(-all) with multiple devices. by Josh Gao · 7 years ago
  33. acb8ff6 adb: Fix `adb remount` by Luis Hector Chavez · 7 years ago
  34. 82e2bf4 Merge changes Iccfe3bd4,I6380245b,I20d9f2fe by Treehugger Robot · 7 years ago
  35. 8235494 Merge "Adb and fastboot completion supports zsh users." by Treehugger Robot · 7 years ago
  36. 22aaf32 adb: Remove most C-style allocations by Luis Hector Chavez · 7 years ago
  37. 3969972 adb: Modernize the service creation by Luis Hector Chavez · 7 years ago
  38. 0b6aa4d adb: Preserve the original mount flags when remounting by Luis Hector Chavez · 7 years ago
  39. 89f252c Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 7 years ago
  40. 4ebbfb0 adb: Add io size and zero packet to usb_handle by Jerry Zhang · 7 years ago
  41. 1922f53 adb: Have device usb_handle return io size by Jerry Zhang · 7 years ago
  42. add886c adb: Expose device usb_handle through libadbd by Jerry Zhang · 7 years ago
  43. 500e223 Adb and fastboot completion supports zsh users. by Jim Tang · 7 years ago
  44. 10aea53 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  45. 50607fb Merge "Remove unused #include." by Elliott Hughes · 7 years ago
  46. 47f8a1a Merge "adb: work around adbd push bug." by Treehugger Robot · 7 years ago
  47. fcd3d87 Remove unused #include. by Elliott Hughes · 7 years ago
  48. b572e6d adb: fix escape_arg for multiple quotes by Ryan Prichard · 7 years ago
  49. dfdcf40 adb: work around adbd push bug. by Josh Gao · 7 years ago
  50. 2cf7e3f adbd: fix spurious failure to create dirs when pushing. by Josh Gao · 7 years ago
  51. a173d2f Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
  52. 0406f76 Merge changes from topic "mingw-clang" by Treehugger Robot · 7 years ago
  53. 5063650 Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 7 years ago
  54. 88a0c02 Merge "adb: fix obsolete documentation." by Treehugger Robot · 7 years ago
  55. a07b9f2 adb: fix obsolete documentation. by Elliott Hughes · 7 years ago
  56. 7366b2b Revert "adb: detect some spin loops and abort." by Josh Gao · 7 years ago
  57. ad05929 Update cflags for building Windows modules with Clang by Pirama Arumuga Nainar · 7 years ago
  58. a076b9f Merge changes Ibfa5e7e6,I706b57a9,I53d21134,I69d4d585 by Treehugger Robot · 7 years ago
  59. 9cf355a adb: detect some spin loops and abort. by Josh Gao · 7 years ago
  60. 08a5637 Merge "adb: add nonblocking fd Connection." by Treehugger Robot · 7 years ago
  61. 00f2d25 adb: add an id field to fdevent. by Josh Gao · 7 years ago
  62. f39750b adb: delete unused members in fdevent. by Josh Gao · 7 years ago
  63. 7c04e21 adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 7 years ago
  64. 75e7781 Merge "Fix `adb logcat` return code." by Elliott Hughes · 7 years ago
  65. 96919ee Fix `adb logcat` return code. by Elliott Hughes · 7 years ago
  66. 3cd1019 adb: add nonblocking fd Connection. by Josh Gao · 7 years ago
  67. a6226c4 Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
  68. b9c9eeb Merge "Fix exit-time-destructor warning" by Treehugger Robot · 7 years ago
  69. f511ab9 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 7 years ago
  70. c574b19 adb: add remount -R for deduplicated ext4 by David Anderson · 7 years ago
  71. 4a44090 Merge "adb: really fix the mac build." by Josh Gao · 7 years ago
  72. 9b57c12 adb: really fix the mac build. by Josh Gao · 7 years ago
  73. f78efb4 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
  74. 1fdea8d adb: fix mac build. by Josh Gao · 7 years ago
  75. 32b8fda Build adbd for recovery by Jiyong Park · 7 years ago
  76. 4402fae adb: add benchmark script. by Josh Gao · 7 years ago
  77. 89b1012 adb: add IOVector. by Josh Gao · 7 years ago
  78. 54785d1 Revert "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  79. 5bf505a Merge "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  80. 2548a81 Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Josh Gao · 7 years ago
  81. f7b15c9 Merge "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Treehugger Robot · 7 years ago
  82. 0335d70 Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
  83. 3aa97c5 adb: add support for O_CLOEXEC to unique_fd pipe wrapper. by Josh Gao · 7 years ago
  84. ee498dd adb: convert fdevent over to unique_fd. by Josh Gao · 7 years ago
  85. 5113ff7 adb: move towards using unique_fd. by Josh Gao · 7 years ago
  86. 7b6b19b adb: delete FDEVENT_DONTCLOSE. by Josh Gao · 7 years ago
  87. 07444b3 adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
  88. e0f24c1 Merge changes I4d6da40d,I91c7ced5,I7b9f6d18 by Treehugger Robot · 7 years ago
  89. a165cd5 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
  90. dcc5c81 Merge "adb: Move io_setup to usb_handle init" by Treehugger Robot · 7 years ago
  91. 3cb898d adb: Add a test for emulator connection by Luis Hector Chavez · 7 years ago
  92. 7c2765b adb: Improve test_adb a bit more by Luis Hector Chavez · 7 years ago
  93. 07a5cb7 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
  94. ea1f99d adb: Move io_setup to usb_handle init by Jerry Zhang · 7 years ago
  95. cfe99fe adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
  96. 49f4faf adb: warn on remount if undoing deduplication is impossible by David Anderson · 7 years ago
  97. 2b0767c adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
  98. 500cbd1 Merge "adb: fix double close in jdwp_service." by Treehugger Robot · 7 years ago
  99. 704084c adb: fix double close in jdwp_service. by Josh Gao · 7 years ago
  100. c324b11 Merge "adb: better error messages on deduplicated filesystems." by Treehugger Robot · 7 years ago