1. 3aec2ba Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  2. 88b4c85 More adb buffer fixes. by Elliott Hughes · 9 years ago
  3. da94581 More fixed-length buffer removal. by Elliott Hughes · 9 years ago
  4. fe7ff81 Remove extern "C" barriers to using C++. by Elliott Hughes · 10 years ago
  5. dedf767 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  6. f30d73c Move adb to C++. by Dan Albert · 10 years ago
  7. b302d12 Move transport declarations into transport.h. by Dan Albert · 10 years ago
  8. 432ffe2 Move adb_main to its own file. by Dan Albert · 10 years ago
  9. 056ad0e Move the adb auth code into its own file. by Dan Albert · 10 years ago
  10. 07c7881 Add extern "C" to all the adb headers. by Dan Albert · 10 years ago
  11. bbbbea6 Begin moving code from adb to libadb. by Dan Albert · 10 years ago
  12. 5638a1a Fix disable-verity when the underlying block device is RO by Sami Tolvanen · 10 years ago
  13. 8ba2b02 Add adb enable-verity by Paul Lawrence · 10 years ago
  14. 5f35648 Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" by Paul Lawrence · 10 years ago
  15. 1be5462 Add more debug information. by leozwang · 10 years ago
  16. 74ca428 Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN. by Elliott Hughes · 10 years ago
  17. f25a6a4 Consolidate adb trace macro defines into its own header file. by leozwang · 10 years ago
  18. 434ee70 Redirect debug output to logcat. by leozwang · 10 years ago
  19. bcad29f add sideload-host mode to adb by Doug Zongker · 10 years ago
  20. a561272 Merge "Add "exec" service: shell commands with no pty." by Jeff Sharkey · 10 years ago
  21. c52ec1a Add "exec" service: shell commands with no pty. by Jeff Sharkey · 10 years ago
  22. 963a449 adb: implement "adb reverse <local> <remote>" by David 'Digit' Turner · 12 years ago
  23. ea06716 adb: deprecate legacy log service interface by Mark Salyzyn · 11 years ago
  24. edc991d am d036e661: am a0ce4e28: am 2c3e8e0c: am 67cb61ee: Merge "adb: Check sender\'s socket id when receiving packets." by Nick Kralevich · 11 years ago
  25. e92344d adb: Check sender's socket id when receiving packets. by David 'Digit' Turner · 11 years ago
  26. 0eb6a12 adb: deprecate legacy log service interface by Mark Salyzyn · 11 years ago
  27. 3f9f9ce adb: Handle adb connect in a thread by Benoit Goby · 12 years ago
  28. 12dc369 adb: Cleanup dead code by Benoit Goby · 12 years ago
  29. cb37c50 adb: Create private key with 0600 mode by Benoit Goby · 12 years ago
  30. 2cc19e4 adb: Add public key authentification by Benoit Goby · 13 years ago
  31. a644e93 Revert "adb: Add public key authentification" by Benoit Goby · 12 years ago
  32. 9efeeae adb: Add public key authentification by Benoit Goby · 13 years ago
  33. dc7c54a Merge "FunctionFS: initial implementation" by Benoit Goby · 12 years ago
  34. 8dd890f am 27042382: adb: Generalizing -s to take qualifiers. by Scott Anderson · 12 years ago
  35. 84d62e9 am fa02092e: adb: Transmit key properties in banner of connect message by Scott Anderson · 12 years ago
  36. 2704238 adb: Generalizing -s to take qualifiers. by Scott Anderson · 12 years ago
  37. fa02092 adb: Transmit key properties in banner of connect message by Scott Anderson · 12 years ago
  38. d7270f2 FunctionFS: initial implementation by Andrzej Pietrasiewicz · 13 years ago
  39. 1ad95a1 am 9526a788: Merge "adb: Add ability to specify device path" into ics-aah by Scott Anderson · 12 years ago
  40. 6dfaf4b adb: Add ability to specify device path by Scott Anderson · 13 years ago
  41. 88468f3 adb: Don't synchronize with transport using sleep by Benoit Goby · 13 years ago
  42. 32a1571 Enables ADBD tracing in the emulator. by Vladimir Chtchetkine · 13 years ago
  43. 6b217ed add "adb sideload" and sideload connection state by Doug Zongker · 13 years ago
  44. e03ba84 Revert "adb: kick the transport after sending the "adb root" command" by Mike Lockwood · 13 years ago
  45. 32764dd adb: Update version to 1.0.28 by Mike Lockwood · 13 years ago
  46. b9eb257 adb: kick the transport after sending the "adb root" command by Mike Lockwood · 13 years ago
  47. cf5379b Add 'adb restore' to parallel 'adb backup' by Christopher Tate · 13 years ago
  48. 7377912 Add 'adb backup' for pulling a full backup tarfile to the host by Christopher Tate · 14 years ago
  49. 2e5dd6e adb: fix subprocess exit handling, oom adjust fixes, extra debugging. by JP Abgrall · 14 years ago
  50. 1f501f3 Revert "Fix adb hang when subprocess dies early." by JP Abgrall · 14 years ago
  51. 5066a9b Fix adb hang when subprocess dies early. by JP Abgrall · 14 years ago
  52. 8733752 Build adb for target-as-host by John Michelau · 14 years ago
  53. 01c2c30 adb connect and disconnect improvements: by Mike Lockwood · 14 years ago
  54. 1ec0342 Let "adb connect" connect to emulators too by Stefan Hilzinger · 15 years ago
  55. 92ca4fa Make adb's daemon-port on the host machine configurable. by Stefan Hilzinger · 15 years ago
  56. 9086bfa adb: Add five second timeout for USB writes on Linux host. by Mike Lockwood · 15 years ago
  57. 857f17a Make get_my_path() safer by Alexey Tarasov · 15 years ago
  58. 5f2c4a1 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  59. a8b3875 adb: Fix emulator support. by Mike Lockwood · 15 years ago
  60. b51ae57 adb: Improved support for running adb over TCP/IP by Mike Lockwood · 15 years ago
  61. 21fe06f adb: On Linux, detect USB devices for which adb does not have permissions to communicate with. by Mike Lockwood · 15 years ago
  62. a91f54c adb: add "adb reboot" command. by Mike Lockwood · 15 years ago
  63. 47ea41d adb: Increment ADB_SERVER_VERSION by Mike Lockwood · 15 years ago
  64. 4ac1e28 adb: Allow enabling of device side adbd logging with a persistent system property. by Mike Lockwood · 15 years ago
  65. 30a4033 Support for 3rd party USB Vendor IDs in adb. by Xavier Ducrohet · 15 years ago
  66. 2ef5fc2 Preparation work for adb to support USB vendor Ids provided by SDK add-ons. by Xavier Ducrohet · 15 years ago
  67. 3e82491 adb: osx: Match devices based on interface subclass and protocol by Dima Zavin · 15 years ago
  68. 9ca14dc auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  69. 334880a auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  70. c39d59d Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  71. 25320a3 Initial Contribution by The Android Open Source Project · 16 years ago