1. ac3f7d9 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 9 years ago
  2. d92fd41 Merge "Make connection states a proper type." by Dan Albert · 9 years ago
  3. dcd78a1 Make connection states a proper type. by Dan Albert · 9 years ago
  4. 075e860 Ignore whitespace/indent issues from cpplint. by Dan Albert · 9 years ago
  5. 747a6f2 Merge "adb: win32: fix key files reading/writing" by Dan Albert · 9 years ago
  6. 569a130 Make pty raw in adb shell when non-interactive. by Dan Albert · 9 years ago
  7. 4e00081 Merge "adb: win32: fix StringPrintf format string checking of %zd and PRIu64" by Dan Albert · 9 years ago
  8. 0df0690 Merge "adb: win32: fix daemon acknowledgement" by Dan Albert · 9 years ago
  9. 84b0bf2 Fix ' escaping in adb. by Elliott Hughes · 9 years ago
  10. 6001c87 adb: win32: fix StringPrintf format string checking of %zd and PRIu64 by Spencer Low · 9 years ago
  11. 4af3c40 adb: Do not share memory between multiple thread by Alan Jeon · 10 years ago
  12. d396dc9 adb: win32: fix daemon acknowledgement by Spencer Low · 9 years ago
  13. 9aa4fda Failure to find an oem partition should not be a remount failure. by Elliott Hughes · 9 years ago
  14. c89e0cc Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago
  15. 218dbcc Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  16. 3e1cb6d Revert "Probably fix the Mac build." by Dan Albert · 9 years ago
  17. 49513cb Probably fix the Mac build. by Dan Albert · 9 years ago
  18. ee5ce0d Merge "Fix "adb remount" for devices without an oem partition." by Elliott Hughes · 9 years ago
  19. cf07494 Split adb_main.cpp into client and daemon. by Dan Albert · 9 years ago
  20. f85f111 Merge "Try to include the SHA in a ddmslib-compatible way." by Elliott Hughes · 9 years ago
  21. 5677c23 Fix "adb remount" for devices without an oem partition. by Elliott Hughes · 9 years ago
  22. f3bbfa6 Try to include the SHA in a ddmslib-compatible way. by Elliott Hughes · 9 years ago
  23. aee80fb Add some missing 'const's. by Elliott Hughes · 9 years ago
  24. 9b96031 adb: win32: fix key files reading/writing by Spencer Low · 9 years ago
  25. 142ec75 adb: win32: fix adb emu command by Spencer Low · 9 years ago
  26. d99d902 Be tolerant of devices that don't report serials. by Dan Albert · 9 years ago
  27. 3edd54b Add some missing 'static's. by Elliott Hughes · 9 years ago
  28. 1ba1d7c Include the git sha in the adb version. by Dan Albert · 9 years ago
  29. 3f05fb5 Merge "Disable adb tests for Windows." by Dan Albert · 9 years ago
  30. a7a67c3 Disable adb tests for Windows. by Dan Albert · 9 years ago
  31. 2e4a2ee _beginthread returns uintptr_t. by Elliott Hughes · 9 years ago
  32. 9b0f354 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  33. 3bd73c1 Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  34. 32687be Remove non-functional "adb persist". by Elliott Hughes · 9 years ago
  35. f25752d Merge "Implement the ssh(1) escaping rules." by Elliott Hughes · 9 years ago
  36. 2b10111 Implement the ssh(1) escaping rules. by Elliott Hughes · 9 years ago
  37. 2e57163 Make test_track_devices.cpp output easier to read. by Elliott Hughes · 9 years ago
  38. ab52c18 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  39. e67f1f8 More adb buffer fixes. by Elliott Hughes · 9 years ago
  40. 6452a89 More fixed-length buffer removal. by Elliott Hughes · 9 years ago
  41. 3ce9575 Add missing 'else' to fix all devices showing up as "host". by Elliott Hughes · 9 years ago
  42. 1b600a9 Fix Win32 build. by Elliott Hughes · 9 years ago
  43. 078f0fc Move __adb_error to std::string, and improve various errors. by Elliott Hughes · 9 years ago
  44. 8d5fa6d Remove strtok from adb. by Elliott Hughes · 9 years ago
  45. 9309ecb Support the full length of USB serial numbers. by Elliott Hughes · 9 years ago
  46. ce6363b Improve logging of USBDEVFS_CLAIMINTERFACE failures. by Elliott Hughes · 9 years ago
  47. 876881b Merge "Add missing null checks after allocations." by Elliott Hughes · 9 years ago
  48. dc3b459 Add missing null checks after allocations. by Elliott Hughes · 9 years ago
  49. 1555147 Plumb more of the error reporting through. by Elliott Hughes · 9 years ago
  50. 8e6edc0 Add a couple more adb shell regression tests. by Elliott Hughes · 9 years ago
  51. 82b0f7b Merge "adb: set sys.usb.ffs.ready to signal usb pullup" by Badhri Jagan Sridharan · 9 years ago
  52. 5f97370 adb: set sys.usb.ffs.ready to signal usb pullup by Badhri Jagan Sridharan · 9 years ago
  53. 0053bb3 Add a test for shell escaping. by Elliott Hughes · 9 years ago
  54. d236d07 Fix "adb sync" for devices without vendor and oem. by Elliott Hughes · 9 years ago
  55. e434ad1 Merge "Always explain why bind(2) failed." by Elliott Hughes · 9 years ago
  56. 14b6573 Merge "Use ' quoting to escape arguments." by Elliott Hughes · 9 years ago
  57. dc1e482 Fix windows adb build by Colin Cross · 9 years ago
  58. b2b06de Merge "statically link adb and fastboot against libc++" by Colin Cross · 9 years ago
  59. 7b50609 Always explain why bind(2) failed. by Elliott Hughes · 9 years ago
  60. 53daee6 Fix the Windows adb build. by Elliott Hughes · 9 years ago
  61. 5498ade Use ' quoting to escape arguments. by Elliott Hughes · 9 years ago
  62. 6c34bba Use escape_arg in "adb backup". by Elliott Hughes · 9 years ago
  63. a7090b9 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 9 years ago
  64. 2083fa6 Switch adb over to clang. by Elliott Hughes · 9 years ago
  65. 61a004c Merge "Fix more buffer overruns." by Elliott Hughes · 9 years ago
  66. 5830577 Fix more buffer overruns. by Elliott Hughes · 9 years ago
  67. 2940ccf Use PRI* macros to fix the Windows build. by Elliott Hughes · 9 years ago
  68. 2baae3a Remove various fixed-length buffers (and their overflows). by Elliott Hughes · 9 years ago
  69. 0b8ecb3 Merge "Remove extern "C" barriers to using C++." by Elliott Hughes · 9 years ago
  70. 2d4121c Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  71. 7be29c8 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 9 years ago
  72. a4802ca Merge "Move usb_osx to C++." by Dan Albert · 9 years ago
  73. c4f8fa7 Merge "Link libraries needed for Darwin adb tests." by Dan Albert · 9 years ago
  74. 7447dd0 Move usb_osx to C++. by Dan Albert · 9 years ago
  75. f8d6b9b Link libraries needed for Darwin adb tests. by Dan Albert · 9 years ago
  76. 55bf5f0 statically link adb and fastboot against libc++ by Colin Cross · 9 years ago
  77. a2f2e56 Move sysdeps_win32 to C++. by Elliott Hughes · 9 years ago
  78. 2acec91 Switch usb_linux_client to C++. by Elliott Hughes · 9 years ago
  79. 1a4d85a Move get_my_path_darwin to C++. by Elliott Hughes · 9 years ago
  80. 284c5cb Merge "Set verity mode as the verified property value" by Sami Tolvanen · 9 years ago
  81. dfa09fd Disable CR/LF translation for adb interactive shell. by Alistair Buxton · 11 years ago
  82. 09a45a1 Fix "adb devices -l". by Elliott Hughes · 9 years ago
  83. bcc2b5f Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. by Elliott Hughes · 9 years ago
  84. 4547423 Set verity mode as the verified property value by Sami Tolvanen · 9 years ago
  85. 175b7bb adb: Add option to reboot into sideload mode in recovery by Tao Bao · 9 years ago
  86. 868402e Revert "Remove the emulator special case from the "adb root" code." by Dan Albert · 9 years ago
  87. 5018406 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 9 years ago
  88. 8743ef9 Additional cleanup of start_device_log. by Dan Albert · 9 years ago
  89. ea2175a Use text based trace masks for adbd. by Dan Albert · 9 years ago
  90. a16b0f4 Merge "The generic failure case disappeared..." by Dan Albert · 9 years ago
  91. 28f0769 Merge "File header cleanup." by Dan Albert · 9 years ago
  92. 08f66bc The generic failure case disappeared... by Dan Albert · 9 years ago
  93. 3313426 File header cleanup. by Dan Albert · 9 years ago
  94. 683238c Fix clang-format file for correct indent settings. by Dan Albert · 9 years ago
  95. b4ebc47 Merge "Fix memory leak on jdwp_process_free()" by Dan Albert · 9 years ago
  96. 64d9adc Fix file descriptor leakage in adbd by Pavel Labath · 9 years ago
  97. ec7a667 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 9 years ago
  98. 6084a01 Revert "adb: support /oem partition" by Dan Albert · 9 years ago
  99. 81416fd adb: support /oem partition by Mårten Kongstad · 10 years ago
  100. 98ff772 Create libbase. by Dan Albert · 9 years ago