1. 771f2c2 Merge "Remove unused #include." by Elliott Hughes · 6 years ago
  2. 3eb5d77 Merge "adb: work around adbd push bug." by Treehugger Robot · 6 years ago
  3. cd0f5c3 Remove unused #include. by Elliott Hughes · 6 years ago
  4. e4fded2 adb: fix escape_arg for multiple quotes by Ryan Prichard · 6 years ago
  5. 0cee7cc adb: work around adbd push bug. by Josh Gao · 6 years ago
  6. 4c0078d adbd: fix spurious failure to create dirs when pushing. by Josh Gao · 6 years ago
  7. d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 6 years ago
  8. b8f4fe4 Merge changes from topic "mingw-clang" by Treehugger Robot · 6 years ago
  9. a2df1ef Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 6 years ago
  10. 409465a Merge "adb: fix obsolete documentation." by Treehugger Robot · 6 years ago
  11. accc95d adb: fix obsolete documentation. by Elliott Hughes · 6 years ago
  12. 04b9ca8 Revert "adb: detect some spin loops and abort." by Josh Gao · 6 years ago
  13. 7982178 Update cflags for building Windows modules with Clang by Pirama Arumuga Nainar · 6 years ago
  14. 9674bcb Merge changes Ibfa5e7e6,I706b57a9,I53d21134,I69d4d585 by Treehugger Robot · 6 years ago
  15. 3bbc816 adb: detect some spin loops and abort. by Josh Gao · 6 years ago
  16. 812ba6a Merge "adb: add nonblocking fd Connection." by Treehugger Robot · 6 years ago
  17. ded557f adb: add an id field to fdevent. by Josh Gao · 6 years ago
  18. e44d38d adb: delete unused members in fdevent. by Josh Gao · 6 years ago
  19. 172d0d4 adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 6 years ago
  20. 5587aba Merge "Fix `adb logcat` return code." by Elliott Hughes · 6 years ago
  21. 31f0f1b Fix `adb logcat` return code. by Elliott Hughes · 6 years ago
  22. 6082e7d adb: add nonblocking fd Connection. by Josh Gao · 7 years ago
  23. 011ee12 Shared libs are supported in recovery mode by Jiyong Park · 6 years ago
  24. ae74e42 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 6 years ago
  25. 8b47d31 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 6 years ago
  26. 07445f4 adb: add remount -R for deduplicated ext4 by David Anderson · 7 years ago
  27. e82401e Merge "adb: really fix the mac build." by Josh Gao · 7 years ago
  28. 6e1246c adb: really fix the mac build. by Josh Gao · 7 years ago
  29. 6c9bb05 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
  30. 99c27d3 adb: fix mac build. by Josh Gao · 7 years ago
  31. a0e7504 Build adbd for recovery by Jiyong Park · 7 years ago
  32. fd3fd93 adb: add benchmark script. by Josh Gao · 7 years ago
  33. 7c738cd adb: add IOVector. by Josh Gao · 7 years ago
  34. 9da1a91 Revert "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  35. a2157a7 Merge "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
  36. f139ba4 Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Josh Gao · 7 years ago
  37. 812a6b7 Merge "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Treehugger Robot · 7 years ago
  38. 7a22358 Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
  39. 948b3e1 adb: add support for O_CLOEXEC to unique_fd pipe wrapper. by Josh Gao · 7 years ago
  40. 3b37fa2 adb: convert fdevent over to unique_fd. by Josh Gao · 7 years ago
  41. ae9c1dc adb: move towards using unique_fd. by Josh Gao · 7 years ago
  42. e535302 adb: delete FDEVENT_DONTCLOSE. by Josh Gao · 7 years ago
  43. 71f775a adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
  44. 2fa9770 Merge changes I4d6da40d,I91c7ced5,I7b9f6d18 by Treehugger Robot · 7 years ago
  45. 93e4501 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
  46. adf07c5 Merge "adb: Move io_setup to usb_handle init" by Treehugger Robot · 7 years ago
  47. 3255974 adb: Add a test for emulator connection by Luis Hector Chavez · 7 years ago
  48. fbee0a9 adb: Improve test_adb a bit more by Luis Hector Chavez · 7 years ago
  49. 454bc7c adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
  50. d8c1ae9 adb: Move io_setup to usb_handle init by Jerry Zhang · 7 years ago
  51. 5ba6802 adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
  52. 570426a adb: warn on remount if undoing deduplication is impossible by David Anderson · 7 years ago
  53. 2744084 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
  54. da6ab73 Merge "adb: fix double close in jdwp_service." by Treehugger Robot · 7 years ago
  55. b7a9956 adb: fix double close in jdwp_service. by Josh Gao · 7 years ago
  56. 313aa71 Merge "adb: better error messages on deduplicated filesystems." by Treehugger Robot · 7 years ago
  57. a962ec0 adb: better error messages on deduplicated filesystems. by David Anderson · 7 years ago
  58. c97cea0 Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
  59. 53248e4 Merge "Documented adb install --instant" by android-build-prod (mdb) · 7 years ago
  60. 807be77 Documented adb install --instant by Felipe Leme · 7 years ago
  61. 3e41f92 Remove unused `tags` property from Android.bp files by Dan Willemsen · 7 years ago
  62. 704494b adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
  63. c587f02 adb: Avoid waiting for emulator connections by Luis Hector Chavez · 7 years ago
  64. 4e6f3d9 Merge "Add test_suites lines." by Elliott Hughes · 7 years ago
  65. 40fdf3f Add test_suites lines. by Elliott Hughes · 7 years ago
  66. 9a388d5 adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
  67. 56fe753 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 7 years ago
  68. c4ad6b6 Merge changes I722d2c41,Ic216ddef by Treehugger Robot · 7 years ago
  69. 224d965 Merge "adb: don't error in handle_host_request if we can't acquire a transport." by Treehugger Robot · 7 years ago
  70. 78f133d adb: don't error in handle_host_request if we can't acquire a transport. by Josh Gao · 7 years ago
  71. 8b67c52 Improve test_adb.py by Luis Hector Chavez · 7 years ago
  72. 5d39585 adb: Distinguish betwen already-connected and connection failure by Luis Hector Chavez · 7 years ago
  73. 77561c1 Remove out of date comment. by Elliott Hughes · 7 years ago
  74. 44899ee adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 7 years ago
  75. 2e93df2 adb: win32: cleanup winsock initialization. by Josh Gao · 7 years ago
  76. 011ba4b adb: win32: properly set EBADF in some functions. by Josh Gao · 7 years ago
  77. 64a63ac adb: partially clang-format sysdeps_win32.cpp. by Josh Gao · 7 years ago
  78. 116aa0a adb: implement adb_writev. by Josh Gao · 7 years ago
  79. 1ce9957 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  80. ee63d74 Merge "adb: properly calculate packet size on Mac." by Treehugger Robot · 7 years ago
  81. 2ea4652 adb: properly calculate packet size on Mac. by Josh Gao · 7 years ago
  82. 6eb9248 Merge "Support /odm and /product in "adb remount" and "adb sync"." by Elliott Hughes · 7 years ago
  83. daacf4f adb: Correctly drop caps when ambient capabilities are used by Luis Hector Chavez · 7 years ago
  84. fa1f191 Merge "adbd: configure jemalloc to not immediately purge." by Treehugger Robot · 7 years ago
  85. 218f766 adbd: configure jemalloc to not immediately purge. by Josh Gao · 7 years ago
  86. 8daf742 Merge "Revert "Revert "adb: add transport benchmark.""" by Treehugger Robot · 7 years ago
  87. 9c59649 Revert "Revert "adb: add transport benchmark."" by Josh Gao · 7 years ago
  88. 57e97cb Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 7 years ago
  89. 9c8c038 Merge "Move adb/fastboot bash completion into adb/fastboot." by Elliott Hughes · 7 years ago
  90. fbfa0e8 Move adb/fastboot bash completion into adb/fastboot. by Elliott Hughes · 7 years ago
  91. 3876e37 Merge "Revert "adb: add transport benchmark."" by David Brazdil · 7 years ago
  92. 2ef56a1 Revert "adb: add transport benchmark." by David Brazdil · 7 years ago
  93. 3f6ef0d Merge "adb: add transport benchmark." by Josh Gao · 7 years ago
  94. d78f59c adb: add transport benchmark. by Josh Gao · 7 years ago
  95. c251ec5 adb: don't abort when connecting to the same address twice. by Josh Gao · 7 years ago
  96. 7651eb9 adb: try harder to fill our test sockets. by Josh Gao · 7 years ago
  97. 954e128 adb: don't set has_write_error on success. by Josh Gao · 7 years ago
  98. 7ab5571 adb: move ownership of the fdevent thread into FdeventTest. by Josh Gao · 7 years ago
  99. fa30bf3 adb: guarantee that fdevent_run_on_main_thread happens last. by Josh Gao · 7 years ago
  100. 05fb45b adb: fix FdeventTest.invalid_fd on Windows. by Josh Gao · 7 years ago