1. ec5ee58 Merge changes from topic 'adb_shell_prework' by David Pursell · 10 years ago
  2. b41de44 adb: create shell protocol class. by David Pursell · 10 years ago
  3. be79b86 adb: refactor subprocess code. by David Pursell · 10 years ago
  4. 5079abc adb: move shell service to a separate file. by David Pursell · 10 years ago
  5. 61475a3 combine adbd.rc with init.usb.rc by Tom Cherry · 10 years ago
  6. ef09bbc Improve adb sync_send error reporting. by Elliott Hughes · 10 years ago
  7. 4ff7feb Merge "adb: clean up debug tracing a little." by Yabin Cui · 10 years ago
  8. 0a1894a adb: clean up debug tracing a little. by Yabin Cui · 10 years ago
  9. 70c31c8 Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 10 years ago
  10. 10f5c93 adb/base win32 tests: fix comment and open() flags by Spencer Low · 10 years ago
  11. b719538 Merge "adb: add unit test for fdevent." by Yabin Cui · 10 years ago
  12. 1a8160d Merge "adb: improve names for transport threads." by Yabin Cui · 10 years ago
  13. 3303687 adb: improve names for transport threads. by Yabin Cui · 10 years ago
  14. 55c3cd5 adb: remove workaround for b/6558362. by Yabin Cui · 10 years ago
  15. 0be5141 Distinguish transport threads. by Elliott Hughes · 10 years ago
  16. fbdd87e adb: set thread names (linux & mac) by Siva Velusamy · 10 years ago
  17. c37e0d6 adb: add unit test for fdevent. by Yabin Cui · 10 years ago
  18. b816344 Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 10 years ago
  19. 17edcb6 Merge "adb: clean up transport disconnect operations." by Yabin Cui · 10 years ago
  20. 935da31 fatal and fatal_errno should be noreturn. by Elliott Hughes · 10 years ago
  21. b1c3f94 adb: clean up transport disconnect operations. by Yabin Cui · 10 years ago
  22. f03d1ab Merge "Improve adb tracing." by Elliott Hughes · 10 years ago
  23. c516f80 Improve adb tracing. by Elliott Hughes · 10 years ago
  24. 3d4ef66 Merge "adb: call run_transport_disconnects() only once." by Yabin Cui · 10 years ago
  25. 3c3c81f Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 10 years ago
  26. 680d881 Merge "adb unittest: get test_unicode_paths passing on win32" by Elliott Hughes · 10 years ago
  27. c93c5a3 Merge "adb: fix adb install and adb push exit code, error handling, unittest" by Elliott Hughes · 10 years ago
  28. c4595b6 adb: call run_transport_disconnects() only once. by Yabin Cui · 10 years ago
  29. 77e9e5d adb: fix adb install and adb push exit code, error handling, unittest by Spencer Low · 10 years ago
  30. ebb2f05 adb unittest: get test_unicode_paths passing on win32 by Spencer Low · 10 years ago
  31. 31bc13b adb: remove adisconnect in aremotesocket. by Yabin Cui · 10 years ago
  32. ec2ec7a adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 10 years ago
  33. ff8b039 Merge "adb: fix a fake data race on transport:kick reported by tsan." by Yabin Cui · 10 years ago
  34. 5719929 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 10 years ago
  35. ea049bc adb: fix a fake data race on transport:kick reported by tsan. by Yabin Cui · 10 years ago
  36. 487323d Merge "adb: fix a data race in local_socket_event_func." by Yabin Cui · 10 years ago
  37. 926d344 adb: fix a data race in local_socket_event_func. by Yabin Cui · 10 years ago
  38. d192c44 adb: keep all asocket operations in the main thread. by Yabin Cui · 10 years ago
  39. 26b5163 Don't build 32-bit host libadb. by Elliott Hughes · 10 years ago
  40. d1b7a56 Possible Mac build fix. by Elliott Hughes · 10 years ago
  41. be92f64 Not all filesystems support setting SELinux labels. by Elliott Hughes · 10 years ago
  42. 0b79e3e Move adb's selinux_android_restorecon up and check for failures. by Elliott Hughes · 10 years ago
  43. 809c444 Merge "EINTR is handled by adb_read/unix_read and friends." by Elliott Hughes · 10 years ago
  44. 4fcbd26 Fix the fs_config call. by Elliott Hughes · 10 years ago
  45. 175d579 Fix 32-bit build. by Elliott Hughes · 10 years ago
  46. 0f5083a EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 10 years ago
  47. d5147b9 Clean up error handling/reporting in file_sync_service.cpp. by Elliott Hughes · 10 years ago
  48. 8d327bf Merge "Add missing #include <memory> for std::unique_ptr on Windows." by Elliott Hughes · 10 years ago
  49. ef555d2 Add missing #include <memory> for std::unique_ptr on Windows. by Elliott Hughes · 10 years ago
  50. 34c8963 There are no big endian hosts, grandpa. by Elliott Hughes · 10 years ago
  51. 3474f5e Merge "adb sync cleanup." by Elliott Hughes · 10 years ago
  52. d7efa5a adb sync cleanup. by Elliott Hughes · 10 years ago
  53. e345392 Merge "adbd: enable USB SuperSpeed (again)" by Badhri Jagan Sridharan · 10 years ago
  54. 66b8f66 Merge "Use glog for logging in the OSX USB layer" by Siva Velusamy · 10 years ago
  55. 09f41d9 Use glog for logging in the OSX USB layer by Siva Velusamy · 10 years ago
  56. 421a020 bundle init.rc contents with its service by Tom Cherry · 10 years ago
  57. 5aa6b52 adb: win32: fix unittest exit code parsing by Spencer Low · 10 years ago
  58. 50560d1 Add `adb features`. by Dan Albert · 10 years ago
  59. 3abbbd2 Add feature list to connection banner. by Dan Albert · 10 years ago
  60. ef7f9e4 Start iterating USB pipe endpoints from 1. by Elliott Hughes · 10 years ago
  61. 543df78 adb: On Mac, clear both host and device endpoints at startup by Siva Velusamy · 10 years ago
  62. e7dd568 Merge "adb: improve network error info" by Elliott Hughes · 10 years ago
  63. 705735b Merge "adb: win32: fix shutdown deadlock" by Elliott Hughes · 10 years ago
  64. 4b54b4a adb: start-server and kill-server error output by Spencer Low · 10 years ago
  65. 928b36d adb: win32: fix shutdown deadlock by Spencer Low · 10 years ago
  66. 34ea8bd adb: Fix PTY logic for non-interactive shells. by David Pursell · 10 years ago
  67. 23d7bfc Merge "Remove confusing variable HOST." by Yabin Cui · 10 years ago
  68. 0e70b5c Always include the adb version in the log. by Elliott Hughes · 10 years ago
  69. 58633b8 adb: make stdin/stdout/stderr redirection errors fatal by Spencer Low · 10 years ago
  70. 39c7b3b Merge "adb: call android::base::InitLogging even when adb tracing is disabled" by Elliott Hughes · 10 years ago
  71. aae2ee5 Merge "Add missing includes." by Dan Albert · 10 years ago
  72. 4a3c507 adb: improve network error info by Spencer Low · 10 years ago
  73. 56f8f3f Add missing includes. by Dan Albert · 10 years ago
  74. 77708f2 adb: call android::base::InitLogging even when adb tracing is disabled by Spencer Low · 10 years ago
  75. c42e691 Merge "adb: win32: fix USB device hang when resuming from sleep/hibernation" by Elliott Hughes · 10 years ago
  76. 025c424 Remove confusing variable HOST. by Yabin Cui · 10 years ago
  77. d8a6958 adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 10 years ago
  78. b144089 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 10 years ago
  79. 9530450 Merge "adb: fix killing of old version of adb process" by Elliott Hughes · 10 years ago
  80. 2c938e1 Merge "win32: adb_test/libbase_test fixes" by Elliott Hughes · 10 years ago
  81. 461eff8 win32: adb_test/libbase_test fixes by Spencer Low · 10 years ago
  82. 37ad1af Merge "Include the error code if GetPipeProperties fails." by Elliott Hughes · 10 years ago
  83. 99e8de0 Include the error code if GetPipeProperties fails. by Elliott Hughes · 10 years ago
  84. a7253ff adb: fix killing of old version of adb process by Spencer Low · 10 years ago
  85. ddc96ad Enable perfboot.py to install APKs before measurement. by Yasuhiro Matsuda · 10 years ago
  86. 45e5e47 Merge "Fix a comment typo." by Elliott Hughes · 10 years ago
  87. 7257b4c Merge "adb: win32: file descriptor reliability improvements" by Elliott Hughes · 10 years ago
  88. 98298a8 Fix a comment typo. by Elliott Hughes · 10 years ago
  89. e7f0a22 Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc" by Elliott Hughes · 10 years ago
  90. 8e6bc92 Merge "adb: win32: call SystemErrorCodeToString() from more places" by Elliott Hughes · 10 years ago
  91. e58c174 Leave the evidence lying around if an adb test fails. by Elliott Hughes · 10 years ago
  92. 8c1054f adb: fix mkdirs / adb pull with relative paths, fix win32 issues by Spencer Low · 10 years ago
  93. a2cb364 adb_test/libbase_test: win32: get some tests working by Spencer Low · 10 years ago
  94. 67aaa93 adb: win32: call SystemErrorCodeToString() from more places by Spencer Low · 10 years ago
  95. 5c341b4 adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc by Spencer Low · 10 years ago
  96. 1d4b303 adb: win32: fix USB device hang when resuming from sleep/hibernation by Spencer Low · 10 years ago
  97. 4716f80 Remove adb's unused get_my_path for Windows. by Elliott Hughes · 10 years ago
  98. ad432d8 Merge "adb: poll for emulator connection." by Yabin Cui · 10 years ago
  99. a008e8b Merge "adb: win32: Unicode path names, env vars, some console support" by Elliott Hughes · 10 years ago
  100. 5b43096 adb: win32: file descriptor reliability improvements by Spencer Low · 10 years ago