1. a564195 Merge "adb: sysdeps: add support for joining threads." by Josh Gao · 9 years ago
  2. 32801d8 adb: sysdeps: add support for joining threads. by Josh Gao · 9 years ago
  3. d898110 Merge "adb: allow wine's output for sysdeps_win32 strerror test." by Josh Gao · 9 years ago
  4. 90ac8e4 adb: allow wine's output for sysdeps_win32 strerror test. by Josh Gao · 9 years ago
  5. 88e2c38 adb: setsid() for adb host server. by Yabin Cui · 9 years ago
  6. b3f8372 Merge "adb: make ctrl-c when spawning a daemon not kill the daemon." by Josh Gao · 9 years ago
  7. c084a5b adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 9 years ago
  8. af9c087 adb: fix mkdirs test. by Josh Gao · 9 years ago
  9. 9002047 Merge "adb: don't append a slash to a path that already ends with one." by Josh Gao · 9 years ago
  10. 2abd769 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
  11. 729cbf9 adb: don't append a slash to a path that already ends with one. by Josh Gao · 9 years ago
  12. f9eb731 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
  13. e8b58d2 adb: fix mistaken uses of SendFail in file_sync_service.cpp. by Josh Gao · 9 years ago
  14. aa6e826 Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 9 years ago
  15. 6032cf3 Merge "base: add SystemErrorCodeToString() function." by David Pursell · 9 years ago
  16. d32c76b base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  17. 0f1b4dd Merge changes I93287b87,I30a3eb0b by Josh Gao · 9 years ago
  18. c6f2da9 adb: add nullability specifiers to adb_client.h. by Josh Gao · 9 years ago
  19. aa5d1be adb: add adb_get_feature_set. by Josh Gao · 9 years ago
  20. 86015dd Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 9 years ago
  21. c12f5b5 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
  22. 4934173 adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
  23. 17e11e5 Merge "ADB security logging" by Rubin Xu · 9 years ago
  24. 114ce7e adb: fix subprocess termination for legacy shell. by David Pursell · 9 years ago
  25. 0110882 adb: fix GetFeatureSet() to indicate failure. by David Pursell · 9 years ago
  26. 8a512a9 base: add network address parsing function from adb. by David Pursell · 9 years ago
  27. 269dba9 ADB security logging by Rubin Xu · 9 years ago
  28. 751f712 adbd: use pty to determine whether a session is interactive. by Josh Gao · 9 years ago
  29. 51f5c31 adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
  30. 2dcbae0 Merge "adb: tag fatal, fatal_errno with printf attribute." by Josh Gao · 9 years ago
  31. e2eaec2 adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
  32. 82226c8 Merge "Increase the maximum shell command length to 4096ish." by Josh Gao · 9 years ago
  33. 5865802 Increase the maximum shell command length to 4096ish. by Josh Gao · 9 years ago
  34. f8b9163 Fix a couple sign-comparison warnings. by Dan Albert · 9 years ago
  35. 91cd282 Merge "adbd: Depend only on libminijail." by Jorge Lucangeli Obes · 9 years ago
  36. ae8d1f2 Improve dumb terminal support (emacs is dumb). by Elliott Hughes · 9 years ago
  37. 854133a adbd: Depend only on libminijail. by Jorge Lucangeli Obes · 9 years ago
  38. 5ea484c adbd: Remove check for set_supplementary_gids. by Jorge Lucangeli Obes · 9 years ago
  39. 20e0264 WA: Fix adb wait-for-device command by Leo Sartre · 9 years ago
  40. bafaf71 Limit adb_test to first multilib by Dan Willemsen · 9 years ago
  41. 5747c51 Give adb a proper progress bar. by Elliott Hughes · 9 years ago
  42. ea7e9d3 Merge "adb host: add device state in "adb wait-for-*"" by Elliott Hughes · 9 years ago
  43. 51ddff9 Merge "adb: extract USB FFS read/write limit constants." by Josh Gao · 9 years ago
  44. 66dca2d adb: extract USB FFS read/write limit constants. by Josh Gao · 9 years ago
  45. 360dc20 Merge "Improve "adb install"'s error message slightly." by Elliott Hughes · 9 years ago
  46. 2a1cc34 Improve "adb install"'s error message slightly. by Elliott Hughes · 9 years ago
  47. 1dbcbe5 adb: Use Minijail for privilege dropping. by Jorge Lucangeli Obes · 9 years ago
  48. b5ee443 Merge "Use selinux_android_setcon() instead of setcon()" by Tom Cherry · 9 years ago
  49. 387ea45 adb host: add device state in "adb wait-for-*" by Leo Sartre · 9 years ago
  50. a220fad Use selinux_android_setcon() instead of setcon() by Tom Cherry · 9 years ago
  51. 9d554a8 adb: split up reads longer than 16k. by Josh Gao · 9 years ago
  52. 575b1d4 More idiomatic cleanup of 9f75a035713d216469f1cabfe4a65f7864e2145a. by Elliott Hughes · 9 years ago
  53. 8068fce adbd: make a PR_CAPBSET_DROP error fatal. by Nick Kralevich · 9 years ago
  54. 2bea4c8 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  55. 6b04df6 Merge "adb: handle some edge cases with process environments." by Josh Gao · 9 years ago
  56. 008f776 adb: handle some edge cases with process environments. by Josh Gao · 9 years ago
  57. d10a260 Merge "adb: don't use setenv after forking." by Josh Gao · 9 years ago
  58. 2f6045a adb: don't use setenv after forking. by Josh Gao · 9 years ago
  59. d52f998 Merge "adb: make pulling symlinks and devices work." by Josh Gao · 9 years ago
  60. 12e9e28 adb: make pulling symlinks and devices work. by Josh Gao · 9 years ago
  61. 9d3dbf8 Merge "adbd: refactor priv dropping logic" by Mike Frysinger · 9 years ago
  62. f46cb15 Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 9 years ago
  63. ac25684 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  64. c54ce6d Merge "Revert "adb: Make HOME=/data/local/tmp"" by Nick Kralevich · 9 years ago
  65. abe8932 Revert "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 9 years ago
  66. 678cbf1 adbd: refactor priv dropping logic by Mike Frysinger · 9 years ago
  67. c6b3f80 Merge "adb: make the test_pull_dir test actually test something." by Josh Gao · 9 years ago
  68. c934f0c Merge "Move adb tests to system/core/adb." by Josh Gao · 9 years ago
  69. a5ec7f5 Simplify adb LinePrinter newline handling. by Elliott Hughes · 9 years ago
  70. d1201c1 adb: make the test_pull_dir test actually test something. by Josh Gao · 9 years ago
  71. 777c767 Move adb tests to system/core/adb. by Josh Gao · 9 years ago
  72. 7d60b1d Merge "adb: add help text for USB permission errors." by David Pursell · 9 years ago
  73. 4a11050 Merge "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 9 years ago
  74. 7960ab1 Merge "Switch from using sockaddr to sockaddr_storage." by Erik Kline · 9 years ago
  75. 0a99322 adb: Make HOME=/data/local/tmp by Nick Kralevich · 9 years ago
  76. c1f0bf1 Switch from using sockaddr to sockaddr_storage. by Erik Kline · 9 years ago
  77. e016f5c Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  78. e8bdb62 Merge "adbd: split up writes longer than 16k." by Josh Gao · 9 years ago
  79. a870b2c adbd: split up writes longer than 16k. by Josh Gao · 9 years ago
  80. a376a3c adb: add help text for USB permission errors. by David Pursell · 9 years ago
  81. f96c7be Merge "adb: don't divide by zero" by Josh Gao · 9 years ago
  82. 0b76abc Merge "Fix "adb sync" (and "adb push") error reporting." by Elliott Hughes · 9 years ago
  83. 563ad01 adb: don't divide by zero by Josh Gao · 9 years ago
  84. a3ce194 adb: don't pull symlinks when pulling a directory by Josh Gao · 9 years ago
  85. 7c795a4 adb: remove extraneous newline from skip message by Josh Gao · 9 years ago
  86. fa3bb46 adb: correctly count skipped files in push/pull by Josh Gao · 9 years ago
  87. b362e0d Fix "adb sync" (and "adb push") error reporting. by Elliott Hughes · 9 years ago
  88. 0b5e09c Move SendLargeFile into SyncConnection. by Elliott Hughes · 9 years ago
  89. 63d2a25 Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
  90. 4b592ff Don't send $TERM unless we're talking to a new adbd. by Elliott Hughes · 9 years ago
  91. 8d5bfbc Merge "adb: don't use adb_dirname in between getting and printing errno." by Josh Gao · 9 years ago
  92. e0b1321 adb: don't use adb_dirname in between getting and printing errno. by Josh Gao · 9 years ago
  93. fab89d2 adb: don't link against libcutils on Windows. by Josh Gao · 9 years ago
  94. ccda322 Pass $TERM to the device. by Elliott Hughes · 9 years ago
  95. cba1719 adb: don't pull symlinks. by Josh Gao · 9 years ago
  96. cd216b6 Improve adb help text and adb backup error reporting. by Elliott Hughes · 9 years ago
  97. 3d11af9 adb: win32: Unicode USB device names by Spencer Low · 9 years ago
  98. dedc60e adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
  99. b23752e Merge changes Ic124ecb9,I94de55d2 by Josh Gao · 9 years ago
  100. dc228dc Merge "adb: properly handle path separators on Windows." by Josh Gao · 9 years ago