1. 8dfe21e Merge "ADB security logging" by Rubin Xu · 8 years ago
  2. 0aacbbe adb: fix GetFeatureSet() to indicate failure. by David Pursell · 9 years ago
  3. 706955f base: add network address parsing function from adb. by David Pursell · 9 years ago
  4. d61a25c ADB security logging by Rubin Xu · 9 years ago
  5. b5028e4 adbd: use pty to determine whether a session is interactive. by Josh Gao · 9 years ago
  6. c65fae9 adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
  7. 7db2cb6 Merge "adb: tag fatal, fatal_errno with printf attribute." by Josh Gao · 9 years ago
  8. 56e9bb9 adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
  9. 3472410 Merge "Increase the maximum shell command length to 4096ish." by Josh Gao · 9 years ago
  10. 7e6683c Increase the maximum shell command length to 4096ish. by Josh Gao · 9 years ago
  11. bac7bb5 Fix a couple sign-comparison warnings. by Dan Albert · 9 years ago
  12. 6fe9930 Merge "adbd: Depend only on libminijail." by Jorge Lucangeli Obes · 9 years ago
  13. d68ad69 Improve dumb terminal support (emacs is dumb). by Elliott Hughes · 9 years ago
  14. 218eb7c adbd: Depend only on libminijail. by Jorge Lucangeli Obes · 9 years ago
  15. fd79a5d adbd: Remove check for set_supplementary_gids. by Jorge Lucangeli Obes · 9 years ago
  16. 94e0776 WA: Fix adb wait-for-device command by Leo Sartre · 9 years ago
  17. 1e20e0a Limit adb_test to first multilib by Dan Willemsen · 9 years ago
  18. a00e6ef Give adb a proper progress bar. by Elliott Hughes · 9 years ago
  19. 82509e7 Merge "adb host: add device state in "adb wait-for-*"" by Elliott Hughes · 9 years ago
  20. 1ff7393 Merge "adb: extract USB FFS read/write limit constants." by Josh Gao · 9 years ago
  21. ae72b5a adb: extract USB FFS read/write limit constants. by Josh Gao · 9 years ago
  22. d361582 Merge "Improve "adb install"'s error message slightly." by Elliott Hughes · 9 years ago
  23. fe01885 Improve "adb install"'s error message slightly. by Elliott Hughes · 9 years ago
  24. 683dc48 adb: Use Minijail for privilege dropping. by Jorge Lucangeli Obes · 9 years ago
  25. 64cc082 Merge "Use selinux_android_setcon() instead of setcon()" by Tom Cherry · 9 years ago
  26. 1fbc9db adb host: add device state in "adb wait-for-*" by Leo Sartre · 9 years ago
  27. 38cd57a Use selinux_android_setcon() instead of setcon() by Tom Cherry · 9 years ago
  28. 0b19540 adb: split up reads longer than 16k. by Josh Gao · 9 years ago
  29. 9e7893b More idiomatic cleanup of 9f75a035713d216469f1cabfe4a65f7864e2145a. by Elliott Hughes · 9 years ago
  30. 9f75a03 adbd: make a PR_CAPBSET_DROP error fatal. by Nick Kralevich · 9 years ago
  31. 1b708d3 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  32. 80f3b04 Merge "adb: handle some edge cases with process environments." by Josh Gao · 9 years ago
  33. e03c988 adb: handle some edge cases with process environments. by Josh Gao · 9 years ago
  34. 5e15568 Merge "adb: don't use setenv after forking." by Josh Gao · 9 years ago
  35. 9b3fd67 adb: don't use setenv after forking. by Josh Gao · 9 years ago
  36. c8e7936 Merge "adb: make pulling symlinks and devices work." by Josh Gao · 9 years ago
  37. f264224 adb: make pulling symlinks and devices work. by Josh Gao · 9 years ago
  38. 6945e36 Merge "adbd: refactor priv dropping logic" by Mike Frysinger · 9 years ago
  39. aae38d9 Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 9 years ago
  40. 7d58607 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  41. ce4bbcf Merge "Revert "adb: Make HOME=/data/local/tmp"" by Nick Kralevich · 9 years ago
  42. b118762 Revert "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 9 years ago
  43. 4120ebc adbd: refactor priv dropping logic by Mike Frysinger · 9 years ago
  44. f31aba9 Merge "adb: make the test_pull_dir test actually test something." by Josh Gao · 9 years ago
  45. 4d0e10b Merge "Move adb tests to system/core/adb." by Josh Gao · 9 years ago
  46. 77f539a Simplify adb LinePrinter newline handling. by Elliott Hughes · 9 years ago
  47. ce8f2cd adb: make the test_pull_dir test actually test something. by Josh Gao · 9 years ago
  48. 191c154 Move adb tests to system/core/adb. by Josh Gao · 9 years ago
  49. 663e949 Merge "adb: add help text for USB permission errors." by David Pursell · 9 years ago
  50. 5358093 Merge "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 9 years ago
  51. 46b0b1c Merge "Switch from using sockaddr to sockaddr_storage." by Erik Kline · 9 years ago
  52. 173eb39 adb: Make HOME=/data/local/tmp by Nick Kralevich · 9 years ago
  53. 7e16cc1 Switch from using sockaddr to sockaddr_storage. by Erik Kline · 9 years ago
  54. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  55. 1c6cd21 Merge "adbd: split up writes longer than 16k." by Josh Gao · 9 years ago
  56. 6b531c4 adbd: split up writes longer than 16k. by Josh Gao · 9 years ago
  57. d2acbd1 adb: add help text for USB permission errors. by David Pursell · 9 years ago
  58. 1702f42 Merge "adb: don't divide by zero" by Josh Gao · 9 years ago
  59. d0d87f7 Merge "Fix "adb sync" (and "adb push") error reporting." by Elliott Hughes · 9 years ago
  60. b0e039f adb: don't divide by zero by Josh Gao · 9 years ago
  61. 7b284b2 adb: don't pull symlinks when pulling a directory by Josh Gao · 9 years ago
  62. d3266e0 adb: remove extraneous newline from skip message by Josh Gao · 9 years ago
  63. dd6cc4d adb: correctly count skipped files in push/pull by Josh Gao · 9 years ago
  64. cc65c3b Fix "adb sync" (and "adb push") error reporting. by Elliott Hughes · 9 years ago
  65. 6aab58c Move SendLargeFile into SyncConnection. by Elliott Hughes · 9 years ago
  66. 65433da Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
  67. c2252df Don't send $TERM unless we're talking to a new adbd. by Elliott Hughes · 9 years ago
  68. 44901f1 Merge "adb: don't use adb_dirname in between getting and printing errno." by Josh Gao · 9 years ago
  69. f6e65e3 adb: don't use adb_dirname in between getting and printing errno. by Josh Gao · 9 years ago
  70. a629e2e adb: don't link against libcutils on Windows. by Josh Gao · 9 years ago
  71. 18ddf5c Pass $TERM to the device. by Elliott Hughes · 9 years ago
  72. f96dc73 adb: don't pull symlinks. by Josh Gao · 9 years ago
  73. 56e6813 Improve adb help text and adb backup error reporting. by Elliott Hughes · 9 years ago
  74. bb29000 adb: win32: Unicode USB device names by Spencer Low · 9 years ago
  75. d21dc82 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
  76. 26f2e1f Merge changes Ic124ecb9,I94de55d2 by Josh Gao · 9 years ago
  77. 8591f71 Merge "adb: properly handle path separators on Windows." by Josh Gao · 9 years ago
  78. b7b1edf adb: remove exit-time destructors. by Josh Gao · 9 years ago
  79. c1fd492 Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 9 years ago
  80. 32762f4 adb: win32: fix adb shell by Spencer Low · 9 years ago
  81. bf66659 Merge changes from topic 'adb_dir' by Josh Gao · 9 years ago
  82. 32b24cf adb: add 100 column limit to .clang-format. by Josh Gao · 9 years ago
  83. 1a02530 adb: properly handle path separators on Windows. by Josh Gao · 9 years ago
  84. 07db119 adb: don't explode directories when pushing/pulling. by Josh Gao · 9 years ago
  85. 12a2ae9 adb: improve error handling, comments. by Josh Gao · 9 years ago
  86. f39c564 Fix typo, caps in error messages. by Jorge Lucangeli Obes · 9 years ago
  87. fdebc26 Merge "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 9 years ago
  88. cc8cd59 Revert "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 9 years ago
  89. 332166a Merge "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 9 years ago
  90. ac9514a adb/base: fix adb push of Unicode filenames on Win32 by Spencer Low · 9 years ago
  91. 3c540ae Merge "Add -e to the adb shell documentation." by Elliott Hughes · 9 years ago
  92. 0e42c2a Add -e to the adb shell documentation. by Elliott Hughes · 9 years ago
  93. 0bb1ce0 Merge "adb: don't try to pull character or block devices." by Josh Gao · 9 years ago
  94. 8d00a39 adb: don't try to pull character or block devices. by Josh Gao · 9 years ago
  95. 21abf5a adb: demote skipping a file from an error to a warning. by Josh Gao · 9 years ago
  96. 79964cd Merge "Fix adb shell escape handling." by Elliott Hughes · 9 years ago
  97. 28416d6 Fix adb shell escape handling. by Elliott Hughes · 9 years ago
  98. 2d8f1d4 Merge "Enable hidepid=2 on /proc" by Nick Kralevich · 9 years ago
  99. 363af56 adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  100. c39ba5a Enable hidepid=2 on /proc by Nick Kralevich · 9 years ago