1. 204c476 adb: clean up debug tracing a little. by Yabin Cui · 10 years ago
  2. 04087d8 adb/base win32 tests: fix comment and open() flags by Spencer Low · 10 years ago
  3. e2cbf2a Merge "adb: add unit test for fdevent." by Yabin Cui · 10 years ago
  4. bda967b Merge "adb: improve names for transport threads." by Yabin Cui · 10 years ago
  5. a11528b adb: improve names for transport threads. by Yabin Cui · 10 years ago
  6. 7623e22 adb: remove workaround for b/6558362. by Yabin Cui · 10 years ago
  7. 58c12cc Distinguish transport threads. by Elliott Hughes · 10 years ago
  8. af97a67 adb: set thread names (linux & mac) by Siva Velusamy · 10 years ago
  9. dda70e4 adb: add unit test for fdevent. by Yabin Cui · 10 years ago
  10. dbc8675 Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 10 years ago
  11. 8911d9d Merge "adb: clean up transport disconnect operations." by Yabin Cui · 10 years ago
  12. b52972e fatal and fatal_errno should be noreturn. by Elliott Hughes · 10 years ago
  13. af84e27 adb: clean up transport disconnect operations. by Yabin Cui · 10 years ago
  14. c2dd099 Merge "Improve adb tracing." by Elliott Hughes · 10 years ago
  15. ae717f8 Improve adb tracing. by Elliott Hughes · 10 years ago
  16. 7317856 Merge "adb: call run_transport_disconnects() only once." by Yabin Cui · 10 years ago
  17. 1233c1a Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 10 years ago
  18. 3b873de Merge "adb unittest: get test_unicode_paths passing on win32" by Elliott Hughes · 10 years ago
  19. 9e53fb3 Merge "adb: fix adb install and adb push exit code, error handling, unittest" by Elliott Hughes · 10 years ago
  20. c2be65a adb: call run_transport_disconnects() only once. by Yabin Cui · 10 years ago
  21. b5170e7 adb: fix adb install and adb push exit code, error handling, unittest by Spencer Low · 10 years ago
  22. 967faf8 adb unittest: get test_unicode_paths passing on win32 by Spencer Low · 10 years ago
  23. 12b991d adb: remove adisconnect in aremotesocket. by Yabin Cui · 10 years ago
  24. e17e71e adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 10 years ago
  25. 37ffa1a Merge "adb: fix a fake data race on transport:kick reported by tsan." by Yabin Cui · 10 years ago
  26. abe8b45 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 10 years ago
  27. 54377e5 adb: fix a fake data race on transport:kick reported by tsan. by Yabin Cui · 10 years ago
  28. 91a3465 Merge "adb: fix a data race in local_socket_event_func." by Yabin Cui · 10 years ago
  29. 02dad82 adb: fix a data race in local_socket_event_func. by Yabin Cui · 10 years ago
  30. 3c8d727 adb: keep all asocket operations in the main thread. by Yabin Cui · 10 years ago
  31. 40a0d0a Don't build 32-bit host libadb. by Elliott Hughes · 10 years ago
  32. 6265554 Possible Mac build fix. by Elliott Hughes · 10 years ago
  33. 099d2ea Not all filesystems support setting SELinux labels. by Elliott Hughes · 10 years ago
  34. 12093e4 Move adb's selinux_android_restorecon up and check for failures. by Elliott Hughes · 10 years ago
  35. 3566a6b Merge "EINTR is handled by adb_read/unix_read and friends." by Elliott Hughes · 10 years ago
  36. c6c91c4 Fix the fs_config call. by Elliott Hughes · 10 years ago
  37. 3bc7eb3 Fix 32-bit build. by Elliott Hughes · 10 years ago
  38. cc54a3a EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 10 years ago
  39. d2299a5 Clean up error handling/reporting in file_sync_service.cpp. by Elliott Hughes · 10 years ago
  40. b7ae6a1 Merge "Add missing #include <memory> for std::unique_ptr on Windows." by Elliott Hughes · 10 years ago
  41. 2e7effa Add missing #include <memory> for std::unique_ptr on Windows. by Elliott Hughes · 10 years ago
  42. 6f5d06e There are no big endian hosts, grandpa. by Elliott Hughes · 10 years ago
  43. 3e288b6 Merge "adb sync cleanup." by Elliott Hughes · 10 years ago
  44. 6b5effe adb sync cleanup. by Elliott Hughes · 10 years ago
  45. d78ecaf Merge "adbd: enable USB SuperSpeed (again)" by Badhri Jagan Sridharan · 10 years ago
  46. 15dc9a6 Merge "Use glog for logging in the OSX USB layer" by Siva Velusamy · 10 years ago
  47. 1e1d393 Use glog for logging in the OSX USB layer by Siva Velusamy · 10 years ago
  48. ef3d995 bundle init.rc contents with its service by Tom Cherry · 10 years ago
  49. 7f92371 adb: win32: fix unittest exit code parsing by Spencer Low · 10 years ago
  50. 9ae2adb Add `adb features`. by Dan Albert · 10 years ago
  51. 350cb2a Add feature list to connection banner. by Dan Albert · 10 years ago
  52. 3c55d9d Start iterating USB pipe endpoints from 1. by Elliott Hughes · 10 years ago
  53. 3ab53e1 adb: On Mac, clear both host and device endpoints at startup by Siva Velusamy · 10 years ago
  54. 765d64c Merge "adb: improve network error info" by Elliott Hughes · 10 years ago
  55. c4d2a0b Merge "adb: win32: fix shutdown deadlock" by Elliott Hughes · 10 years ago
  56. 785b747 adb: start-server and kill-server error output by Spencer Low · 10 years ago
  57. 1cf24ae adb: win32: fix shutdown deadlock by Spencer Low · 10 years ago
  58. 53e32b8 adb: Fix PTY logic for non-interactive shells. by David Pursell · 10 years ago
  59. e16d03e Merge "Remove confusing variable HOST." by Yabin Cui · 10 years ago
  60. d4272e2 Always include the adb version in the log. by Elliott Hughes · 10 years ago
  61. b883357 adb: make stdin/stdout/stderr redirection errors fatal by Spencer Low · 10 years ago
  62. 750c9e6 Merge "adb: call android::base::InitLogging even when adb tracing is disabled" by Elliott Hughes · 10 years ago
  63. a363984 Merge "Add missing includes." by Dan Albert · 10 years ago
  64. 8384b02 adb: improve network error info by Spencer Low · 10 years ago
  65. 55294dc Add missing includes. by Dan Albert · 10 years ago
  66. 470e993 adb: call android::base::InitLogging even when adb tracing is disabled by Spencer Low · 10 years ago
  67. d3fdd7f Merge "adb: win32: fix USB device hang when resuming from sleep/hibernation" by Elliott Hughes · 10 years ago
  68. b4654a6 Remove confusing variable HOST. by Yabin Cui · 10 years ago
  69. ef55c31 adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 10 years ago
  70. e152a19 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 10 years ago
  71. 07f0d70 Merge "adb: fix killing of old version of adb process" by Elliott Hughes · 10 years ago
  72. f084448 Merge "win32: adb_test/libbase_test fixes" by Elliott Hughes · 10 years ago
  73. 89a0d43 win32: adb_test/libbase_test fixes by Spencer Low · 10 years ago
  74. 5d2bda9 Merge "Include the error code if GetPipeProperties fails." by Elliott Hughes · 10 years ago
  75. ca1ef56 Include the error code if GetPipeProperties fails. by Elliott Hughes · 10 years ago
  76. 19e47eb adb: fix killing of old version of adb process by Spencer Low · 10 years ago
  77. 7263987 Enable perfboot.py to install APKs before measurement. by Yasuhiro Matsuda · 10 years ago
  78. 8b618db Merge "Fix a comment typo." by Elliott Hughes · 10 years ago
  79. 8e5e589 Merge "adb: win32: file descriptor reliability improvements" by Elliott Hughes · 10 years ago
  80. 5d8dc44 Fix a comment typo. by Elliott Hughes · 10 years ago
  81. 340ea2d Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc" by Elliott Hughes · 10 years ago
  82. c8f4506 Merge "adb: win32: call SystemErrorCodeToString() from more places" by Elliott Hughes · 10 years ago
  83. b70899e Leave the evidence lying around if an adb test fails. by Elliott Hughes · 10 years ago
  84. 9f3f56f adb: fix mkdirs / adb pull with relative paths, fix win32 issues by Spencer Low · 10 years ago
  85. d355c5a adb_test/libbase_test: win32: get some tests working by Spencer Low · 10 years ago
  86. 0eb476c adb: win32: call SystemErrorCodeToString() from more places by Spencer Low · 10 years ago
  87. 5729421 adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc by Spencer Low · 10 years ago
  88. a25cac3 adb: win32: fix USB device hang when resuming from sleep/hibernation by Spencer Low · 10 years ago
  89. 293fa18 Remove adb's unused get_my_path for Windows. by Elliott Hughes · 10 years ago
  90. c501484 Merge "adb: poll for emulator connection." by Yabin Cui · 10 years ago
  91. 9bac2a2 Merge "adb: win32: Unicode path names, env vars, some console support" by Elliott Hughes · 10 years ago
  92. 22d86c9 adb: win32: file descriptor reliability improvements by Spencer Low · 10 years ago
  93. 2a5ebb8 adb: poll for emulator connection. by Yabin Cui · 10 years ago
  94. 74dc536 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 10 years ago
  95. 2b3e0fa Clean up -p handling slightly. by Elliott Hughes · 10 years ago
  96. b7f527d Merge "adb: win32: initial IPv6 support and improved Winsock error reporting" by Elliott Hughes · 10 years ago
  97. c4841c6 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 10 years ago
  98. 1ab316f Make clear of the data length sent by write_packet. by Yabin Cui · 10 years ago
  99. cc4634c More adb cleanup. by Elliott Hughes · 10 years ago
  100. 111da5e Write mkdirs in more idiomatic C++ style. by Alex Vallée · 10 years ago