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