1. 71528fc Plumb more of the error reporting through. by Elliott Hughes · 10 years ago
  2. 9217fd5 Add a couple more adb shell regression tests. by Elliott Hughes · 10 years ago
  3. a95e7a0 Merge "adb: set sys.usb.ffs.ready to signal usb pullup" by Badhri Jagan Sridharan · 10 years ago
  4. 8ac242f adb: set sys.usb.ffs.ready to signal usb pullup by Badhri Jagan Sridharan · 10 years ago
  5. e139d62 Add a test for shell escaping. by Elliott Hughes · 10 years ago
  6. a9ec2d1 Fix "adb sync" for devices without vendor and oem. by Elliott Hughes · 10 years ago
  7. b26ef78 Merge "Always explain why bind(2) failed." by Elliott Hughes · 10 years ago
  8. 2ee7de5 Merge "Use ' quoting to escape arguments." by Elliott Hughes · 10 years ago
  9. b74e37f Fix windows adb build by Colin Cross · 10 years ago
  10. 7743a69 Merge "statically link adb and fastboot against libc++" by Colin Cross · 10 years ago
  11. 9a8cad9 Always explain why bind(2) failed. by Elliott Hughes · 10 years ago
  12. 1d7c1e2 Fix the Windows adb build. by Elliott Hughes · 10 years ago
  13. a4fa66d Use ' quoting to escape arguments. by Elliott Hughes · 10 years ago
  14. bde9dd6 Use escape_arg in "adb backup". by Elliott Hughes · 10 years ago
  15. 832562c Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 10 years ago
  16. 230cd81 Switch adb over to clang. by Elliott Hughes · 10 years ago
  17. 8bbc83c Merge "Fix more buffer overruns." by Elliott Hughes · 10 years ago
  18. 74ef4fe Fix more buffer overruns. by Elliott Hughes · 10 years ago
  19. fb68945 Use PRI* macros to fix the Windows build. by Elliott Hughes · 10 years ago
  20. b47b5e9 Remove various fixed-length buffers (and their overflows). by Elliott Hughes · 10 years ago
  21. 97f426b Merge "Remove extern "C" barriers to using C++." by Elliott Hughes · 10 years ago
  22. a075416 Remove extern "C" barriers to using C++. by Elliott Hughes · 10 years ago
  23. 52b9855 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 10 years ago
  24. 51d19e1 Merge "Move usb_osx to C++." by Dan Albert · 10 years ago
  25. f644813 Merge "Link libraries needed for Darwin adb tests." by Dan Albert · 10 years ago
  26. db386ba Move usb_osx to C++. by Dan Albert · 10 years ago
  27. c95508b Link libraries needed for Darwin adb tests. by Dan Albert · 10 years ago
  28. 9fec6f7 statically link adb and fastboot against libc++ by Colin Cross · 10 years ago
  29. dc993c3 Move sysdeps_win32 to C++. by Elliott Hughes · 10 years ago
  30. 4627ff4 Switch usb_linux_client to C++. by Elliott Hughes · 10 years ago
  31. aff71c1 Move get_my_path_darwin to C++. by Elliott Hughes · 10 years ago
  32. 491ad6e Merge "Set verity mode as the verified property value" by Sami Tolvanen · 10 years ago
  33. 7e35194 Disable CR/LF translation for adb interactive shell. by Alistair Buxton · 12 years ago
  34. 1317dc3 Fix "adb devices -l". by Elliott Hughes · 10 years ago
  35. d72fe20 Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. by Elliott Hughes · 10 years ago
  36. 5d70a74 Set verity mode as the verified property value by Sami Tolvanen · 10 years ago
  37. a5638ec adb: Add option to reboot into sideload mode in recovery by Tao Bao · 10 years ago
  38. be4210d Revert "Remove the emulator special case from the "adb root" code." by Dan Albert · 10 years ago
  39. e7f5d34 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 10 years ago
  40. ee7036c Additional cleanup of start_device_log. by Dan Albert · 10 years ago
  41. 498a3a8 Use text based trace masks for adbd. by Dan Albert · 10 years ago
  42. c444ecb Merge "The generic failure case disappeared..." by Dan Albert · 10 years ago
  43. 454d42c Merge "File header cleanup." by Dan Albert · 10 years ago
  44. 58fb4e5 The generic failure case disappeared... by Dan Albert · 10 years ago
  45. 8a7ce5e File header cleanup. by Dan Albert · 10 years ago
  46. feb005d Fix clang-format file for correct indent settings. by Dan Albert · 10 years ago
  47. 370399c Merge "Fix memory leak on jdwp_process_free()" by Dan Albert · 10 years ago
  48. 34d4912 Fix file descriptor leakage in adbd by Pavel Labath · 10 years ago
  49. 03ea886 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  50. f2f22e6 Revert "adb: support /oem partition" by Dan Albert · 10 years ago
  51. 1e9abfa adb: support /oem partition by Mårten Kongstad · 10 years ago
  52. 6aaf6b9 Create libbase. by Dan Albert · 10 years ago
  53. 1b4aefd adb doesn't actually use libzipfile. by Elliott Hughes · 10 years ago
  54. 98a4892 Fix build from -Werror=maybe-uninitialized. by Dan Albert · 10 years ago
  55. 654c424 Move adb to C++. by Dan Albert · 10 years ago
  56. 01bcb92 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago
  57. e320d19 Fix a writex transcription error. by Dan Albert · 10 years ago
  58. ab86529 Make the root/unroot test more robust. by Dan Albert · 10 years ago
  59. e4b641b Fix memory leak on jdwp_process_free() by SungHyun Kwon · 10 years ago
  60. 7db19dd check if uid=0 before attempting remount by Nick Kralevich · 10 years ago
  61. 31c5c4b Test readx/writex (now renamed). by Dan Albert · 10 years ago
  62. 092ce8e Remove _(GNU|XOPEN)_SOURCE makefile cruft. by Dan Albert · 10 years ago
  63. 21d2da4 Add some basic tests to adb. by Dan Albert · 10 years ago
  64. 7d3ae58 Fix the mac build. by Dan Albert · 10 years ago
  65. 06626ef Merge "Move transport declarations into transport.h." by Dan Albert · 10 years ago
  66. 9815c9f Move transport declarations into transport.h. by Dan Albert · 10 years ago
  67. 65547d9 Add .clang-format file. by Dan Albert · 10 years ago
  68. fd9694e Merge "Add a project wide clang switch." by Dan Albert · 10 years ago
  69. 67aa329 Add a project wide clang switch. by Dan Albert · 10 years ago
  70. 6b6dcd6 Merge "Remove the emulator special case from the "adb root" code." by Elliott Hughes · 10 years ago
  71. 0430be9 Make Python tests only check the current device. by Dan Albert · 10 years ago
  72. 30319d9 Fix Mac build. by Dan Albert · 10 years ago
  73. b4e1f4c Remove the emulator special case from the "adb root" code. by Elliott Hughes · 10 years ago
  74. e7d5ae6 Fix Windows SDK build. by Dan Albert · 10 years ago
  75. b133edd Add missing <stdlib.h> to adb_listeners.c. by Elliott Hughes · 10 years ago
  76. 61c1f9b Merge "Move more into libadb and libadbd." by Dan Albert · 10 years ago
  77. 94058ef Merge "Oops. Fix make variable name. Thanks again, make." by Dan Albert · 10 years ago
  78. d7ead51 Merge "Ignore another stupid lint warning." by Dan Albert · 10 years ago
  79. b865390 Add more logging message and dead code by Nanik Tolaram · 10 years ago
  80. 8aec9de Move more into libadb and libadbd. by Dan Albert · 10 years ago
  81. 905af7c Oops. Fix make variable name. Thanks again, make. by Dan Albert · 10 years ago
  82. bc7ff08 Ignore another stupid lint warning. by Dan Albert · 10 years ago
  83. 6b0ce80 Merge "Lose adb.c and sockets.c to libadb." by Dan Albert · 10 years ago
  84. 27c10bd Lose adb.c and sockets.c to libadb. by Dan Albert · 10 years ago
  85. 9f46045 Merge "Document the behavior of props affecting adb root." by Dan Albert · 10 years ago
  86. b3ebcc6 Document the behavior of props affecting adb root. by Dan Albert · 10 years ago
  87. 53840b1 Fix Windows adb build. by Dan Albert · 10 years ago
  88. 991e974 Move adb_main to its own file. by Dan Albert · 10 years ago
  89. f205098 Move the listener code into its own file. by Dan Albert · 10 years ago
  90. e274025 Move the adb auth code into its own file. by Dan Albert · 10 years ago
  91. eff8857 Merge "Move emulator tracing into its own file." by Dan Albert · 10 years ago
  92. 9e71934 Move emulator tracing into its own file. by Dan Albert · 10 years ago
  93. 7cbda85 Fix build. by Elliott Hughes · 10 years ago
  94. 9d906b3 Merge "adb: add "adb unroot" to restart adb in non-root mode" by Elliott Hughes · 10 years ago
  95. b7d9ef3 adb: add "adb unroot" to restart adb in non-root mode by Dan Pasanen · 11 years ago
  96. 3895be6 Move USB transport code to libadb. by Dan Albert · 10 years ago
  97. c6827c3 Merge "Add extern "C" to all the adb headers." by Dan Albert · 10 years ago
  98. ebcbdfb Add extern "C" to all the adb headers. by Dan Albert · 10 years ago
  99. b6d5f6f Ignore useless cpplint messages in adb. by Dan Albert · 10 years ago
  100. 315a19a fix bug that passing invalid fd to fstats on win32 builds by eric.yan · 10 years ago