1. 3a8376d Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 10 years ago
  2. e3802e4 adb: add -Tt options to `adb shell`. by David Pursell · 10 years ago
  3. b636bf2 adb: Fix missing shell protocol usage. by David Pursell · 10 years ago
  4. 007d3d1 adb: add client side shell protocol and enable. by David Pursell · 10 years ago
  5. 48df250 adb: refactor _is_valid_ack_reply_fd by Spencer Low · 10 years ago
  6. 7dfd5a2 adb: `features` passes transport features. by David Pursell · 10 years ago
  7. 0a1894a adb: clean up debug tracing a little. by Yabin Cui · 10 years ago
  8. fbdd87e adb: set thread names (linux & mac) by Siva Velusamy · 10 years ago
  9. 0f5083a EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 10 years ago
  10. d7efa5a adb sync cleanup. by Elliott Hughes · 10 years ago
  11. 50560d1 Add `adb features`. by Dan Albert · 10 years ago
  12. 4b54b4a adb: start-server and kill-server error output by Spencer Low · 10 years ago
  13. 0e70b5c Always include the adb version in the log. by Elliott Hughes · 10 years ago
  14. d8a6958 adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 10 years ago
  15. b144089 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 10 years ago
  16. f1181a3 Clean up -p handling slightly. by Elliott Hughes · 10 years ago
  17. 776956b More adb cleanup. by Elliott Hughes · 10 years ago
  18. f428021 Write mkdirs in more idiomatic C++ style. by Alex Vallée · 10 years ago
  19. 93eadbe Fix const-ness of strrchr callers. by Elliott Hughes · 10 years ago
  20. cc27fb1 Merge "adb: win32: fix exec-in and exec-out to use binary mode" by Elliott Hughes · 10 years ago
  21. 7c20a43 "adb tcpip" should require a numeric argument. by Elliott Hughes · 10 years ago
  22. b7d4777 Move mkdirs to adb_utils. by Alex Vallée · 10 years ago
  23. 44dddf7 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 10 years ago
  24. f1f9fae Turn on -Wformat-nonliteral. by Dan Albert · 10 years ago
  25. 180f5b2 Minor "adb help" fixes. by Elliott Hughes · 10 years ago
  26. b87988f adb: win32: fix exec-in and exec-out to use binary mode by Spencer Low · 10 years ago
  27. 549c258 Fix error handling/reporting for "adb forward" and "adb reverse". by Elliott Hughes · 10 years ago
  28. 7eb05ea adb: win32: fix StringPrintf format string checking of %zd and PRIu64 by Spencer Low · 10 years ago
  29. 7697efd Merge "Fix "adb remount" for devices without an oem partition." by Elliott Hughes · 10 years ago
  30. d9957bb Fix "adb remount" for devices without an oem partition. by Elliott Hughes · 10 years ago
  31. 5e83e14 Try to include the SHA in a ddmslib-compatible way. by Elliott Hughes · 10 years ago
  32. f8efb47 adb: win32: fix adb emu command by Spencer Low · 10 years ago
  33. a57aca5 Include the git sha in the adb version. by Dan Albert · 10 years ago
  34. cdc3c92 Simplify adb_thread_create. by Elliott Hughes · 10 years ago
  35. 376a423 Give enum types CamelCase names for clarity. by Elliott Hughes · 10 years ago
  36. 36f0c3c Remove non-functional "adb persist". by Elliott Hughes · 10 years ago
  37. df8a948 Implement the ssh(1) escaping rules. by Elliott Hughes · 10 years ago
  38. a3b5ec8 Add WriteFdFmt and clean up more code. by Elliott Hughes · 10 years ago
  39. b068ccb More adb buffer fixes. by Elliott Hughes · 10 years ago
  40. 24b0b4b More fixed-length buffer removal. by Elliott Hughes · 10 years ago
  41. 8117c71 Move __adb_error to std::string, and improve various errors. by Elliott Hughes · 10 years ago
  42. 0fc5811 Merge "Add missing null checks after allocations." by Elliott Hughes · 10 years ago
  43. 2213c2d Add missing null checks after allocations. by Elliott Hughes · 10 years ago
  44. 71528fc Plumb more of the error reporting through. by Elliott Hughes · 10 years ago
  45. a9ec2d1 Fix "adb sync" for devices without vendor and oem. by Elliott Hughes · 10 years ago
  46. 1d7c1e2 Fix the Windows adb build. by Elliott Hughes · 10 years ago
  47. bde9dd6 Use escape_arg in "adb backup". by Elliott Hughes · 10 years ago
  48. 832562c Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 10 years ago
  49. 8bbc83c Merge "Fix more buffer overruns." by Elliott Hughes · 10 years ago
  50. 74ef4fe Fix more buffer overruns. by Elliott Hughes · 10 years ago
  51. fb68945 Use PRI* macros to fix the Windows build. by Elliott Hughes · 10 years ago
  52. b47b5e9 Remove various fixed-length buffers (and their overflows). by Elliott Hughes · 10 years ago
  53. dc993c3 Move sysdeps_win32 to C++. by Elliott Hughes · 10 years ago
  54. 7e35194 Disable CR/LF translation for adb interactive shell. by Alistair Buxton · 12 years ago
  55. a5638ec adb: Add option to reboot into sideload mode in recovery by Tao Bao · 10 years ago
  56. e7f5d34 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 10 years ago
  57. 8a7ce5e File header cleanup. by Dan Albert · 10 years ago
  58. 03ea886 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  59. f2f22e6 Revert "adb: support /oem partition" by Dan Albert · 10 years ago
  60. 1e9abfa adb: support /oem partition by Mårten Kongstad · 11 years ago
  61. 654c424 Move adb to C++. by Dan Albert · 10 years ago[Renamed (95%) from adb/commandline.c]
  62. 01bcb92 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago