1. 2bd4124 Fix build with clang by Bernhard Rosenkränzer · 10 years ago
  2. 4d04d24 fix memory leak in copy_remote_dir_local by Riley Andrews · 10 years ago
  3. 058932c Remove unused local variable. by Chih-Hung Hsieh · 10 years ago
  4. 98f58e8 Fix some style issues in adb_commandline(). by Riley Andrews · 10 years ago
  5. c8514c8 Refactor the host adb argument parsing loop to remove a goto by Riley Andrews · 10 years ago
  6. 1d931bc Fix build by Paul Lawrence · 10 years ago
  7. 982089d Add adb enable-verity by Paul Lawrence · 10 years ago
  8. ec900bb Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" by Paul Lawrence · 10 years ago
  9. 3463755 adb warns on remount when verity is enabled by Paul Lawrence · 10 years ago
  10. ab3446d adbd & fastbootd: Support for new f_fs descriptor format by Badhri Jagan Sridharan · 10 years ago
  11. 298b6c7 Fix build on mac. by leozwang · 10 years ago
  12. cbf0267 Add more debug information. by leozwang · 10 years ago
  13. 67a7a4a Fix adb/fastboot windows compilations. by Christopher Ferris · 10 years ago
  14. 02ef15f Merge "Introduce "adb keygen"" by Elliott Hughes · 10 years ago
  15. dbb7c46 Merge "ADB on linux: Handle USB SuperSpeed extra Descriptors" by Elliott Hughes · 10 years ago
  16. bea3f9c Introduce "adb keygen" by Nick Kralevich · 10 years ago
  17. a5e9b06 Merge "adb: enable superspeed support" by Elliott Hughes · 10 years ago
  18. d6ee9f2 adb: enable superspeed support by Zhuang Jin Can · 10 years ago
  19. b79a2d5 Clean up adb/Android.mk by Trevor Drake · 10 years ago
  20. 023bc0a Merge "Fix deadlocks." by Elliott Hughes · 10 years ago
  21. 97ac0e1 Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN. by Elliott Hughes · 10 years ago
  22. 8432ddc system/core: Remove AID_GRAPHICS from adb groups by Ajay Dudani · 10 years ago
  23. c66aed8 Remove the adb usb vendor id whitelist. by Elliott Hughes · 10 years ago
  24. 97e1e17 Merge "Disable vendor id filtering for OS X." by Elliott Hughes · 10 years ago
  25. 0750f78 Merge "Remove explict use of ASCII encoding" by Elliott Hughes · 10 years ago
  26. 01d49e8 Merge "adb: Add USB vendor ID for Ubiquiti Networks, Inc." by Elliott Hughes · 10 years ago
  27. 2a4b5f9 Remove explict use of ASCII encoding by Al Sutton · 10 years ago
  28. 8e01cc6 Disable vendor id filtering for OS X. by Al Sutton · 10 years ago
  29. aa3e17e Merge "Return path including executable instead of without" by Elliott Hughes · 10 years ago
  30. 26b53bb Return path including executable instead of without by Al Sutton · 10 years ago
  31. 5566490 Disable vendor id filtering for Linux. by Elliott Hughes · 10 years ago
  32. f456d47 Fix building on modern versions of Xcode and OS X. by Al Sutton · 10 years ago
  33. 868cf42 adb: Add USB vendor ID for Ubiquiti Networks, Inc. by Jeremy Chang · 10 years ago
  34. 0655d38 Merge "Revert "adb: Add USB vendor ID for Honeywell"" by Elliott Hughes · 10 years ago
  35. 3e01bb8 Revert "adb: Add USB vendor ID for Honeywell" by Elliott Hughes · 10 years ago
  36. d325e86 kill HAVE_TERMIO_H by Yabin Cui · 10 years ago
  37. e77b6a0 kill HAVE_FORKEXEC by Yabin Cui · 10 years ago
  38. 2655256 am 452f08a0: Merge "Add razer usb vid for future use with adb" by Elliott Hughes · 10 years ago
  39. 3410d33 Add razer usb vid for future use with adb by Stuart Wells · 10 years ago
  40. cb3739b am 7e38ab47: am 951c48c5: Merge "adb: Add USB vendor ID for TrekStor GmbH" by JP Abgrall · 10 years ago
  41. 4fa99e5 adb: Add USB vendor ID for TrekStor GmbH by Thorsten Koroscha · 10 years ago
  42. f17c42f am 2f431a8d: Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 10 years ago
  43. 2f431a8 Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 10 years ago
  44. d2ee707 am 3ea87c33: Fix build breakage for missing -Wcpp option on old GCC versions. by Stephen Hines · 10 years ago
  45. 3ea87c3 Fix build breakage for missing -Wcpp option on old GCC versions. by Stephen Hines · 10 years ago
  46. 1e95e0b am 64f44b84: Merge "Remove obsolete reference to ddk; Fixes for -Werror" into lmp-dev by Stephen Hines · 10 years ago
  47. 64f44b8 Merge "Remove obsolete reference to ddk; Fixes for -Werror" into lmp-dev by Stephen Hines · 10 years ago
  48. 43aecc5 am c75dac39: Merge "fix for adbd pinning CPU" into lmp-dev by Vince Harron · 10 years ago
  49. b75d6f1 Remove obsolete reference to ddk; Fixes for -Werror by Andrew Hsieh · 10 years ago
  50. 1f88f8e am 9005ec37: am e3d3016d: Merge "Switch from using base64 BIOs to encoding funcs." by Alex Klyubin · 10 years ago
  51. e3d3016 Merge "Switch from using base64 BIOs to encoding funcs." by Alex Klyubin · 10 years ago
  52. af436b1 fix for adbd pinning CPU by Vince Harron · 10 years ago
  53. 736fd4a am 8e1e5415: am 5b4a1767: Merge "Revert "Switch adb to epoll(2)."" by Dan Albert · 10 years ago
  54. 45741ae Revert "Switch adb to epoll(2)." by Dan Albert · 10 years ago
  55. 0ab784d am 790e7c0a: am 3772545c: Merge "Switch adb to epoll(2)." by Elliott Hughes · 10 years ago
  56. 67de155 Switch adb to epoll(2). by Elliott Hughes · 10 years ago
  57. edda73d fix windows build by Doug Zongker · 10 years ago
  58. d372c5c Merge changes I11e84a7b,I5adaedd8 by Kenny Root · 10 years ago
  59. 52e0b61 adb: fix 64-bit build by Colin Cross · 10 years ago
  60. 8e49ae4 add sideload-host mode to adb by Doug Zongker · 10 years ago
  61. a5ab96e 74602: Fixes adb not seeing connected devices on Mac. by Esteban de la Canal · 10 years ago
  62. da5b2d6 am 99bb69c1: am f41ee3d5: Merge "74602: Fixes adb not seeing connected devices on Mac." by Esteban de la Canal · 10 years ago
  63. f41ee3d Merge "74602: Fixes adb not seeing connected devices on Mac." by Esteban de la Canal · 10 years ago
  64. 9dd83dc 74602: Fixes adb not seeing connected devices on Mac. by Esteban de la Canal · 10 years ago
  65. 8fa75e4 am 6608a46c: am c4ff0389: Merge "adb: Add USB vendor ID for Alco Digital Devices Limited" by Elliott Hughes · 10 years ago
  66. 553630e adb: Add USB vendor ID for Alco Digital Devices Limited by DanielMo · 10 years ago
  67. 84e533d am 228f8261: Merge "delete_file() should force removal." into lmp-dev by Jeff Sharkey · 10 years ago
  68. 41b3cfa delete_file() should force removal. by Jeff Sharkey · 10 years ago
  69. fb849bd am fc8e16bf: am 2c805883: Merge "Add -Wno-deprecated-declarations to makefiles." by Christopher Ferris · 10 years ago
  70. 2c80588 Merge "Add -Wno-deprecated-declarations to makefiles." by Christopher Ferris · 10 years ago
  71. 6d94763 am 379ca94d: am 299a32c8: Merge "Include ADB_HOST only code in #if ADB_HOST." by Chih-Hung Hsieh · 10 years ago
  72. 299a32c Merge "Include ADB_HOST only code in #if ADB_HOST." by Chih-Hung Hsieh · 10 years ago
  73. f787b38 Include ADB_HOST only code in #if ADB_HOST. by Chih-Hung Hsieh · 10 years ago
  74. 709569f am 0dcc3f65: am 9c814648: Merge "Add USB Vendor ID for Micromax Informatics Ltd." by Elliott Hughes · 10 years ago
  75. 4d10523 Add USB Vendor ID for Micromax Informatics Ltd. by Abhishek Karmakar · 10 years ago
  76. 179d9d6 Switch from using base64 BIOs to encoding funcs. by Adam Langley · 10 years ago
  77. 51448eb Add -Wno-deprecated-declarations to makefiles. by Christopher Ferris · 10 years ago
  78. 0c3d98b am 87ad7cdc: am e1ba39aa: Merge "Fix 64-bit host build." by Ying Wang · 10 years ago
  79. 42a809b Fix 64-bit host build. by Ying Wang · 10 years ago
  80. e772705 am 771f6f29: am 29c5a78f: Merge "Fix build of adb with gcc-4.9." by Elliott Hughes · 10 years ago
  81. 678bd2e Fix build of adb with gcc-4.9. by Alexander Ivchenko · 10 years ago
  82. 8a01917 am 46a8ffe8: Fix Windows adb build by avoiding "bool" by Brian Carlstrom · 10 years ago
  83. 46a8ffe Fix Windows adb build by avoiding "bool" by Brian Carlstrom · 10 years ago
  84. 8c9b155 am 43d65b69: Merge "Escape single quotes in arguments." into lmp-dev by Jeff Sharkey · 10 years ago
  85. 440df7b am 830a8641: am a8d0c4a2: Merge "Move host \'get-state\' service up so that it works." by Elliott Hughes · 10 years ago
  86. 29c5a78 Merge "Fix build of adb with gcc-4.9." by Elliott Hughes · 10 years ago
  87. 5372333 Fix build of adb with gcc-4.9. by Alexander Ivchenko · 10 years ago
  88. a8d0c4a Merge "Move host 'get-state' service up so that it works." by Elliott Hughes · 10 years ago
  89. 0cc642c Partially revert argument escaping. by Jeff Sharkey · 10 years ago
  90. dcd2f0e Uniformly escape shell arguments. by Jeff Sharkey · 10 years ago
  91. 43d65b6 Merge "Escape single quotes in arguments." into lmp-dev by Jeff Sharkey · 10 years ago
  92. d9c4b14 Move host 'get-state' service up so that it works. by Simon Ye · 10 years ago
  93. d0eee74 Escape single quotes in arguments. by Jeff Sharkey · 10 years ago
  94. 0500402 am a361503e: Merge "Consolidate adb trace macro defines into its own header file." into lmp-dev by leozwang · 10 years ago
  95. 43eb2ea am ec531e5c: am 47a12389: Merge "Fix adb "ptsname is not thread-safe; use ptsname_r instead" build break." by Elliott Hughes · 10 years ago
  96. dc22c3c Move host 'get-state' service up so that it works. by Simon Ye · 10 years ago
  97. d235288 Fix adb "ptsname is not thread-safe; use ptsname_r instead" build break. by Elliott Hughes · 10 years ago
  98. a361503 Merge "Consolidate adb trace macro defines into its own header file." into lmp-dev by leozwang · 10 years ago
  99. d3fc15f Consolidate adb trace macro defines into its own header file. by leozwang · 10 years ago
  100. a6ff5c9 Fix adb "ptsname is not thread-safe; use ptsname_r instead" build break. by Elliott Hughes · 10 years ago