1. 217b8fc adbd: increase oom_score_adj for `adb shell` by Josh Gao · 6 years ago
  2. cc9414e adb: delete vestigial SHELL_EXIT_NOTIFY_FD. by Josh Gao · 6 years ago
  3. 28589bb adb: implement std::make_unique, start using it. by Josh Gao · 6 years ago
  4. d42df42 Set $TMPDIR for `adb shell`. by Elliott Hughes · 6 years ago
  5. ba4d9fd Set $HOSTNAME in adbd. by Elliott Hughes · 7 years ago
  6. bcadc77 adbd: improve thread names. by Josh Gao · 7 years ago
  7. e1dacfc adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  8. 9eb5518 adbd's children should have SIGPIPE set to SIG_DFL. by Elliott Hughes · 7 years ago
  9. 284f07b Remove dead code. by Elliott Hughes · 8 years ago
  10. 6debf98 liblog: adb: move security interfaces to private by Mark Salyzyn · 8 years ago
  11. ff2dcd9 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  12. 5d1b1a8 base: rename unique_fd::clear() to unique_fd::reset(). by Josh Gao · 8 years ago
  13. 924d35a adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 8 years ago
  14. e31a7a4 adb: fix fd leak when shell fails to create a thread. by Josh Gao · 8 years ago
  15. cd5d737 adb: don't dup local socket fd. by Josh Gao · 8 years ago
  16. 344778d adb: fix fd double close, Subprocess lifetime issue. by Josh Gao · 8 years ago
  17. f2aa186 adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 8 years ago
  18. 2ce86e5 Kill adb's ScopedFd for unique_fd. by Elliott Hughes · 8 years ago
  19. 4abdeee adb: replace failing exits in adbd with abort(). by Josh Gao · 8 years ago
  20. 80fd454 Address const issue in preparation for libcxx rebase. by Dan Austin · 8 years ago
  21. 1cd680c Merge changes I93514d22,I57dbc113,I707ffbd1 by Josh Gao · 8 years ago
  22. fcb063c adbd: fix spurious close of uninitialized fd. by Josh Gao · 8 years ago
  23. f0d3b4f adb: make ScopedFd universally accessible and useful. by Josh Gao · 8 years ago
  24. b5fea14 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  25. 4323507 adb: report subprocess creation errors to the client. by Josh Gao · 8 years ago
  26. a935220 Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 8 years ago
  27. 57dd5ae adb: fix subprocess termination for legacy shell. by David Pursell · 8 years ago
  28. d61a25c ADB security logging by Rubin Xu · 8 years ago
  29. b5028e4 adbd: use pty to determine whether a session is interactive. by Josh Gao · 8 years ago
  30. c65fae9 adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 8 years ago
  31. e03c988 adb: handle some edge cases with process environments. by Josh Gao · 8 years ago
  32. 9b3fd67 adb: don't use setenv after forking. by Josh Gao · 8 years ago
  33. b118762 Revert "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 8 years ago
  34. 173eb39 adb: Make HOME=/data/local/tmp by Nick Kralevich · 8 years ago
  35. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 8 years ago
  36. 18ddf5c Pass $TERM to the device. by Elliott Hughes · 9 years ago
  37. c15b17f adb shell SIGWINCH support. by Elliott Hughes · 9 years ago
  38. fbe4332 Set HOME, LOGNAME, SHELL, and USER from adbd. by Elliott Hughes · 9 years ago
  39. 1ed57f0 adb: non-interactive shell stdin. by David Pursell · 9 years ago
  40. 6dfef25 adb: keep file flags in fdevent_install. by Yabin Cui · 9 years ago
  41. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  42. 544e795 adb: Kill subprocess when the client exits. by David Pursell · 9 years ago
  43. 0955c66 adb: implement shell protocol. by David Pursell · 9 years ago
  44. a932058 adb: refactor subprocess code. by David Pursell · 9 years ago
  45. 80f6702 adb: move shell service to a separate file. by David Pursell · 9 years ago