1. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  2. a07dbad adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  3. e570b98 adb: Fix missing shell protocol usage. by David Pursell · 9 years ago
  4. 8a5a5aa adb: add client side shell protocol and enable. by David Pursell · 9 years ago
  5. e98825e adb: refactor _is_valid_ack_reply_fd by Spencer Low · 9 years ago
  6. 2e9f032 adb: `features` passes transport features. by David Pursell · 9 years ago
  7. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  8. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  9. 0bd8587 EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  10. b628cb1 adb sync cleanup. by Elliott Hughes · 9 years ago
  11. 996c12e Add `adb features`. by Dan Albert · 9 years ago
  12. 85ee64b adb: start-server and kill-server error output by Spencer Low · 9 years ago
  13. b9f0164 Always include the adb version in the log. by Elliott Hughes · 9 years ago
  14. b28812f adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 9 years ago
  15. a55dbd8 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 9 years ago
  16. 1337683 Clean up -p handling slightly. by Elliott Hughes · 9 years ago
  17. d189cfb More adb cleanup. by Elliott Hughes · 9 years ago
  18. 28d1f8d Write mkdirs in more idiomatic C++ style. by Alex Vallée · 9 years ago
  19. 24f9b08 Fix const-ness of strrchr callers. by Elliott Hughes · 9 years ago
  20. d9b84e5 Merge "adb: win32: fix exec-in and exec-out to use binary mode" by Elliott Hughes · 9 years ago
  21. d94e8ba "adb tcpip" should require a numeric argument. by Elliott Hughes · 9 years ago
  22. e916315 Move mkdirs to adb_utils. by Alex Vallée · 9 years ago
  23. 3d978e6 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  24. 7d8fc46 Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  25. 52746b0 Minor "adb help" fixes. by Elliott Hughes · 9 years ago
  26. e7af2d3 adb: win32: fix exec-in and exec-out to use binary mode by Spencer Low · 9 years ago
  27. d98ca8a Fix error handling/reporting for "adb forward" and "adb reverse". by Elliott Hughes · 9 years ago
  28. 803451e adb: win32: fix StringPrintf format string checking of %zd and PRIu64 by Spencer Low · 9 years ago
  29. 81d467e Merge "Fix "adb remount" for devices without an oem partition." by Elliott Hughes · 9 years ago
  30. dabb974 Fix "adb remount" for devices without an oem partition. by Elliott Hughes · 9 years ago
  31. 918dcdc Try to include the SHA in a ddmslib-compatible way. by Elliott Hughes · 9 years ago
  32. 7dc759f adb: win32: fix adb emu command by Spencer Low · 9 years ago
  33. a8285fb Include the git sha in the adb version. by Dan Albert · 9 years ago
  34. f251714 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  35. 3aec2ba Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  36. c68e0e2 Remove non-functional "adb persist". by Elliott Hughes · 9 years ago
  37. eaabdd6 Implement the ssh(1) escaping rules. by Elliott Hughes · 9 years ago
  38. fb59684 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  39. 88b4c85 More adb buffer fixes. by Elliott Hughes · 9 years ago
  40. da94581 More fixed-length buffer removal. by Elliott Hughes · 9 years ago
  41. 04a98c2 Move __adb_error to std::string, and improve various errors. by Elliott Hughes · 9 years ago
  42. 86f97fe Merge "Add missing null checks after allocations." by Elliott Hughes · 10 years ago
  43. d0269c9 Add missing null checks after allocations. by Elliott Hughes · 10 years ago
  44. 111a222 Plumb more of the error reporting through. by Elliott Hughes · 10 years ago
  45. c5a12b2 Fix "adb sync" for devices without vendor and oem. by Elliott Hughes · 10 years ago
  46. df5bb43 Fix the Windows adb build. by Elliott Hughes · 10 years ago
  47. e4b6479 Use escape_arg in "adb backup". by Elliott Hughes · 10 years ago
  48. 7cf3575 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 10 years ago
  49. 778df9c Merge "Fix more buffer overruns." by Elliott Hughes · 10 years ago
  50. 3810445 Fix more buffer overruns. by Elliott Hughes · 10 years ago
  51. d1a5b2b Use PRI* macros to fix the Windows build. by Elliott Hughes · 10 years ago
  52. 170b568 Remove various fixed-length buffers (and their overflows). by Elliott Hughes · 10 years ago
  53. 6a09693 Move sysdeps_win32 to C++. by Elliott Hughes · 10 years ago
  54. 7c5dcbb Disable CR/LF translation for adb interactive shell. by Alistair Buxton · 12 years ago
  55. 0db6764 adb: Add option to reboot into sideload mode in recovery by Tao Bao · 10 years ago
  56. beb6198 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 10 years ago
  57. db6fe64 File header cleanup. by Dan Albert · 10 years ago
  58. dedf767 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  59. 0c481d0 Revert "adb: support /oem partition" by Dan Albert · 10 years ago
  60. 95b2d54 adb: support /oem partition by Mårten Kongstad · 10 years ago
  61. f30d73c Move adb to C++. by Dan Albert · 10 years ago[Renamed (95%) from commandline.c]
  62. b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago