1. 8ba2b02 Add adb enable-verity by Paul Lawrence · 10 years ago
  2. 5f35648 Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" by Paul Lawrence · 10 years ago
  3. 3b9e074 Clean up adb/Android.mk by Trevor Drake · 10 years ago
  4. 3b5a741 Remove the adb usb vendor id whitelist. by Elliott Hughes · 10 years ago
  5. 736c6d6 am b1170856: Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 10 years ago
  6. b117085 Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 10 years ago
  7. e49c0cf am e7c06ee5: Fix build breakage for missing -Wcpp option on old GCC versions. by Stephen Hines · 10 years ago
  8. e7c06ee Fix build breakage for missing -Wcpp option on old GCC versions. by Stephen Hines · 10 years ago
  9. 8ac4618 am 1dfb990f: Merge "Remove obsolete reference to ddk; Fixes for -Werror" into lmp-dev by Stephen Hines · 10 years ago
  10. b73d0e0 Remove obsolete reference to ddk; Fixes for -Werror by Andrew Hsieh · 10 years ago
  11. cdd8dc9 am fc8e16bf: am 33ff03b8: Merge "Add -Wno-deprecated-declarations to makefiles." by Christopher Ferris · 10 years ago
  12. d930691 Add -Wno-deprecated-declarations to makefiles. by Christopher Ferris · 10 years ago
  13. 8fb7e96 am 67b86f25: Merge "Redirect debug output to logcat." into lmp-dev by leozwang · 10 years ago
  14. ce2f106 fix adb build on Darwin by Tim Murray · 10 years ago
  15. 434ee70 Redirect debug output to logcat. by leozwang · 10 years ago
  16. 6aecc44 Add "exec" service: shell commands with no pty. by Jeff Sharkey · 10 years ago
  17. c52ec1a Add "exec" service: shell commands with no pty. by Jeff Sharkey · 10 years ago
  18. 2e93a2c Merge changes Idfd1a114,If725a1cb,I61211165,If9a05ccb by Mark Salyzyn · 10 years ago
  19. 248ffb6 Remove unused LOCAL_LDLIBS. by Ying Wang · 10 years ago
  20. 63e39f2 adb: turn on -Werror by Mark Salyzyn · 10 years ago
  21. ea06716 adb: deprecate legacy log service interface by Mark Salyzyn · 11 years ago
  22. bec305f adb: regression from Move list.c to inlines by Mark Salyzyn · 11 years ago
  23. 155c49a adb: configure /system file permission with fs_config by Liang Cheng · 11 years ago
  24. 308d2c1 Move liblog headers to system/core/include/log by Colin Cross · 11 years ago
  25. 12dc369 adb: Cleanup dead code by Benoit Goby · 11 years ago
  26. ed1107d Correct LOCAL_LDLIBS of adb by Chih-Wei Huang · 12 years ago
  27. 9dc5069 Dist fastboot and adb for the sdk build. by Ying Wang · 12 years ago
  28. ed7bc3f adb: Link statically with libcrypto by Benoit Goby · 12 years ago
  29. 2cc19e4 adb: Add public key authentification by Benoit Goby · 12 years ago
  30. a644e93 Revert "adb: Add public key authentification" by Benoit Goby · 12 years ago
  31. 9efeeae adb: Add public key authentification by Benoit Goby · 12 years ago
  32. 1a9dca1 adb: Remove unused flags by Benoit Goby · 12 years ago
  33. 0926403 Don't allow adb to run as root in user builds. by Nick Kralevich · 13 years ago
  34. f5287b7 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  35. cf5379b Add 'adb restore' to parallel 'adb backup' by Christopher Tate · 13 years ago
  36. 7377912 Add 'adb backup' for pulling a full backup tarfile to the host by Christopher Tate · 13 years ago
  37. 0bfff6e dist for dist_files by Ying Wang · 14 years ago
  38. 097e2df Don't build adb for sdk only builds by Benoit Goby · 14 years ago
  39. aa082e7 Don't build adb for simulator target by Benoit Goby · 14 years ago
  40. 8733752 Build adb for target-as-host by John Michelau · 14 years ago
  41. 49c74a1 Revert "adb: Use new libusbhost library for USB support on Linux host." by Mike Lockwood · 14 years ago
  42. a7d6612 am 3358dd2d: am 8c3616d1: merge from open-source master by The Android Open Source Project · 14 years ago
  43. ed0e49c am c3e09972: am 62c34b91: merge from open-source master by The Android Open Source Project · 14 years ago
  44. 8c3616d merge from open-source master by The Android Open Source Project · 14 years ago
  45. 62c34b9 merge from open-source master by The Android Open Source Project · 14 years ago
  46. 18ab0d6 adb: remove obsolete shell history support. by Mike Lockwood · 14 years ago
  47. 5563d52 Use linenoise to add simple editing and history to the Android shell. by Jack Palevich · 14 years ago
  48. 0c6c4de adb: Use new libusbhost library for USB support on Linux host. by Mike Lockwood · 14 years ago
  49. 34db389 Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 14 years ago
  50. 173b0c6 Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 14 years ago
  51. 12a1d04 FreeBSD support for usb-connected devices in adb by Alexey Tarasov · 15 years ago
  52. 121c4ec BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK by Raphael · 15 years ago
  53. 853a6d8 adb: Remove adbd from simulator build. by Mike Lockwood · 15 years ago
  54. 2ef5fc2 Preparation work for adb to support USB vendor Ids provided by SDK add-ons. by Xavier Ducrohet · 15 years ago
  55. b1c2c95 Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon. by David 'Digit' Turner · 15 years ago
  56. bb24b58 adb seems to build in 64 bit mode these days, so it's safe to build for the simulator too. by Marco Nelissen · 15 years ago
  57. 9ca14dc auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  58. 334880a auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  59. a8b14ab auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  60. c39d59d Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  61. 25320a3 Initial Contribution by The Android Open Source Project · 16 years ago