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