1. 2275f7d adb: sysdeps_test: improve smoke test. by Josh Gao · 9 years ago
  2. 44b08c7 Merge changes I4a8aa840,I9708f2a3 by Josh Gao · 9 years ago
  3. 2e70b2d Merge changes I9757ab85,Idac80a24 by Josh Gao · 9 years ago
  4. afcdcd7 adb: check for an error response from adbd between each write. by Josh Gao · 9 years ago
  5. 20a96c7 adbd: restore the old error handling behavior. by Josh Gao · 9 years ago
  6. 4a90842 Merge changes I6541bb13,I486055bb,Id6ac1c54,I16cf7d44 by Josh Gao · 9 years ago
  7. 69469c4 adb: change unsigned to uint32_t in sync struct definitions. by Josh Gao · 9 years ago
  8. 0985547 adb: detect when the client disconnects in wait-for-device. by Josh Gao · 9 years ago
  9. 022d447 adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 9 years ago
  10. 6487e74 adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. by Josh Gao · 9 years ago
  11. b6232b9 adb: move win32 fd base to 2048, fix fd allocation. by Josh Gao · 9 years ago
  12. 3777d2e adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 9 years ago
  13. d5126dd Merge "adb: fix clang-format for access modifier dedent." by Josh Gao · 9 years ago
  14. 5da522e adb: fix clang-format for access modifier dedent. by Josh Gao · 9 years ago
  15. 01f21da Add missing liblog dependency by Dimitry Ivanov · 9 years ago
  16. d7b3749 adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 9 years ago
  17. 69c81c7 Merge "adb: make adb_thread_func_t return void, add adb_thread_exit." by Josh Gao · 9 years ago
  18. b5fea14 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
  19. 7fea044 Merge "adb: mkdirs fixes" by Josh Gao · 9 years ago
  20. 6b42a2b adb: redact reference to secret internal time machine. by Josh Gao · 9 years ago
  21. dda68c0 Merge "adb: sysdeps: add support for joining threads." by Josh Gao · 9 years ago
  22. 85c45bd adb: mkdirs fixes by Spencer Low · 9 years ago
  23. 3b3e10d adb: sysdeps: add support for joining threads. by Josh Gao · 9 years ago
  24. 76d3308 Merge "adb: allow wine's output for sysdeps_win32 strerror test." by Josh Gao · 9 years ago
  25. 22554c9 adb: allow wine's output for sysdeps_win32 strerror test. by Josh Gao · 9 years ago
  26. 6bf323b adb: setsid() for adb host server. by Yabin Cui · 9 years ago
  27. b2803b5 Merge "adb: make ctrl-c when spawning a daemon not kill the daemon." by Josh Gao · 9 years ago
  28. b72b3f8 adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 9 years ago
  29. 1172b2e adb: fix mkdirs test. by Josh Gao · 9 years ago
  30. aae1eb2 Merge "adb: don't append a slash to a path that already ends with one." by Josh Gao · 9 years ago
  31. 53a0a99 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
  32. 323899b adb: don't append a slash to a path that already ends with one. by Josh Gao · 9 years ago
  33. 4323507 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
  34. 6ad06b9 adb: fix mistaken uses of SendFail in file_sync_service.cpp. by Josh Gao · 9 years ago
  35. 85c65da Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 9 years ago
  36. 79d8f07 Merge "base: add SystemErrorCodeToString() function." by David Pursell · 9 years ago
  37. 5f787ed base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  38. d18aea9 Merge changes I93287b87,I30a3eb0b by Josh Gao · 9 years ago
  39. a166e71 adb: add nullability specifiers to adb_client.h. by Josh Gao · 9 years ago
  40. f3f6a1d adb: add adb_get_feature_set. by Josh Gao · 9 years ago
  41. a935220 Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 9 years ago
  42. 2e02dc6 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
  43. a30b79a adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
  44. 8dfe21e Merge "ADB security logging" by Rubin Xu · 9 years ago
  45. 57dd5ae adb: fix subprocess termination for legacy shell. by David Pursell · 9 years ago
  46. 0aacbbe adb: fix GetFeatureSet() to indicate failure. by David Pursell · 9 years ago
  47. 706955f base: add network address parsing function from adb. by David Pursell · 9 years ago
  48. d61a25c ADB security logging by Rubin Xu · 9 years ago
  49. b5028e4 adbd: use pty to determine whether a session is interactive. by Josh Gao · 9 years ago
  50. c65fae9 adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
  51. 7db2cb6 Merge "adb: tag fatal, fatal_errno with printf attribute." by Josh Gao · 9 years ago
  52. 56e9bb9 adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
  53. 3472410 Merge "Increase the maximum shell command length to 4096ish." by Josh Gao · 9 years ago
  54. 7e6683c Increase the maximum shell command length to 4096ish. by Josh Gao · 9 years ago
  55. bac7bb5 Fix a couple sign-comparison warnings. by Dan Albert · 9 years ago
  56. 6fe9930 Merge "adbd: Depend only on libminijail." by Jorge Lucangeli Obes · 9 years ago
  57. d68ad69 Improve dumb terminal support (emacs is dumb). by Elliott Hughes · 9 years ago
  58. 218eb7c adbd: Depend only on libminijail. by Jorge Lucangeli Obes · 9 years ago
  59. fd79a5d adbd: Remove check for set_supplementary_gids. by Jorge Lucangeli Obes · 9 years ago
  60. 94e0776 WA: Fix adb wait-for-device command by Leo Sartre · 9 years ago
  61. 1e20e0a Limit adb_test to first multilib by Dan Willemsen · 9 years ago
  62. a00e6ef Give adb a proper progress bar. by Elliott Hughes · 9 years ago
  63. 82509e7 Merge "adb host: add device state in "adb wait-for-*"" by Elliott Hughes · 9 years ago
  64. 1ff7393 Merge "adb: extract USB FFS read/write limit constants." by Josh Gao · 9 years ago
  65. ae72b5a adb: extract USB FFS read/write limit constants. by Josh Gao · 9 years ago
  66. d361582 Merge "Improve "adb install"'s error message slightly." by Elliott Hughes · 9 years ago
  67. fe01885 Improve "adb install"'s error message slightly. by Elliott Hughes · 9 years ago
  68. 683dc48 adb: Use Minijail for privilege dropping. by Jorge Lucangeli Obes · 9 years ago
  69. 64cc082 Merge "Use selinux_android_setcon() instead of setcon()" by Tom Cherry · 9 years ago
  70. 1fbc9db adb host: add device state in "adb wait-for-*" by Leo Sartre · 9 years ago
  71. 38cd57a Use selinux_android_setcon() instead of setcon() by Tom Cherry · 9 years ago
  72. 0b19540 adb: split up reads longer than 16k. by Josh Gao · 9 years ago
  73. 9e7893b More idiomatic cleanup of 9f75a035713d216469f1cabfe4a65f7864e2145a. by Elliott Hughes · 9 years ago
  74. 9f75a03 adbd: make a PR_CAPBSET_DROP error fatal. by Nick Kralevich · 9 years ago
  75. 1b708d3 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  76. 80f3b04 Merge "adb: handle some edge cases with process environments." by Josh Gao · 9 years ago
  77. e03c988 adb: handle some edge cases with process environments. by Josh Gao · 9 years ago
  78. 5e15568 Merge "adb: don't use setenv after forking." by Josh Gao · 9 years ago
  79. 9b3fd67 adb: don't use setenv after forking. by Josh Gao · 9 years ago
  80. c8e7936 Merge "adb: make pulling symlinks and devices work." by Josh Gao · 9 years ago
  81. f264224 adb: make pulling symlinks and devices work. by Josh Gao · 9 years ago
  82. 6945e36 Merge "adbd: refactor priv dropping logic" by Mike Frysinger · 9 years ago
  83. aae38d9 Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 9 years ago
  84. 7d58607 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  85. ce4bbcf Merge "Revert "adb: Make HOME=/data/local/tmp"" by Nick Kralevich · 9 years ago
  86. b118762 Revert "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 9 years ago
  87. 4120ebc adbd: refactor priv dropping logic by Mike Frysinger · 9 years ago
  88. f31aba9 Merge "adb: make the test_pull_dir test actually test something." by Josh Gao · 9 years ago
  89. 4d0e10b Merge "Move adb tests to system/core/adb." by Josh Gao · 9 years ago
  90. 77f539a Simplify adb LinePrinter newline handling. by Elliott Hughes · 9 years ago
  91. ce8f2cd adb: make the test_pull_dir test actually test something. by Josh Gao · 9 years ago
  92. 191c154 Move adb tests to system/core/adb. by Josh Gao · 9 years ago
  93. 663e949 Merge "adb: add help text for USB permission errors." by David Pursell · 9 years ago
  94. 5358093 Merge "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 9 years ago
  95. 46b0b1c Merge "Switch from using sockaddr to sockaddr_storage." by Erik Kline · 9 years ago
  96. 173eb39 adb: Make HOME=/data/local/tmp by Nick Kralevich · 9 years ago
  97. 7e16cc1 Switch from using sockaddr to sockaddr_storage. by Erik Kline · 9 years ago
  98. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  99. 1c6cd21 Merge "adbd: split up writes longer than 16k." by Josh Gao · 9 years ago
  100. 6b531c4 adbd: split up writes longer than 16k. by Josh Gao · 9 years ago