1. a36f4d6 Merge "adb: bump server version to prevent feature mismatch." by David Pursell · 9 years ago
  2. d2b588e adb: fix adbd feature parsing for no features. by David Pursell · 9 years ago
  3. bbe3d21 adb: bump server version to prevent feature mismatch. by David Pursell · 9 years ago
  4. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  5. 4e2fd36 adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  6. 2b5f5fb Merge "base logging: fix errno restoring, severity conditionality, dangling ifs" by Yabin Cui · 9 years ago
  7. 765ae6b base logging: fix errno restoring, severity conditionality, dangling ifs by Spencer Low · 9 years ago
  8. 8858883 Move python-adb to development/python-packages. by Dan Albert · 9 years ago
  9. 1ce0608 adb unittest for win32 handle inheritance by Spencer Low · 9 years ago
  10. 1d758c9 Merge "adb unittest: make test_sync properly cleanup after itself" by Elliott Hughes · 9 years ago
  11. 0b743df Merge "Add unit tests for local socket." by Yabin Cui · 9 years ago
  12. bc36bdb adb: win32: fix regression on older versions of Windows by Spencer Low · 9 years ago
  13. c1b1f6f Add unit tests for local socket. by Yabin Cui · 9 years ago
  14. fa965d9 Merge "adb: move adb to poll." by Yabin Cui · 9 years ago
  15. 544e795 adb: Kill subprocess when the client exits. by David Pursell · 9 years ago
  16. a108016 adb: move adb to poll. by Yabin Cui · 9 years ago
  17. 80fdc0b adb unittest: make test_sync properly cleanup after itself by Spencer Low · 9 years ago
  18. 71c8312 adb: Fix missing shell protocol usage. by David Pursell · 9 years ago
  19. 76f4a65 Merge changes from topic 'adb_shell' by David Pursell · 9 years ago
  20. b404dec adb: fix shell_service_protocol_test for Windows. by David Pursell · 9 years ago
  21. 2f57720 Fix (Windows) build. by Elliott Hughes · 9 years ago
  22. 0ad13cf Merge "fix adb_test Windows build" by Elliott Hughes · 9 years ago
  23. e6ae573 adb: win32: make adb_getenv() case-insensitive by Spencer Low · 9 years ago
  24. ebf770f fix adb_test Windows build by Spencer Low · 9 years ago
  25. 606835a adb: add client side shell protocol and enable. by David Pursell · 9 years ago
  26. 0955c66 adb: implement shell protocol. by David Pursell · 9 years ago
  27. 31139af Merge "adb: create shell protocol class (take 2)." by David Pursell · 9 years ago
  28. aaf4fcf Merge "Remove HOST_OS==windows check" by Dan Willemsen · 9 years ago
  29. 4ddb6a3 Merge "adb: remove unnecessary dependencies of liblog." by Yabin Cui · 9 years ago
  30. cb992d9 adb: remove unnecessary dependencies of liblog. by Yabin Cui · 9 years ago
  31. b9e2e84 adb: create shell protocol class (take 2). by David Pursell · 9 years ago
  32. a13df30 adb: refactor _is_valid_ack_reply_fd by Spencer Low · 9 years ago
  33. da0b011 Merge "Revert "adb: create shell protocol class."" by David Pursell · 9 years ago
  34. d9b7419 Revert "adb: create shell protocol class." by David Pursell · 9 years ago
  35. e4c1bb5 Merge "adb: `features` passes transport features." by David Pursell · 9 years ago
  36. 2154153 Merge changes from topic 'adb_shell_prework' by David Pursell · 9 years ago
  37. 880be43 adb: `features` passes transport features. by David Pursell · 9 years ago
  38. 66680c5 Remove HOST_OS==windows check by Dan Willemsen · 9 years ago
  39. 73096f2 adb: create shell protocol class. by David Pursell · 9 years ago
  40. a932058 adb: refactor subprocess code. by David Pursell · 9 years ago
  41. 80f6702 adb: move shell service to a separate file. by David Pursell · 9 years ago
  42. 2270dbb combine adbd.rc with init.usb.rc by Tom Cherry · 9 years ago
  43. 081696d Improve adb sync_send error reporting. by Elliott Hughes · 9 years ago
  44. 6562c15 Merge "adb: clean up debug tracing a little." by Yabin Cui · 9 years ago
  45. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  46. 87a419c Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 9 years ago
  47. 2fbeb0c adb/base win32 tests: fix comment and open() flags by Spencer Low · 9 years ago
  48. 2ae47a0 Merge "adb: add unit test for fdevent." by Yabin Cui · 9 years ago
  49. 1e19317 Merge "adb: improve names for transport threads." by Yabin Cui · 9 years ago
  50. d6ab3c2 adb: improve names for transport threads. by Yabin Cui · 9 years ago
  51. c642458 adb: remove workaround for b/6558362. by Yabin Cui · 9 years ago
  52. 0c3914a Distinguish transport threads. by Elliott Hughes · 9 years ago
  53. 49ee7cf adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  54. bec02fc adb: add unit test for fdevent. by Yabin Cui · 9 years ago
  55. 9f07f87 Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 9 years ago
  56. a3bdc6a Merge "adb: clean up transport disconnect operations." by Yabin Cui · 9 years ago
  57. 2f3342f fatal and fatal_errno should be noreturn. by Elliott Hughes · 9 years ago
  58. b329824 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
  59. f622458 Merge "Improve adb tracing." by Elliott Hughes · 9 years ago
  60. bd4b1fa Improve adb tracing. by Elliott Hughes · 9 years ago
  61. 88a51cd Merge "adb: call run_transport_disconnects() only once." by Yabin Cui · 9 years ago
  62. e73a8a2 Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 9 years ago
  63. a54f14e Merge "adb unittest: get test_unicode_paths passing on win32" by Elliott Hughes · 9 years ago
  64. 1d9253f Merge "adb: fix adb install and adb push exit code, error handling, unittest" by Elliott Hughes · 9 years ago
  65. 12d7f09 adb: call run_transport_disconnects() only once. by Yabin Cui · 9 years ago
  66. d8cce18 adb: fix adb install and adb push exit code, error handling, unittest by Spencer Low · 9 years ago
  67. de4505f adb unittest: get test_unicode_paths passing on win32 by Spencer Low · 9 years ago
  68. fd28f32 adb: remove adisconnect in aremotesocket. by Yabin Cui · 9 years ago
  69. f4b9928 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 9 years ago
  70. f306812 Merge "adb: fix a fake data race on transport:kick reported by tsan." by Yabin Cui · 9 years ago
  71. 2122c7a win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
  72. d8459b3 adb: fix a fake data race on transport:kick reported by tsan. by Yabin Cui · 9 years ago
  73. 804180b Merge "adb: fix a data race in local_socket_event_func." by Yabin Cui · 9 years ago
  74. 0067412 adb: fix a data race in local_socket_event_func. by Yabin Cui · 9 years ago
  75. 34f45c5 adb: keep all asocket operations in the main thread. by Yabin Cui · 9 years ago
  76. daa6c46 Don't build 32-bit host libadb. by Elliott Hughes · 9 years ago
  77. 62077d3 Possible Mac build fix. by Elliott Hughes · 9 years ago
  78. 3834440 Not all filesystems support setting SELinux labels. by Elliott Hughes · 9 years ago
  79. 0adc097 Move adb's selinux_android_restorecon up and check for failures. by Elliott Hughes · 9 years ago
  80. e8e272c Merge "EINTR is handled by adb_read/unix_read and friends." by Elliott Hughes · 9 years ago
  81. 7baecbe Fix the fs_config call. by Elliott Hughes · 9 years ago
  82. 56bf309 Fix 32-bit build. by Elliott Hughes · 9 years ago
  83. 8fcd8bc EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  84. fdd4e58 Clean up error handling/reporting in file_sync_service.cpp. by Elliott Hughes · 9 years ago
  85. 42640e5 Merge "Add missing #include <memory> for std::unique_ptr on Windows." by Elliott Hughes · 9 years ago
  86. a925dba Add missing #include <memory> for std::unique_ptr on Windows. by Elliott Hughes · 9 years ago
  87. f446520 There are no big endian hosts, grandpa. by Elliott Hughes · 9 years ago
  88. 186f1de Merge "adb sync cleanup." by Elliott Hughes · 9 years ago
  89. aa24549 adb sync cleanup. by Elliott Hughes · 9 years ago
  90. e3c0288 Merge "adbd: enable USB SuperSpeed (again)" by Badhri Jagan Sridharan · 9 years ago
  91. 9498fc6 Merge "Use glog for logging in the OSX USB layer" by Siva Velusamy · 9 years ago
  92. 743883b Use glog for logging in the OSX USB layer by Siva Velusamy · 9 years ago
  93. 20391b1 bundle init.rc contents with its service by Tom Cherry · 9 years ago
  94. b7e79af adb: win32: fix unittest exit code parsing by Spencer Low · 9 years ago
  95. 90d4b73 Add `adb features`. by Dan Albert · 9 years ago
  96. 1792c23 Add feature list to connection banner. by Dan Albert · 9 years ago
  97. 2d4f852 Start iterating USB pipe endpoints from 1. by Elliott Hughes · 9 years ago
  98. d8b48a6 adb: On Mac, clear both host and device endpoints at startup by Siva Velusamy · 9 years ago
  99. 57532b2 Merge "adb: improve network error info" by Elliott Hughes · 9 years ago
  100. 8836031 Merge "adb: win32: fix shutdown deadlock" by Elliott Hughes · 9 years ago