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