1. 946db02 Merge "Speed up adb sync." by Elliott Hughes · 10 years ago
  2. 1aee1a6 Merge "adb: win32: specify socket protocol" by Elliott Hughes · 10 years ago
  3. e1a5768 Explain adb client/server version mismatch better. by Elliott Hughes · 10 years ago
  4. 1813440 Speed up adb sync. by Elliott Hughes · 10 years ago
  5. 34b0406 adb: fdevent fixes by Spencer Low · 10 years ago
  6. c4dc547 Merge "adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux." by Yabin Cui · 10 years ago
  7. ad9768f adb: put legacy shell: service back in. by David Pursell · 10 years ago
  8. a9d081e adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 10 years ago
  9. f694b21 adb: win32: specify socket protocol by Spencer Low · 10 years ago
  10. e8733ed Merge "adb: bump server version to prevent feature mismatch." by David Pursell · 10 years ago
  11. 7cfbfd2 adb: fix adbd feature parsing for no features. by David Pursell · 10 years ago
  12. a254bed adb: bump server version to prevent feature mismatch. by David Pursell · 10 years ago
  13. 3a8376d Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 10 years ago
  14. e3802e4 adb: add -Tt options to `adb shell`. by David Pursell · 10 years ago
  15. f7d9430 Merge "base logging: fix errno restoring, severity conditionality, dangling ifs" by Yabin Cui · 10 years ago
  16. f5b2c7a base logging: fix errno restoring, severity conditionality, dangling ifs by Spencer Low · 10 years ago
  17. 86a5434 Move python-adb to development/python-packages. by Dan Albert · 10 years ago
  18. 47d54a0 adb unittest for win32 handle inheritance by Spencer Low · 10 years ago
  19. 204eb80 Merge "adb unittest: make test_sync properly cleanup after itself" by Elliott Hughes · 10 years ago
  20. 2350bdd Merge "Add unit tests for local socket." by Yabin Cui · 10 years ago
  21. 7158973 adb: win32: fix regression on older versions of Windows by Spencer Low · 10 years ago
  22. 3cfea40 Add unit tests for local socket. by Yabin Cui · 10 years ago
  23. 410ff1a Merge "adb: move adb to poll." by Yabin Cui · 10 years ago
  24. 458b265 adb: Kill subprocess when the client exits. by David Pursell · 10 years ago
  25. 536e12f adb: move adb to poll. by Yabin Cui · 10 years ago
  26. e8142af adb unittest: make test_sync properly cleanup after itself by Spencer Low · 10 years ago
  27. b636bf2 adb: Fix missing shell protocol usage. by David Pursell · 10 years ago
  28. f328fd5 Merge changes from topic 'adb_shell' by David Pursell · 10 years ago
  29. 47d55f5 adb: fix shell_service_protocol_test for Windows. by David Pursell · 10 years ago
  30. 8985ca1 Fix (Windows) build. by Elliott Hughes · 10 years ago
  31. 87a72a8 Merge "fix adb_test Windows build" by Elliott Hughes · 10 years ago
  32. 684934c adb: win32: make adb_getenv() case-insensitive by Spencer Low · 10 years ago
  33. 1be2aa0 fix adb_test Windows build by Spencer Low · 10 years ago
  34. 007d3d1 adb: add client side shell protocol and enable. by David Pursell · 10 years ago
  35. 44f0539 adb: implement shell protocol. by David Pursell · 10 years ago
  36. 24f3ff6 Merge "adb: create shell protocol class (take 2)." by David Pursell · 10 years ago
  37. 7962968 Merge "Remove HOST_OS==windows check" by Dan Willemsen · 10 years ago
  38. e300ab9 Merge "adb: remove unnecessary dependencies of liblog." by Yabin Cui · 10 years ago
  39. 76cc0e3 adb: remove unnecessary dependencies of liblog. by Yabin Cui · 10 years ago
  40. 795c315 adb: create shell protocol class (take 2). by David Pursell · 10 years ago
  41. 48df250 adb: refactor _is_valid_ack_reply_fd by Spencer Low · 10 years ago
  42. d1799bd Merge "Revert "adb: create shell protocol class."" by David Pursell · 10 years ago
  43. 0feb9e0 Revert "adb: create shell protocol class." by David Pursell · 10 years ago
  44. b62e7c5 Merge "adb: `features` passes transport features." by David Pursell · 10 years ago
  45. ec5ee58 Merge changes from topic 'adb_shell_prework' by David Pursell · 10 years ago
  46. 7dfd5a2 adb: `features` passes transport features. by David Pursell · 10 years ago
  47. 03a2b0e Remove HOST_OS==windows check by Dan Willemsen · 10 years ago
  48. b41de44 adb: create shell protocol class. by David Pursell · 10 years ago
  49. be79b86 adb: refactor subprocess code. by David Pursell · 10 years ago
  50. 5079abc adb: move shell service to a separate file. by David Pursell · 10 years ago
  51. 61475a3 combine adbd.rc with init.usb.rc by Tom Cherry · 10 years ago
  52. ef09bbc Improve adb sync_send error reporting. by Elliott Hughes · 10 years ago
  53. 4ff7feb Merge "adb: clean up debug tracing a little." by Yabin Cui · 10 years ago
  54. 0a1894a adb: clean up debug tracing a little. by Yabin Cui · 10 years ago
  55. 70c31c8 Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 10 years ago
  56. 10f5c93 adb/base win32 tests: fix comment and open() flags by Spencer Low · 10 years ago
  57. b719538 Merge "adb: add unit test for fdevent." by Yabin Cui · 10 years ago
  58. 1a8160d Merge "adb: improve names for transport threads." by Yabin Cui · 10 years ago
  59. 3303687 adb: improve names for transport threads. by Yabin Cui · 10 years ago
  60. 55c3cd5 adb: remove workaround for b/6558362. by Yabin Cui · 10 years ago
  61. 0be5141 Distinguish transport threads. by Elliott Hughes · 10 years ago
  62. fbdd87e adb: set thread names (linux & mac) by Siva Velusamy · 10 years ago
  63. c37e0d6 adb: add unit test for fdevent. by Yabin Cui · 10 years ago
  64. b816344 Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 10 years ago
  65. 17edcb6 Merge "adb: clean up transport disconnect operations." by Yabin Cui · 10 years ago
  66. 935da31 fatal and fatal_errno should be noreturn. by Elliott Hughes · 10 years ago
  67. b1c3f94 adb: clean up transport disconnect operations. by Yabin Cui · 10 years ago
  68. f03d1ab Merge "Improve adb tracing." by Elliott Hughes · 10 years ago
  69. c516f80 Improve adb tracing. by Elliott Hughes · 10 years ago
  70. 3d4ef66 Merge "adb: call run_transport_disconnects() only once." by Yabin Cui · 10 years ago
  71. 3c3c81f Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 10 years ago
  72. 680d881 Merge "adb unittest: get test_unicode_paths passing on win32" by Elliott Hughes · 10 years ago
  73. c93c5a3 Merge "adb: fix adb install and adb push exit code, error handling, unittest" by Elliott Hughes · 10 years ago
  74. c4595b6 adb: call run_transport_disconnects() only once. by Yabin Cui · 10 years ago
  75. 77e9e5d adb: fix adb install and adb push exit code, error handling, unittest by Spencer Low · 10 years ago
  76. ebb2f05 adb unittest: get test_unicode_paths passing on win32 by Spencer Low · 10 years ago
  77. 31bc13b adb: remove adisconnect in aremotesocket. by Yabin Cui · 10 years ago
  78. ec2ec7a adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 10 years ago
  79. ff8b039 Merge "adb: fix a fake data race on transport:kick reported by tsan." by Yabin Cui · 10 years ago
  80. 5719929 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 10 years ago
  81. ea049bc adb: fix a fake data race on transport:kick reported by tsan. by Yabin Cui · 10 years ago
  82. 487323d Merge "adb: fix a data race in local_socket_event_func." by Yabin Cui · 10 years ago
  83. 926d344 adb: fix a data race in local_socket_event_func. by Yabin Cui · 10 years ago
  84. d192c44 adb: keep all asocket operations in the main thread. by Yabin Cui · 10 years ago
  85. 26b5163 Don't build 32-bit host libadb. by Elliott Hughes · 10 years ago
  86. d1b7a56 Possible Mac build fix. by Elliott Hughes · 10 years ago
  87. be92f64 Not all filesystems support setting SELinux labels. by Elliott Hughes · 10 years ago
  88. 0b79e3e Move adb's selinux_android_restorecon up and check for failures. by Elliott Hughes · 10 years ago
  89. 809c444 Merge "EINTR is handled by adb_read/unix_read and friends." by Elliott Hughes · 10 years ago
  90. 4fcbd26 Fix the fs_config call. by Elliott Hughes · 10 years ago
  91. 175d579 Fix 32-bit build. by Elliott Hughes · 10 years ago
  92. 0f5083a EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 10 years ago
  93. d5147b9 Clean up error handling/reporting in file_sync_service.cpp. by Elliott Hughes · 10 years ago
  94. 8d327bf Merge "Add missing #include <memory> for std::unique_ptr on Windows." by Elliott Hughes · 10 years ago
  95. ef555d2 Add missing #include <memory> for std::unique_ptr on Windows. by Elliott Hughes · 10 years ago
  96. 34c8963 There are no big endian hosts, grandpa. by Elliott Hughes · 10 years ago
  97. 3474f5e Merge "adb sync cleanup." by Elliott Hughes · 10 years ago
  98. d7efa5a adb sync cleanup. by Elliott Hughes · 10 years ago
  99. e345392 Merge "adbd: enable USB SuperSpeed (again)" by Badhri Jagan Sridharan · 10 years ago
  100. 66b8f66 Merge "Use glog for logging in the OSX USB layer" by Siva Velusamy · 10 years ago