1. 543df78 adb: On Mac, clear both host and device endpoints at startup by Siva Velusamy · 10 years ago
  2. e7dd568 Merge "adb: improve network error info" by Elliott Hughes · 10 years ago
  3. 705735b Merge "adb: win32: fix shutdown deadlock" by Elliott Hughes · 10 years ago
  4. 4b54b4a adb: start-server and kill-server error output by Spencer Low · 10 years ago
  5. 928b36d adb: win32: fix shutdown deadlock by Spencer Low · 10 years ago
  6. 34ea8bd adb: Fix PTY logic for non-interactive shells. by David Pursell · 10 years ago
  7. 23d7bfc Merge "Remove confusing variable HOST." by Yabin Cui · 10 years ago
  8. 0e70b5c Always include the adb version in the log. by Elliott Hughes · 10 years ago
  9. 58633b8 adb: make stdin/stdout/stderr redirection errors fatal by Spencer Low · 10 years ago
  10. 39c7b3b Merge "adb: call android::base::InitLogging even when adb tracing is disabled" by Elliott Hughes · 10 years ago
  11. aae2ee5 Merge "Add missing includes." by Dan Albert · 10 years ago
  12. 4a3c507 adb: improve network error info by Spencer Low · 10 years ago
  13. 56f8f3f Add missing includes. by Dan Albert · 10 years ago
  14. 77708f2 adb: call android::base::InitLogging even when adb tracing is disabled by Spencer Low · 10 years ago
  15. c42e691 Merge "adb: win32: fix USB device hang when resuming from sleep/hibernation" by Elliott Hughes · 10 years ago
  16. 025c424 Remove confusing variable HOST. by Yabin Cui · 10 years ago
  17. d8a6958 adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 10 years ago
  18. b144089 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 10 years ago
  19. 9530450 Merge "adb: fix killing of old version of adb process" by Elliott Hughes · 10 years ago
  20. 2c938e1 Merge "win32: adb_test/libbase_test fixes" by Elliott Hughes · 10 years ago
  21. 461eff8 win32: adb_test/libbase_test fixes by Spencer Low · 10 years ago
  22. 37ad1af Merge "Include the error code if GetPipeProperties fails." by Elliott Hughes · 10 years ago
  23. 99e8de0 Include the error code if GetPipeProperties fails. by Elliott Hughes · 10 years ago
  24. a7253ff adb: fix killing of old version of adb process by Spencer Low · 10 years ago
  25. ddc96ad Enable perfboot.py to install APKs before measurement. by Yasuhiro Matsuda · 10 years ago
  26. 45e5e47 Merge "Fix a comment typo." by Elliott Hughes · 10 years ago
  27. 7257b4c Merge "adb: win32: file descriptor reliability improvements" by Elliott Hughes · 10 years ago
  28. 98298a8 Fix a comment typo. by Elliott Hughes · 10 years ago
  29. e7f0a22 Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc" by Elliott Hughes · 10 years ago
  30. 8e6bc92 Merge "adb: win32: call SystemErrorCodeToString() from more places" by Elliott Hughes · 10 years ago
  31. e58c174 Leave the evidence lying around if an adb test fails. by Elliott Hughes · 10 years ago
  32. 8c1054f adb: fix mkdirs / adb pull with relative paths, fix win32 issues by Spencer Low · 10 years ago
  33. a2cb364 adb_test/libbase_test: win32: get some tests working by Spencer Low · 10 years ago
  34. 67aaa93 adb: win32: call SystemErrorCodeToString() from more places by Spencer Low · 10 years ago
  35. 5c341b4 adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc by Spencer Low · 10 years ago
  36. 1d4b303 adb: win32: fix USB device hang when resuming from sleep/hibernation by Spencer Low · 10 years ago
  37. 4716f80 Remove adb's unused get_my_path for Windows. by Elliott Hughes · 10 years ago
  38. ad432d8 Merge "adb: poll for emulator connection." by Yabin Cui · 10 years ago
  39. a008e8b Merge "adb: win32: Unicode path names, env vars, some console support" by Elliott Hughes · 10 years ago
  40. 5b43096 adb: win32: file descriptor reliability improvements by Spencer Low · 10 years ago
  41. 23cf7f8 adb: poll for emulator connection. by Yabin Cui · 10 years ago
  42. 91ded98 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 10 years ago
  43. f1181a3 Clean up -p handling slightly. by Elliott Hughes · 10 years ago
  44. 18d461f Merge "adb: win32: initial IPv6 support and improved Winsock error reporting" by Elliott Hughes · 10 years ago
  45. 53ea89e adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 10 years ago
  46. 6abc0c0 Make clear of the data length sent by write_packet. by Yabin Cui · 10 years ago
  47. 776956b More adb cleanup. by Elliott Hughes · 10 years ago
  48. f428021 Write mkdirs in more idiomatic C++ style. by Alex Vallée · 10 years ago
  49. 42fdde6 Merge "Add top level sanitize options for ADB." by Dan Albert · 10 years ago
  50. 2927c91 Add top level sanitize options for ADB. by Dan Albert · 10 years ago
  51. 0e6819e Merge "adb/test_device.py fixes for win32 and no use of ANDROID_SERIAL" by Dan Albert · 10 years ago
  52. d68c6e2 Merge "Use _WIN32 rather than HAVE_WINSOCK." by Elliott Hughes · 10 years ago
  53. d0956f4 adb/test_device.py fixes for win32 and no use of ANDROID_SERIAL by Spencer Low · 10 years ago
  54. f56e9ec Merge "Add a script to record Android boot time." by Yasuhiro Matsuda · 10 years ago
  55. f0992eb Add a script to record Android boot time. by Yasuhiro Matsuda · 10 years ago
  56. 4e4af61 Use _WIN32 rather than HAVE_WINSOCK. by Elliott Hughes · 10 years ago
  57. d6ad920 fix adb {forward,reverse} --no-rebind by Spencer Low · 10 years ago
  58. 8e6eb0c Merge "Fix AndroidDevice.get_prop, add tests." by Dan Albert · 10 years ago
  59. f148d26 Fix AndroidDevice.get_prop, add tests. by Dan Albert · 10 years ago
  60. 93eadbe Fix const-ness of strrchr callers. by Elliott Hughes · 10 years ago
  61. c7a7d68 Create adb Python package. by Dan Albert · 10 years ago
  62. cee2b75 Merge "Add a simple test for using non-ASCII paths with adb." by Elliott Hughes · 10 years ago
  63. 2594290 Add a simple test for using non-ASCII paths with adb. by Elliott Hughes · 10 years ago
  64. 956aa22 Fix Win32 adb build (for the second time today). by Elliott Hughes · 10 years ago
  65. 23176f7 Merge "Clean up the locking in usb_linux.cpp." by Elliott Hughes · 10 years ago
  66. 9a335ef Clean up the locking in usb_linux.cpp. by Elliott Hughes · 10 years ago
  67. b0d6d79 Fix Win32 adb build. by Elliott Hughes · 10 years ago
  68. c9c0b7c Report getaddrinfo failures correctly. by Elliott Hughes · 10 years ago
  69. 4fc2320 Don't limit Windows USB reads. by Elliott Hughes · 10 years ago
  70. cc27fb1 Merge "adb: win32: fix exec-in and exec-out to use binary mode" by Elliott Hughes · 10 years ago
  71. 5f790ec Increase size of the the adb packets sent over the wire by Tamas Berghammer · 10 years ago
  72. 8c60e9d Merge "Show "(reverse)" in "adb reverse --list"." by Elliott Hughes · 10 years ago
  73. e739779 Show "(reverse)" in "adb reverse --list". by Elliott Hughes · 10 years ago
  74. 7c20a43 "adb tcpip" should require a numeric argument. by Elliott Hughes · 10 years ago
  75. ed67eff Merge "Recognize IPv6 addresses for "adb connect"." by Elliott Hughes · 10 years ago
  76. 1e03521 Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 10 years ago
  77. c02b854 adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 10 years ago
  78. 7e30aa8 Merge "Remove subproc events when ADB_HOST." by Elliott Hughes · 10 years ago
  79. 6f3ef35 Fix adbd/adb server confusion in an error message. by Elliott Hughes · 10 years ago
  80. 6b6e410 Remove subproc events when ADB_HOST. by Alex Vallée · 10 years ago
  81. b7d4777 Move mkdirs to adb_utils. by Alex Vallée · 10 years ago
  82. 44dddf7 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 10 years ago
  83. f1f9fae Turn on -Wformat-nonliteral. by Dan Albert · 10 years ago
  84. ca701ec Merge "Replace HAVE_WIN32_IPC with _WIN32." by Elliott Hughes · 10 years ago
  85. 0bea0d8 Replace HAVE_WIN32_IPC with _WIN32. by Elliott Hughes · 10 years ago
  86. 625d851 Fix "adb remount" for when the root directory is in system.img by Daniel Rosenberg · 10 years ago
  87. 986c15a Fixed a documentation error in protocol.txt by Derrick Bonafilia · 10 years ago
  88. 2749dc2 Merge "adb server: don't close stale fd when TCP transport is closed" by Elliott Hughes · 10 years ago
  89. 5b35f59 Improve the "device '(null)' not found" error. by Elliott Hughes · 10 years ago
  90. 70363562 Ignore ro.adb.secure in user builds. by Elliott Hughes · 10 years ago
  91. 5b6e16a Remove calls to is_selinux_enabled() by Nick Kralevich · 10 years ago
  92. 180f5b2 Minor "adb help" fixes. by Elliott Hughes · 10 years ago
  93. 75b2471 adb server: don't close stale fd when TCP transport is closed by Spencer Low · 10 years ago
  94. b87988f adb: win32: fix exec-in and exec-out to use binary mode by Spencer Low · 10 years ago
  95. 700e875 Merge "adb: win32: fix logging to adb.log" by Elliott Hughes · 10 years ago
  96. cd33d51 Merge "Fix test_adb.py against production builds." by Elliott Hughes · 10 years ago
  97. 2e79721 adb shouldn't trace unless told to by Paul Lawrence · 10 years ago
  98. c12e3d4 Fix test_adb.py against production builds. by Elliott Hughes · 10 years ago
  99. 862d7b7 Merge "adb: win32: get test_adb.py running and passing 100%" by Elliott Hughes · 10 years ago
  100. 20fba19 Merge "adb: fix adb_close() vs. unix_close() usage" by Elliott Hughes · 10 years ago