1. 1cc079a Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 9 years ago
  2. 7d5e6e6 adb/base win32 tests: fix comment and open() flags by Spencer Low · 9 years ago
  3. 4898799 Merge "adb: add unit test for fdevent." by Yabin Cui · 9 years ago
  4. b24a86d Merge "adb: improve names for transport threads." by Yabin Cui · 9 years ago
  5. 32926d6 Merge "adb: remove workaround for b/6558362." by Yabin Cui · 9 years ago
  6. 4e22229 adb: improve names for transport threads. by Yabin Cui · 9 years ago
  7. 6760d01 adb: remove workaround for b/6558362. by Yabin Cui · 9 years ago
  8. 402331e Merge "Distinguish transport threads." by Elliott Hughes · 9 years ago
  9. f050f68 Distinguish transport threads. by Elliott Hughes · 9 years ago
  10. 9e32d55 Merge "adb: set thread names (linux & mac)" by Siva Velusamy · 9 years ago
  11. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  12. 7c92f0a adb: add unit test for fdevent. by Yabin Cui · 9 years ago
  13. 5fea491 Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 9 years ago
  14. 5f84bc2 Merge "adb: clean up transport disconnect operations." by Yabin Cui · 9 years ago
  15. dd01a37 fatal and fatal_errno should be noreturn. by Elliott Hughes · 9 years ago
  16. 2d4c198 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
  17. 2adebd1 Merge "Improve adb tracing." by Elliott Hughes · 9 years ago
  18. 0ea5924 Improve adb tracing. by Elliott Hughes · 9 years ago
  19. 81aa502 Merge "adb: call run_transport_disconnects() only once." by Yabin Cui · 9 years ago
  20. 179d67a Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 9 years ago
  21. 09c62f4 Merge "adb unittest: get test_unicode_paths passing on win32" by Elliott Hughes · 9 years ago
  22. a5868a7 Merge "adb: fix adb install and adb push exit code, error handling, unittest" by Elliott Hughes · 9 years ago
  23. ca368bc adb: call run_transport_disconnects() only once. by Yabin Cui · 9 years ago
  24. c1a3133 adb: fix adb install and adb push exit code, error handling, unittest by Spencer Low · 9 years ago
  25. 4e639e6 adb unittest: get test_unicode_paths passing on win32 by Spencer Low · 9 years ago
  26. 70ec57b adb: remove adisconnect in aremotesocket. by Yabin Cui · 9 years ago
  27. 4d64fd8 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 9 years ago
  28. d4641cc Merge "adb: fix a fake data race on transport:kick reported by tsan." by Yabin Cui · 9 years ago
  29. 2bbb3a9 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
  30. d6662ec adb: fix a fake data race on transport:kick reported by tsan. by Yabin Cui · 9 years ago
  31. 736ab39 Merge "adb: fix a data race in local_socket_event_func." by Yabin Cui · 9 years ago
  32. 8e503aa adb: fix a data race in local_socket_event_func. by Yabin Cui · 9 years ago
  33. 10dedd8 adb: keep all asocket operations in the main thread. by Yabin Cui · 9 years ago
  34. 9e0f034 Don't build 32-bit host libadb. by Elliott Hughes · 9 years ago
  35. 46d4c27 Merge "Possible Mac build fix." by Elliott Hughes · 9 years ago
  36. 8dc9c86 Possible Mac build fix. by Elliott Hughes · 9 years ago
  37. bfd8937 Not all filesystems support setting SELinux labels. by Elliott Hughes · 9 years ago
  38. 4be21af Merge "Move adb's selinux_android_restorecon up and check for failures." by Elliott Hughes · 9 years ago
  39. 4f97b61 Move adb's selinux_android_restorecon up and check for failures. by Elliott Hughes · 9 years ago
  40. 219bc64 Merge "EINTR is handled by adb_read/unix_read and friends." by Elliott Hughes · 9 years ago
  41. 0b68420 Merge "Fix the fs_config call." by Elliott Hughes · 9 years ago
  42. 3dcb3bf Fix the fs_config call. by Elliott Hughes · 9 years ago
  43. 687d6ad Merge "Fix 32-bit build." by Elliott Hughes · 9 years ago
  44. 8979ed2 Fix 32-bit build. by Elliott Hughes · 9 years ago
  45. 0bd8587 EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  46. 7e9b6d6 Merge "Clean up error handling/reporting in file_sync_service.cpp." by Elliott Hughes · 9 years ago
  47. d73ef20 Clean up error handling/reporting in file_sync_service.cpp. by Elliott Hughes · 9 years ago
  48. 59ce781 Merge "Add missing #include <memory> for std::unique_ptr on Windows." by Elliott Hughes · 9 years ago
  49. 4e7848d Add missing #include <memory> for std::unique_ptr on Windows. by Elliott Hughes · 9 years ago
  50. 6bba79c Merge "There are no big endian hosts, grandpa." by Elliott Hughes · 9 years ago
  51. 9e8e355 There are no big endian hosts, grandpa. by Elliott Hughes · 9 years ago
  52. 7907b53 Merge "adb sync cleanup." by Elliott Hughes · 9 years ago
  53. b628cb1 adb sync cleanup. by Elliott Hughes · 9 years ago
  54. c793f39 Merge "adbd: enable USB SuperSpeed (again)" by Badhri Jagan Sridharan · 9 years ago
  55. ac5c766 Merge "Use glog for logging in the OSX USB layer" by Siva Velusamy · 9 years ago
  56. 878e36b Use glog for logging in the OSX USB layer by Siva Velusamy · 9 years ago
  57. faa5707 bundle init.rc contents with its service by Tom Cherry · 9 years ago
  58. c499eeb adb: win32: fix unittest exit code parsing by Spencer Low · 9 years ago
  59. 44be5ce Merge "Add `adb features`." by David Pursell · 9 years ago
  60. e5a7244 Merge "Add feature list to connection banner." by David Pursell · 9 years ago
  61. 996c12e Add `adb features`. by Dan Albert · 9 years ago
  62. be8e54b Add feature list to connection banner. by Dan Albert · 9 years ago
  63. 6d6cb54 Start iterating USB pipe endpoints from 1. by Elliott Hughes · 9 years ago
  64. 1a7cd18 Merge "adb: On Mac, clear both host and device endpoints at startup" by Siva Velusamy · 9 years ago
  65. 3ce4607 adb: On Mac, clear both host and device endpoints at startup by Siva Velusamy · 9 years ago
  66. 2521f51 Merge "adb: improve network error info" by Elliott Hughes · 9 years ago
  67. 2ccc459 Merge "adb: win32: fix shutdown deadlock" by Elliott Hughes · 9 years ago
  68. d9fdff1 Merge "adb: start-server and kill-server error output" by Elliott Hughes · 9 years ago
  69. 85ee64b adb: start-server and kill-server error output by Spencer Low · 9 years ago
  70. c7c1ca6 adb: win32: fix shutdown deadlock by Spencer Low · 9 years ago
  71. 086ed87 Merge "adb: Fix PTY logic for non-interactive shells." by David Pursell · 9 years ago
  72. 87c2995 adb: Fix PTY logic for non-interactive shells. by David Pursell · 9 years ago
  73. 3b1a373 Merge "Remove confusing variable HOST." by Yabin Cui · 9 years ago
  74. dd96569 Merge "Always include the adb version in the log." by Elliott Hughes · 9 years ago
  75. b9f0164 Always include the adb version in the log. by Elliott Hughes · 9 years ago
  76. fe6ab81 adb: make stdin/stdout/stderr redirection errors fatal by Spencer Low · 9 years ago
  77. c239b45 Merge "adb: call android::base::InitLogging even when adb tracing is disabled" by Elliott Hughes · 9 years ago
  78. 7b143de Merge "Add missing includes." by Dan Albert · 9 years ago
  79. 3262585 adb: improve network error info by Spencer Low · 9 years ago
  80. 80e45e7 Add missing includes. by Dan Albert · 9 years ago
  81. 566d3e1 adb: call android::base::InitLogging even when adb tracing is disabled by Spencer Low · 9 years ago
  82. 3a69863 Merge "adb: win32: fix USB device hang when resuming from sleep/hibernation" by Elliott Hughes · 9 years ago
  83. 5fe6d0d Remove confusing variable HOST. by Yabin Cui · 9 years ago
  84. b28812f adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 9 years ago
  85. a55dbd8 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 9 years ago
  86. acbdda4 Merge "adb: fix killing of old version of adb process" by Elliott Hughes · 9 years ago
  87. 41a5888 Merge "win32: adb_test/libbase_test fixes" by Elliott Hughes · 9 years ago
  88. f96845c win32: adb_test/libbase_test fixes by Spencer Low · 9 years ago
  89. 65b8447 Merge "Include the error code if GetPipeProperties fails." by Elliott Hughes · 9 years ago
  90. d9ce0ff Include the error code if GetPipeProperties fails. by Elliott Hughes · 9 years ago
  91. 2218c75 adb: fix killing of old version of adb process by Spencer Low · 9 years ago
  92. 1184254 Enable perfboot.py to install APKs before measurement. by Yasuhiro Matsuda · 9 years ago
  93. a7549c6 Merge "Fix a comment typo." by Elliott Hughes · 9 years ago
  94. 83d2e62 Merge "adb: win32: file descriptor reliability improvements" by Elliott Hughes · 9 years ago
  95. 1ba5309 Fix a comment typo. by Elliott Hughes · 9 years ago
  96. e103818 Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc" by Elliott Hughes · 9 years ago
  97. bffb3de Merge "adb: win32: call SystemErrorCodeToString() from more places" by Elliott Hughes · 9 years ago
  98. 69de294 Leave the evidence lying around if an adb test fails. by Elliott Hughes · 9 years ago
  99. ba304d7 Merge "adb: fix mkdirs / adb pull with relative paths, fix win32 issues" by Elliott Hughes · 9 years ago
  100. 939d000 adb: fix mkdirs / adb pull with relative paths, fix win32 issues by Spencer Low · 9 years ago