1. 2e4ed0a adb: don't append a slash to a path that already ends with one. by Josh Gao · 8 years ago
  2. 289b74c Merge "adb: report subprocess creation errors to the client." by Josh Gao · 8 years ago
  3. 9dc2e93 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
  4. 90f06ec Merge "adb: fix mistaken uses of SendFail in file_sync_service.cpp." by Josh Gao · 8 years ago
  5. bd446be adb: fix mistaken uses of SendFail in file_sync_service.cpp. by Josh Gao · 9 years ago
  6. 46f527c Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 8 years ago
  7. 0e468cc Merge "base: add SystemErrorCodeToString() function." by David Pursell · 8 years ago
  8. c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  9. e4897ac Merge changes I93287b87,I30a3eb0b by Josh Gao · 8 years ago
  10. 23f6f2b adb: add nullability specifiers to adb_client.h. by Josh Gao · 9 years ago
  11. 91d53b5 adb: add adb_get_feature_set. by Josh Gao · 9 years ago
  12. ea71e27 Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 9 years ago
  13. 5544140 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
  14. f373c35 adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
  15. 01f6fa3 Merge "ADB security logging" by Rubin Xu · 9 years ago
  16. 182dc32 adb: fix subprocess termination for legacy shell. by David Pursell · 9 years ago
  17. f3e58fe Merge "adb: fix GetFeatureSet() to indicate failure." by David Pursell · 9 years ago
  18. 9650d86 adb: fix GetFeatureSet() to indicate failure. by David Pursell · 9 years ago
  19. cf6e14e Merge "base: add network address parsing function from adb." by David Pursell · 9 years ago
  20. a17d272 base: add network address parsing function from adb. by David Pursell · 9 years ago
  21. 29a64f9 ADB security logging by Rubin Xu · 9 years ago
  22. 128452b Merge "adbd: use pty to determine whether a session is interactive." by Josh Gao · 9 years ago
  23. 8a63116 adbd: use pty to determine whether a session is interactive. by Josh Gao · 9 years ago
  24. 6a98c6e adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
  25. 4e07470 Merge "adb: tag fatal, fatal_errno with printf attribute." by Josh Gao · 9 years ago
  26. 2930cdc adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
  27. a566fb2 Merge "Increase the maximum shell command length to 4096ish." by Josh Gao · 9 years ago
  28. 9055a58 Increase the maximum shell command length to 4096ish. by Josh Gao · 9 years ago
  29. d7bf6d1 Fix a couple sign-comparison warnings. by Dan Albert · 9 years ago
  30. ce50ecf Merge "adbd: Depend only on libminijail." by Jorge Lucangeli Obes · 9 years ago
  31. 69684d9 Merge "Improve dumb terminal support (emacs is dumb)." by Elliott Hughes · 9 years ago
  32. 6e6e460 Improve dumb terminal support (emacs is dumb). by Elliott Hughes · 9 years ago
  33. 19c2871 adbd: Depend only on libminijail. by Jorge Lucangeli Obes · 9 years ago
  34. 0ad69ea adbd: Remove check for set_supplementary_gids. by Jorge Lucangeli Obes · 9 years ago
  35. 6683132 WA: Fix adb wait-for-device command by Leo Sartre · 9 years ago
  36. c6aa5d6 Limit adb_test to first multilib by Dan Willemsen · 9 years ago
  37. 7b43fa5 Give adb a proper progress bar. by Elliott Hughes · 9 years ago
  38. e4c50e4 Merge "adb host: add device state in "adb wait-for-*"" by Elliott Hughes · 9 years ago
  39. fb7ebb4 Merge "adb: extract USB FFS read/write limit constants." by Josh Gao · 9 years ago
  40. c95bb3d adb: extract USB FFS read/write limit constants. by Josh Gao · 9 years ago
  41. de264f3 Merge "Improve "adb install"'s error message slightly." by Elliott Hughes · 9 years ago
  42. f493da8 Improve "adb install"'s error message slightly. by Elliott Hughes · 9 years ago
  43. bfe7ae0 Merge "adb: Use Minijail for privilege dropping." by Jorge Lucangeli Obes · 9 years ago
  44. 83e2851 adb: Use Minijail for privilege dropping. by Jorge Lucangeli Obes · 9 years ago
  45. 24d43fc Merge "Use selinux_android_setcon() instead of setcon()" by Tom Cherry · 9 years ago
  46. 6cd9bc3 adb host: add device state in "adb wait-for-*" by Leo Sartre · 9 years ago
  47. 4684522 Use selinux_android_setcon() instead of setcon() by Tom Cherry · 9 years ago
  48. 83e329e adb: split up reads longer than 16k. by Josh Gao · 9 years ago
  49. 99983f7 Merge "More idiomatic cleanup of 5228e3b649570fd76b3ac6d63815a9a85650bfdd." by Elliott Hughes · 9 years ago
  50. 0515524 More idiomatic cleanup of 5228e3b649570fd76b3ac6d63815a9a85650bfdd. by Elliott Hughes · 9 years ago
  51. 0c10c85 Merge "adbd: make a PR_CAPBSET_DROP error fatal." by Nick Kralevich · 9 years ago
  52. 5228e3b adbd: make a PR_CAPBSET_DROP error fatal. by Nick Kralevich · 9 years ago
  53. 7009749 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  54. e1e0f23 Merge "adb: handle some edge cases with process environments." by Josh Gao · 9 years ago
  55. 81ea002 adb: handle some edge cases with process environments. by Josh Gao · 9 years ago
  56. 607f9ae Merge "adb: don't use setenv after forking." by Josh Gao · 9 years ago
  57. 8d76c45 adb: don't use setenv after forking. by Josh Gao · 9 years ago
  58. 19d2282 Merge "adb: make pulling symlinks and devices work." by Josh Gao · 9 years ago
  59. d9a2fd6 adb: make pulling symlinks and devices work. by Josh Gao · 9 years ago
  60. 5500a94 Merge "adbd: refactor priv dropping logic" by Mike Frysinger · 9 years ago
  61. 232d25d Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 9 years ago
  62. 1eef478 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  63. b15bf57 Merge "Revert "adb: Make HOME=/data/local/tmp"" by Nick Kralevich · 9 years ago
  64. e031c19 Revert "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 9 years ago
  65. 2e11407 adbd: refactor priv dropping logic by Mike Frysinger · 9 years ago
  66. 332393c Merge "adb: make the test_pull_dir test actually test something." by Josh Gao · 9 years ago
  67. aa234cc Merge "Move adb tests to system/core/adb." by Josh Gao · 9 years ago
  68. 78a37a5 Simplify adb LinePrinter newline handling. by Elliott Hughes · 9 years ago
  69. 3875279 adb: make the test_pull_dir test actually test something. by Josh Gao · 9 years ago
  70. 49e3c63 Move adb tests to system/core/adb. by Josh Gao · 9 years ago
  71. aafa096 Merge "adb: add help text for USB permission errors." by David Pursell · 9 years ago
  72. c525777 Merge "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 9 years ago
  73. adf9322 Merge "Switch from using sockaddr to sockaddr_storage." by Erik Kline · 9 years ago
  74. fdf0142 adb: Make HOME=/data/local/tmp by Nick Kralevich · 9 years ago
  75. 316a0dd Merge "Track rename of base/ to android-base/." by Elliott Hughes · 9 years ago
  76. 3c8d44d Switch from using sockaddr to sockaddr_storage. by Erik Kline · 9 years ago
  77. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  78. b13dd00 Merge "adbd: split up writes longer than 16k." by Josh Gao · 9 years ago
  79. 8e70125 adbd: split up writes longer than 16k. by Josh Gao · 9 years ago
  80. 6e5c7eb adb: add help text for USB permission errors. by David Pursell · 9 years ago
  81. 0a2a785 Merge "adb: don't divide by zero" by Josh Gao · 9 years ago
  82. 1674926 Merge "Fix "adb sync" (and "adb push") error reporting." by Elliott Hughes · 9 years ago
  83. 9b52364 adb: don't divide by zero by Josh Gao · 9 years ago
  84. 3d0a3f1 adb: don't pull symlinks when pulling a directory by Josh Gao · 9 years ago
  85. d9362c6 adb: remove extraneous newline from skip message by Josh Gao · 9 years ago
  86. b3cab93 adb: correctly count skipped files in push/pull by Josh Gao · 9 years ago
  87. 54e3efe Fix "adb sync" (and "adb push") error reporting. by Elliott Hughes · 9 years ago
  88. 1ded7a9 Merge "Move SendLargeFile into SyncConnection." by Elliott Hughes · 9 years ago
  89. 7275d80 Move SendLargeFile into SyncConnection. by Elliott Hughes · 9 years ago
  90. 4919c17 Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
  91. d944901 Merge "Don't send $TERM unless we're talking to a new adbd." by Elliott Hughes · 9 years ago
  92. 401847e Don't send $TERM unless we're talking to a new adbd. by Elliott Hughes · 9 years ago
  93. 26dab5d Merge "adb: don't use adb_dirname in between getting and printing errno." by Josh Gao · 9 years ago
  94. e3a1216 adb: don't use adb_dirname in between getting and printing errno. by Josh Gao · 9 years ago
  95. f5570b8 adb: don't link against libcutils on Windows. by Josh Gao · 9 years ago
  96. ff44456 Pass $TERM to the device. by Elliott Hughes · 9 years ago
  97. c42c8cb Merge "adb: don't pull symlinks." by Josh Gao · 9 years ago
  98. dd34f29 adb: don't pull symlinks. by Josh Gao · 9 years ago
  99. 9406f7e Improve adb help text and adb backup error reporting. by Elliott Hughes · 9 years ago
  100. 6676396 adb: win32: Unicode USB device names by Spencer Low · 9 years ago