1. 961083e adbd's children should have SIGPIPE set to SIG_DFL. by Elliott Hughes · 7 years ago
  2. fd20a0f Remove dead code. by Elliott Hughes · 8 years ago
  3. 81a870e liblog: adb: move security interfaces to private by Mark Salyzyn · 8 years ago
  4. 5f17a90 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  5. c2d2cb6 base: rename unique_fd::clear() to unique_fd::reset(). by Josh Gao · 8 years ago
  6. ea7457b adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 8 years ago
  7. 8d84a31 adb: fix fd leak when shell fails to create a thread. by Josh Gao · 8 years ago
  8. a654514 adb: don't dup local socket fd. by Josh Gao · 8 years ago
  9. 6d3a75a adb: fix fd double close, Subprocess lifetime issue. by Josh Gao · 8 years ago
  10. aeee003 adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 8 years ago
  11. 857e659 Kill adb's ScopedFd for unique_fd. by Elliott Hughes · 8 years ago
  12. 57cb217 adb: replace failing exits in adbd with abort(). by Josh Gao · 8 years ago
  13. 4bdf38b Address const issue in preparation for libcxx rebase. by Dan Austin · 8 years ago
  14. aa7c375 Merge changes I93514d22,I57dbc113,I707ffbd1 by Josh Gao · 8 years ago
  15. 9a4b5e9 adbd: fix spurious close of uninitialized fd. by Josh Gao · 8 years ago
  16. 1b533c8 adb: make ScopedFd universally accessible and useful. by Josh Gao · 8 years ago
  17. 7d40525 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  18. 9dc2e93 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
  19. ea71e27 Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 9 years ago
  20. 182dc32 adb: fix subprocess termination for legacy shell. by David Pursell · 9 years ago
  21. 29a64f9 ADB security logging by Rubin Xu · 9 years ago
  22. 8a63116 adbd: use pty to determine whether a session is interactive. by Josh Gao · 9 years ago
  23. 6a98c6e adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
  24. 81ea002 adb: handle some edge cases with process environments. by Josh Gao · 9 years ago
  25. 8d76c45 adb: don't use setenv after forking. by Josh Gao · 9 years ago
  26. e031c19 Revert "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 9 years ago
  27. fdf0142 adb: Make HOME=/data/local/tmp by Nick Kralevich · 9 years ago
  28. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  29. ff44456 Pass $TERM to the device. by Elliott Hughes · 9 years ago
  30. a826579 adb shell SIGWINCH support. by Elliott Hughes · 9 years ago
  31. 90676d9 Set HOME, LOGNAME, SHELL, and USER from adbd. by Elliott Hughes · 9 years ago
  32. 3fe11f6 adb: non-interactive shell stdin. by David Pursell · 9 years ago
  33. 5fc2231 adb: keep file flags in fdevent_install. by Yabin Cui · 9 years ago
  34. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  35. 2b8d4a4 adb: Kill subprocess when the client exits. by David Pursell · 9 years ago
  36. 8da19a4 adb: implement shell protocol. by David Pursell · 9 years ago
  37. 917dcfa adb: refactor subprocess code. by David Pursell · 9 years ago
  38. 4f344bb adb: move shell service to a separate file. by David Pursell · 9 years ago