1. 7b43fa5 Give adb a proper progress bar. by Elliott Hughes · 9 years ago
  2. e4c50e4 Merge "adb host: add device state in "adb wait-for-*"" by Elliott Hughes · 9 years ago
  3. fb7ebb4 Merge "adb: extract USB FFS read/write limit constants." by Josh Gao · 9 years ago
  4. c95bb3d adb: extract USB FFS read/write limit constants. by Josh Gao · 9 years ago
  5. de264f3 Merge "Improve "adb install"'s error message slightly." by Elliott Hughes · 9 years ago
  6. f493da8 Improve "adb install"'s error message slightly. by Elliott Hughes · 9 years ago
  7. bfe7ae0 Merge "adb: Use Minijail for privilege dropping." by Jorge Lucangeli Obes · 9 years ago
  8. 83e2851 adb: Use Minijail for privilege dropping. by Jorge Lucangeli Obes · 9 years ago
  9. 24d43fc Merge "Use selinux_android_setcon() instead of setcon()" by Tom Cherry · 9 years ago
  10. 6cd9bc3 adb host: add device state in "adb wait-for-*" by Leo Sartre · 9 years ago
  11. 4684522 Use selinux_android_setcon() instead of setcon() by Tom Cherry · 9 years ago
  12. 83e329e adb: split up reads longer than 16k. by Josh Gao · 9 years ago
  13. 99983f7 Merge "More idiomatic cleanup of 5228e3b649570fd76b3ac6d63815a9a85650bfdd." by Elliott Hughes · 9 years ago
  14. 0515524 More idiomatic cleanup of 5228e3b649570fd76b3ac6d63815a9a85650bfdd. by Elliott Hughes · 9 years ago
  15. 0c10c85 Merge "adbd: make a PR_CAPBSET_DROP error fatal." by Nick Kralevich · 9 years ago
  16. 5228e3b adbd: make a PR_CAPBSET_DROP error fatal. by Nick Kralevich · 9 years ago
  17. 7009749 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  18. e1e0f23 Merge "adb: handle some edge cases with process environments." by Josh Gao · 9 years ago
  19. 81ea002 adb: handle some edge cases with process environments. by Josh Gao · 9 years ago
  20. 607f9ae Merge "adb: don't use setenv after forking." by Josh Gao · 9 years ago
  21. 8d76c45 adb: don't use setenv after forking. by Josh Gao · 9 years ago
  22. 19d2282 Merge "adb: make pulling symlinks and devices work." by Josh Gao · 9 years ago
  23. d9a2fd6 adb: make pulling symlinks and devices work. by Josh Gao · 9 years ago
  24. 5500a94 Merge "adbd: refactor priv dropping logic" by Mike Frysinger · 9 years ago
  25. 232d25d Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 9 years ago
  26. 1eef478 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  27. b15bf57 Merge "Revert "adb: Make HOME=/data/local/tmp"" by Nick Kralevich · 9 years ago
  28. e031c19 Revert "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 9 years ago
  29. 2e11407 adbd: refactor priv dropping logic by Mike Frysinger · 9 years ago
  30. 332393c Merge "adb: make the test_pull_dir test actually test something." by Josh Gao · 9 years ago
  31. aa234cc Merge "Move adb tests to system/core/adb." by Josh Gao · 9 years ago
  32. 78a37a5 Simplify adb LinePrinter newline handling. by Elliott Hughes · 9 years ago
  33. 3875279 adb: make the test_pull_dir test actually test something. by Josh Gao · 9 years ago
  34. 49e3c63 Move adb tests to system/core/adb. by Josh Gao · 9 years ago
  35. aafa096 Merge "adb: add help text for USB permission errors." by David Pursell · 9 years ago
  36. c525777 Merge "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 9 years ago
  37. adf9322 Merge "Switch from using sockaddr to sockaddr_storage." by Erik Kline · 9 years ago
  38. fdf0142 adb: Make HOME=/data/local/tmp by Nick Kralevich · 9 years ago
  39. 316a0dd Merge "Track rename of base/ to android-base/." by Elliott Hughes · 9 years ago
  40. 3c8d44d Switch from using sockaddr to sockaddr_storage. by Erik Kline · 9 years ago
  41. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  42. b13dd00 Merge "adbd: split up writes longer than 16k." by Josh Gao · 9 years ago
  43. 8e70125 adbd: split up writes longer than 16k. by Josh Gao · 9 years ago
  44. 6e5c7eb adb: add help text for USB permission errors. by David Pursell · 9 years ago
  45. 0a2a785 Merge "adb: don't divide by zero" by Josh Gao · 9 years ago
  46. 1674926 Merge "Fix "adb sync" (and "adb push") error reporting." by Elliott Hughes · 9 years ago
  47. 9b52364 adb: don't divide by zero by Josh Gao · 9 years ago
  48. 3d0a3f1 adb: don't pull symlinks when pulling a directory by Josh Gao · 9 years ago
  49. d9362c6 adb: remove extraneous newline from skip message by Josh Gao · 9 years ago
  50. b3cab93 adb: correctly count skipped files in push/pull by Josh Gao · 9 years ago
  51. 54e3efe Fix "adb sync" (and "adb push") error reporting. by Elliott Hughes · 9 years ago
  52. 1ded7a9 Merge "Move SendLargeFile into SyncConnection." by Elliott Hughes · 9 years ago
  53. 7275d80 Move SendLargeFile into SyncConnection. by Elliott Hughes · 9 years ago
  54. 4919c17 Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
  55. d944901 Merge "Don't send $TERM unless we're talking to a new adbd." by Elliott Hughes · 9 years ago
  56. 401847e Don't send $TERM unless we're talking to a new adbd. by Elliott Hughes · 9 years ago
  57. 26dab5d Merge "adb: don't use adb_dirname in between getting and printing errno." by Josh Gao · 9 years ago
  58. e3a1216 adb: don't use adb_dirname in between getting and printing errno. by Josh Gao · 9 years ago
  59. f5570b8 adb: don't link against libcutils on Windows. by Josh Gao · 9 years ago
  60. ff44456 Pass $TERM to the device. by Elliott Hughes · 9 years ago
  61. c42c8cb Merge "adb: don't pull symlinks." by Josh Gao · 9 years ago
  62. dd34f29 adb: don't pull symlinks. by Josh Gao · 9 years ago
  63. 9406f7e Improve adb help text and adb backup error reporting. by Elliott Hughes · 9 years ago
  64. 6676396 adb: win32: Unicode USB device names by Spencer Low · 9 years ago
  65. 0cbeef0 Merge "adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()" by Elliott Hughes · 9 years ago
  66. 50f5bf1 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
  67. ac9a780 Merge changes Ic124ecb9,I94de55d2 by Josh Gao · 9 years ago
  68. b431aae Merge "adb: properly handle path separators on Windows." by Josh Gao · 9 years ago
  69. e3a87d0 adb: remove exit-time destructors. by Josh Gao · 9 years ago
  70. 4ddb464 Merge "Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32""" by Elliott Hughes · 9 years ago
  71. 37be38a Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 9 years ago
  72. bff43de Merge "adb: win32: fix adb shell" by Elliott Hughes · 9 years ago
  73. 9c8f746 adb: win32: fix adb shell by Spencer Low · 9 years ago
  74. 51084e3 Merge changes from topic 'adb_dir' by Josh Gao · 9 years ago
  75. eaf0aa1 Merge "adb: add 100 column limit to .clang-format." by Josh Gao · 9 years ago
  76. 9fcf234 adb: add 100 column limit to .clang-format. by Josh Gao · 9 years ago
  77. a3b6a06 adb: properly handle path separators on Windows. by Josh Gao · 9 years ago
  78. 8acf06c adb: don't explode directories when pushing/pulling. by Josh Gao · 9 years ago
  79. a5cea71 adb: improve error handling, comments. by Josh Gao · 9 years ago
  80. ec44d22 Merge "Fix typo, caps in error messages." by Jorge Lucangeli Obes · 9 years ago
  81. 116b8b9 Fix typo, caps in error messages. by Jorge Lucangeli Obes · 9 years ago
  82. 5713ed8 Merge "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 9 years ago
  83. 74e1a21 Revert "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 9 years ago
  84. 008020b Merge "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 9 years ago
  85. 337c3ce adb/base: fix adb push of Unicode filenames on Win32 by Spencer Low · 9 years ago
  86. 1461b75 Merge "Add -e to the adb shell documentation." by Elliott Hughes · 9 years ago
  87. 5947512 Add -e to the adb shell documentation. by Elliott Hughes · 9 years ago
  88. 21e82b4 Merge "adb: don't try to pull character or block devices." by Josh Gao · 9 years ago
  89. 91f03a4 adb: don't try to pull character or block devices. by Josh Gao · 9 years ago
  90. 1267502 Merge "adb: demote skipping a file from an error to a warning." by Josh Gao · 9 years ago
  91. a544cc6 adb: demote skipping a file from an error to a warning. by Josh Gao · 9 years ago
  92. 232dc5a Merge "Fix adb shell escape handling." by Elliott Hughes · 9 years ago
  93. 4cf6f10 Fix adb shell escape handling. by Elliott Hughes · 9 years ago
  94. 4e71dc1 Merge "Enable hidepid=2 on /proc" by Nick Kralevich · 9 years ago
  95. 0e20f11 Merge "adb/base: minor compiler portability improvements" by Elliott Hughes · 9 years ago
  96. 28bc2cb adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  97. 8a1b4b3 Enable hidepid=2 on /proc by Nick Kralevich · 9 years ago
  98. 7c3f48a Merge "AOSP master doesn't have "cmd"." by Elliott Hughes · 9 years ago
  99. d5eeac9 AOSP master doesn't have "cmd". by Elliott Hughes · 9 years ago
  100. 89532f6 Merge "use new cmd command" by Elliott Hughes · 9 years ago