1. 356b73d fix up adb to prefer /sbin/sh if it exists by Koushik K. Dutta · 14 years ago fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1
  2. 9c0892a adb: use asocket's close function when closing. by Josh Gao · 8 years ago
  3. 7fb9afd adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 8 years ago
  4. f85456f Revert "adbd: Don't close/reopen FFS ep0 on disconnect" by Mayank Rana · 9 years ago
  5. 4ebedb9 adbd: enable USB SuperSpeed (again) by Jack Pham · 9 years ago
  6. df33ffa fs_config: replace getenv('OUT') by new fs_config parameter by Thierry Strudel · 9 years ago
  7. 1cddc20 Ignore ro.adb.secure in user builds. by Elliott Hughes · 9 years ago
  8. d62bce8 adb: win32: fix key files reading/writing by Spencer Low · 9 years ago
  9. 23d8407 Improve adb install help. by Svetoslav · 9 years ago
  10. 0b3baac Document the -g option to adb install. by Lorenzo Colitti · 9 years ago
  11. 2181c72 Fix ' escaping in adb. by Elliott Hughes · 9 years ago
  12. a51d8b9 Failure to find an oem partition should not be a remount failure. by Elliott Hughes · 9 years ago
  13. 207ddb2 Fix "adb remount" for devices without an oem partition. by Elliott Hughes · 9 years ago
  14. c33e62b Merge "Be tolerant of devices that don't report serials." into mnc-dev by Benson Leung · 9 years ago
  15. 02418b3 Try to include the SHA in a ddmslib-compatible way. by Elliott Hughes · 9 years ago
  16. 6043e15 Be tolerant of devices that don't report serials. by Dan Albert · 9 years ago
  17. c1cfbd3 Include the git sha in the adb version. by Dan Albert · 9 years ago
  18. aceb9c0 Implement the ssh(1) escaping rules. by Elliott Hughes · 9 years ago
  19. e1a5500 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  20. 92af733 More adb buffer fixes. by Elliott Hughes · 9 years ago
  21. f1a58f8 More fixed-length buffer removal. by Elliott Hughes · 9 years ago
  22. 0156589 Add missing 'else' to fix all devices showing up as "host". by Elliott Hughes · 9 years ago
  23. 2e06d30 Fix Win32 build. by Elliott Hughes · 9 years ago
  24. 71aeb79 Move __adb_error to std::string, and improve various errors. by Elliott Hughes · 9 years ago
  25. d81f75a Remove strtok from adb. by Elliott Hughes · 9 years ago
  26. 03a90d6 Support the full length of USB serial numbers. by Elliott Hughes · 9 years ago
  27. ce6363b Improve logging of USBDEVFS_CLAIMINTERFACE failures. by Elliott Hughes · 9 years ago
  28. 876881b Merge "Add missing null checks after allocations." by Elliott Hughes · 9 years ago
  29. dc3b459 Add missing null checks after allocations. by Elliott Hughes · 9 years ago
  30. 1555147 Plumb more of the error reporting through. by Elliott Hughes · 9 years ago
  31. 8e6edc0 Add a couple more adb shell regression tests. by Elliott Hughes · 9 years ago
  32. 82b0f7b Merge "adb: set sys.usb.ffs.ready to signal usb pullup" by Badhri Jagan Sridharan · 9 years ago
  33. 5f97370 adb: set sys.usb.ffs.ready to signal usb pullup by Badhri Jagan Sridharan · 9 years ago
  34. 0053bb3 Add a test for shell escaping. by Elliott Hughes · 9 years ago
  35. d236d07 Fix "adb sync" for devices without vendor and oem. by Elliott Hughes · 9 years ago
  36. e434ad1 Merge "Always explain why bind(2) failed." by Elliott Hughes · 9 years ago
  37. 14b6573 Merge "Use ' quoting to escape arguments." by Elliott Hughes · 9 years ago
  38. dc1e482 Fix windows adb build by Colin Cross · 9 years ago
  39. b2b06de Merge "statically link adb and fastboot against libc++" by Colin Cross · 9 years ago
  40. 7b50609 Always explain why bind(2) failed. by Elliott Hughes · 9 years ago
  41. 53daee6 Fix the Windows adb build. by Elliott Hughes · 9 years ago
  42. 5498ade Use ' quoting to escape arguments. by Elliott Hughes · 9 years ago
  43. 6c34bba Use escape_arg in "adb backup". by Elliott Hughes · 9 years ago
  44. a7090b9 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 9 years ago
  45. 2083fa6 Switch adb over to clang. by Elliott Hughes · 9 years ago
  46. 61a004c Merge "Fix more buffer overruns." by Elliott Hughes · 9 years ago
  47. 5830577 Fix more buffer overruns. by Elliott Hughes · 9 years ago
  48. 2940ccf Use PRI* macros to fix the Windows build. by Elliott Hughes · 9 years ago
  49. 2baae3a Remove various fixed-length buffers (and their overflows). by Elliott Hughes · 9 years ago
  50. 0b8ecb3 Merge "Remove extern "C" barriers to using C++." by Elliott Hughes · 9 years ago
  51. 2d4121c Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  52. 7be29c8 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 9 years ago
  53. a4802ca Merge "Move usb_osx to C++." by Dan Albert · 9 years ago
  54. c4f8fa7 Merge "Link libraries needed for Darwin adb tests." by Dan Albert · 9 years ago
  55. 7447dd0 Move usb_osx to C++. by Dan Albert · 9 years ago
  56. f8d6b9b Link libraries needed for Darwin adb tests. by Dan Albert · 9 years ago
  57. 55bf5f0 statically link adb and fastboot against libc++ by Colin Cross · 9 years ago
  58. a2f2e56 Move sysdeps_win32 to C++. by Elliott Hughes · 9 years ago
  59. 2acec91 Switch usb_linux_client to C++. by Elliott Hughes · 9 years ago
  60. 1a4d85a Move get_my_path_darwin to C++. by Elliott Hughes · 9 years ago
  61. 284c5cb Merge "Set verity mode as the verified property value" by Sami Tolvanen · 9 years ago
  62. dfa09fd Disable CR/LF translation for adb interactive shell. by Alistair Buxton · 11 years ago
  63. 09a45a1 Fix "adb devices -l". by Elliott Hughes · 9 years ago
  64. bcc2b5f Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. by Elliott Hughes · 9 years ago
  65. 4547423 Set verity mode as the verified property value by Sami Tolvanen · 9 years ago
  66. 175b7bb adb: Add option to reboot into sideload mode in recovery by Tao Bao · 9 years ago
  67. 868402e Revert "Remove the emulator special case from the "adb root" code." by Dan Albert · 9 years ago
  68. 5018406 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 9 years ago
  69. 8743ef9 Additional cleanup of start_device_log. by Dan Albert · 9 years ago
  70. ea2175a Use text based trace masks for adbd. by Dan Albert · 9 years ago
  71. a16b0f4 Merge "The generic failure case disappeared..." by Dan Albert · 9 years ago
  72. 28f0769 Merge "File header cleanup." by Dan Albert · 9 years ago
  73. 08f66bc The generic failure case disappeared... by Dan Albert · 9 years ago
  74. 3313426 File header cleanup. by Dan Albert · 9 years ago
  75. 683238c Fix clang-format file for correct indent settings. by Dan Albert · 9 years ago
  76. b4ebc47 Merge "Fix memory leak on jdwp_process_free()" by Dan Albert · 9 years ago
  77. 64d9adc Fix file descriptor leakage in adbd by Pavel Labath · 9 years ago
  78. ec7a667 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 9 years ago
  79. 6084a01 Revert "adb: support /oem partition" by Dan Albert · 9 years ago
  80. 81416fd adb: support /oem partition by Mårten Kongstad · 10 years ago
  81. 98ff772 Create libbase. by Dan Albert · 9 years ago
  82. 46270d2 adb doesn't actually use libzipfile. by Elliott Hughes · 9 years ago
  83. 83ca56a Fix build from -Werror=maybe-uninitialized. by Dan Albert · 9 years ago
  84. bac3474 Move adb to C++. by Dan Albert · 9 years ago
  85. 9b1fd96 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago
  86. f3519a8 Fix a writex transcription error. by Dan Albert · 9 years ago
  87. 857d7db Make the root/unroot test more robust. by Dan Albert · 9 years ago
  88. abb80e0 Fix memory leak on jdwp_process_free() by SungHyun Kwon · 9 years ago
  89. 268eb4f check if uid=0 before attempting remount by Nick Kralevich · 9 years ago
  90. cc731cc Test readx/writex (now renamed). by Dan Albert · 9 years ago
  91. 7fd821e Remove _(GNU|XOPEN)_SOURCE makefile cruft. by Dan Albert · 9 years ago
  92. 055f1aa Add some basic tests to adb. by Dan Albert · 9 years ago
  93. dc0f8ec Fix the mac build. by Dan Albert · 9 years ago
  94. 72bf2a7 Merge "Move transport declarations into transport.h." by Dan Albert · 9 years ago
  95. 7664901 Move transport declarations into transport.h. by Dan Albert · 9 years ago
  96. 103c1be Add .clang-format file. by Dan Albert · 9 years ago
  97. 5329d3f Merge "Add a project wide clang switch." by Dan Albert · 9 years ago
  98. 9697ce5 Add a project wide clang switch. by Dan Albert · 9 years ago
  99. 70385f3 Merge "Remove the emulator special case from the "adb root" code." by Elliott Hughes · 9 years ago
  100. b2e57b7 Make Python tests only check the current device. by Dan Albert · 9 years ago