1. aaf4fcf Merge "Remove HOST_OS==windows check" by Dan Willemsen · 11 years ago
  2. 4ddb6a3 Merge "adb: remove unnecessary dependencies of liblog." by Yabin Cui · 11 years ago
  3. cb992d9 adb: remove unnecessary dependencies of liblog. by Yabin Cui · 11 years ago
  4. a13df30 adb: refactor _is_valid_ack_reply_fd by Spencer Low · 11 years ago
  5. da0b011 Merge "Revert "adb: create shell protocol class."" by David Pursell · 11 years ago
  6. d9b7419 Revert "adb: create shell protocol class." by David Pursell · 11 years ago
  7. e4c1bb5 Merge "adb: `features` passes transport features." by David Pursell · 11 years ago
  8. 2154153 Merge changes from topic 'adb_shell_prework' by David Pursell · 11 years ago
  9. 880be43 adb: `features` passes transport features. by David Pursell · 11 years ago
  10. 66680c5 Remove HOST_OS==windows check by Dan Willemsen · 11 years ago
  11. 73096f2 adb: create shell protocol class. by David Pursell · 11 years ago
  12. a932058 adb: refactor subprocess code. by David Pursell · 11 years ago
  13. 80f6702 adb: move shell service to a separate file. by David Pursell · 11 years ago
  14. 2270dbb combine adbd.rc with init.usb.rc by Tom Cherry · 11 years ago
  15. 081696d Improve adb sync_send error reporting. by Elliott Hughes · 11 years ago
  16. 6562c15 Merge "adb: clean up debug tracing a little." by Yabin Cui · 11 years ago
  17. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 11 years ago
  18. 87a419c Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 11 years ago
  19. 2fbeb0c adb/base win32 tests: fix comment and open() flags by Spencer Low · 11 years ago
  20. 2ae47a0 Merge "adb: add unit test for fdevent." by Yabin Cui · 11 years ago
  21. 1e19317 Merge "adb: improve names for transport threads." by Yabin Cui · 11 years ago
  22. d6ab3c2 adb: improve names for transport threads. by Yabin Cui · 11 years ago
  23. c642458 adb: remove workaround for b/6558362. by Yabin Cui · 11 years ago
  24. 0c3914a Distinguish transport threads. by Elliott Hughes · 11 years ago
  25. 49ee7cf adb: set thread names (linux & mac) by Siva Velusamy · 11 years ago
  26. bec02fc adb: add unit test for fdevent. by Yabin Cui · 11 years ago
  27. 9f07f87 Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 11 years ago
  28. a3bdc6a Merge "adb: clean up transport disconnect operations." by Yabin Cui · 11 years ago
  29. 2f3342f fatal and fatal_errno should be noreturn. by Elliott Hughes · 11 years ago
  30. b329824 adb: clean up transport disconnect operations. by Yabin Cui · 11 years ago
  31. f622458 Merge "Improve adb tracing." by Elliott Hughes · 11 years ago
  32. bd4b1fa Improve adb tracing. by Elliott Hughes · 11 years ago
  33. 88a51cd Merge "adb: call run_transport_disconnects() only once." by Yabin Cui · 11 years ago
  34. e73a8a2 Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 11 years ago
  35. a54f14e Merge "adb unittest: get test_unicode_paths passing on win32" by Elliott Hughes · 11 years ago
  36. 1d9253f Merge "adb: fix adb install and adb push exit code, error handling, unittest" by Elliott Hughes · 11 years ago
  37. 12d7f09 adb: call run_transport_disconnects() only once. by Yabin Cui · 11 years ago
  38. d8cce18 adb: fix adb install and adb push exit code, error handling, unittest by Spencer Low · 11 years ago
  39. de4505f adb unittest: get test_unicode_paths passing on win32 by Spencer Low · 11 years ago
  40. fd28f32 adb: remove adisconnect in aremotesocket. by Yabin Cui · 11 years ago
  41. f4b9928 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 11 years ago
  42. f306812 Merge "adb: fix a fake data race on transport:kick reported by tsan." by Yabin Cui · 11 years ago
  43. 2122c7a win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 11 years ago
  44. d8459b3 adb: fix a fake data race on transport:kick reported by tsan. by Yabin Cui · 11 years ago
  45. 804180b Merge "adb: fix a data race in local_socket_event_func." by Yabin Cui · 11 years ago
  46. 0067412 adb: fix a data race in local_socket_event_func. by Yabin Cui · 11 years ago
  47. 34f45c5 adb: keep all asocket operations in the main thread. by Yabin Cui · 11 years ago
  48. daa6c46 Don't build 32-bit host libadb. by Elliott Hughes · 11 years ago
  49. 62077d3 Possible Mac build fix. by Elliott Hughes · 11 years ago
  50. 3834440 Not all filesystems support setting SELinux labels. by Elliott Hughes · 11 years ago
  51. 0adc097 Move adb's selinux_android_restorecon up and check for failures. by Elliott Hughes · 11 years ago
  52. e8e272c Merge "EINTR is handled by adb_read/unix_read and friends." by Elliott Hughes · 11 years ago
  53. 7baecbe Fix the fs_config call. by Elliott Hughes · 11 years ago
  54. 56bf309 Fix 32-bit build. by Elliott Hughes · 11 years ago
  55. 8fcd8bc EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 11 years ago
  56. fdd4e58 Clean up error handling/reporting in file_sync_service.cpp. by Elliott Hughes · 11 years ago
  57. 42640e5 Merge "Add missing #include <memory> for std::unique_ptr on Windows." by Elliott Hughes · 11 years ago
  58. a925dba Add missing #include <memory> for std::unique_ptr on Windows. by Elliott Hughes · 11 years ago
  59. f446520 There are no big endian hosts, grandpa. by Elliott Hughes · 11 years ago
  60. 186f1de Merge "adb sync cleanup." by Elliott Hughes · 11 years ago
  61. aa24549 adb sync cleanup. by Elliott Hughes · 11 years ago
  62. e3c0288 Merge "adbd: enable USB SuperSpeed (again)" by Badhri Jagan Sridharan · 11 years ago
  63. 9498fc6 Merge "Use glog for logging in the OSX USB layer" by Siva Velusamy · 11 years ago
  64. 743883b Use glog for logging in the OSX USB layer by Siva Velusamy · 11 years ago
  65. 20391b1 bundle init.rc contents with its service by Tom Cherry · 11 years ago
  66. b7e79af adb: win32: fix unittest exit code parsing by Spencer Low · 11 years ago
  67. 90d4b73 Add `adb features`. by Dan Albert · 11 years ago
  68. 1792c23 Add feature list to connection banner. by Dan Albert · 11 years ago
  69. 2d4f852 Start iterating USB pipe endpoints from 1. by Elliott Hughes · 11 years ago
  70. d8b48a6 adb: On Mac, clear both host and device endpoints at startup by Siva Velusamy · 11 years ago
  71. 57532b2 Merge "adb: improve network error info" by Elliott Hughes · 11 years ago
  72. 8836031 Merge "adb: win32: fix shutdown deadlock" by Elliott Hughes · 11 years ago
  73. f18fc08 adb: start-server and kill-server error output by Spencer Low · 11 years ago
  74. 87e97ee adb: win32: fix shutdown deadlock by Spencer Low · 11 years ago
  75. d4093f1 adb: Fix PTY logic for non-interactive shells. by David Pursell · 11 years ago
  76. 317acfb Merge "Remove confusing variable HOST." by Yabin Cui · 11 years ago
  77. 42ae260 Always include the adb version in the log. by Elliott Hughes · 11 years ago
  78. 155159c adb: make stdin/stdout/stderr redirection errors fatal by Spencer Low · 11 years ago
  79. b62f6c2 Merge "adb: call android::base::InitLogging even when adb tracing is disabled" by Elliott Hughes · 11 years ago
  80. cef3508 Merge "Add missing includes." by Dan Albert · 11 years ago
  81. bf7c605 adb: improve network error info by Spencer Low · 11 years ago
  82. af9ba4d Add missing includes. by Dan Albert · 11 years ago
  83. 7430916 adb: call android::base::InitLogging even when adb tracing is disabled by Spencer Low · 11 years ago
  84. 7989a7c Merge "adb: win32: fix USB device hang when resuming from sleep/hibernation" by Elliott Hughes · 11 years ago
  85. 661327e Remove confusing variable HOST. by Yabin Cui · 11 years ago
  86. 5c398d2 adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 11 years ago
  87. 9f2d1a9 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 11 years ago
  88. e110167 Merge "adb: fix killing of old version of adb process" by Elliott Hughes · 11 years ago
  89. db3492c Merge "win32: adb_test/libbase_test fixes" by Elliott Hughes · 11 years ago
  90. cbf26b7 win32: adb_test/libbase_test fixes by Spencer Low · 11 years ago
  91. c672cb0 Merge "Include the error code if GetPipeProperties fails." by Elliott Hughes · 11 years ago
  92. 6e02c24 Include the error code if GetPipeProperties fails. by Elliott Hughes · 11 years ago
  93. 71635bb adb: fix killing of old version of adb process by Spencer Low · 11 years ago
  94. c0822e8 Enable perfboot.py to install APKs before measurement. by Yasuhiro Matsuda · 11 years ago
  95. 3cf2a8e Merge "Fix a comment typo." by Elliott Hughes · 11 years ago
  96. feacf20 Merge "adb: win32: file descriptor reliability improvements" by Elliott Hughes · 11 years ago
  97. bfa7c7d Fix a comment typo. by Elliott Hughes · 11 years ago
  98. 6b940e1 Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc" by Elliott Hughes · 11 years ago
  99. 6355f2c Merge "adb: win32: call SystemErrorCodeToString() from more places" by Elliott Hughes · 11 years ago
  100. 3841a9f Leave the evidence lying around if an adb test fails. by Elliott Hughes · 11 years ago