1. 225459a Remove obsolete vdc call. by Nick Kralevich · 10 years ago
  2. 818d641 adb: Check sender's socket id when receiving packets. by David 'Digit' Turner · 11 years ago
  3. 893a4a4 adb: Only use properties on device builds by Nick Kralevich · 11 years ago
  4. 1c45ee9 adb: Handle adb connect in a thread by Benoit Goby · 11 years ago
  5. ca8e66a Make init handle reboots by Nick Kralevich · 11 years ago
  6. 5192363 am b544da0b: am d7cab8bf: Merge "adb : add missing connection states" by Colin Cross · 11 years ago
  7. b544da0 am d7cab8bf: Merge "adb : add missing connection states" by Colin Cross · 11 years ago
  8. a5ad539 adb : add missing connection states by trevd · 11 years ago
  9. c6d7e20 toolbox: Make reboot a separate command from toolbox by Benoit Goby · 11 years ago
  10. 277626e am 844306bd: am cc4499b6: Merge "adb: use correct header file." by Nick Kralevich · 11 years ago
  11. e2864bf adb: use correct header file. by Nick Kralevich · 11 years ago
  12. 4c609e9 Remove CAP_NET_RAW from adb by Nick Kralevich · 11 years ago
  13. 1531c96 Merge "adb: Fix secure adb when booting with usb attached" by Benoit Goby · 11 years ago
  14. 080427e adb: drop capability bounding set on user builds by Nick Kralevich · 11 years ago
  15. b9c0870 am e149855a: am 523a2090: Merge "adb: Use 64 bit capabilities." by Nick Kralevich · 11 years ago
  16. 109f4e1 adb: Use 64 bit capabilities. by Nick Kralevich · 11 years ago
  17. 045a4a9 adb: Fix secure adb when booting with usb attached by Benoit Goby · 11 years ago
  18. 49f0f77 am 282caf3b: am 260f3471: am f8afaebe: Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64" by Kenny Root · 11 years ago
  19. f8afaeb Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64" by Kenny Root · 11 years ago
  20. 8e85644 Merge "adb: Add "unauthorized" connection state" by Benoit Goby · 11 years ago
  21. 5bf8a42 am 3dbcb6d6: am 98d07897: Merge "Windows adb: Make client stdout and stderr handles uninheritable" by David Turner · 11 years ago
  22. 98d0789 Merge "Windows adb: Make client stdout and stderr handles uninheritable" by David Turner · 11 years ago
  23. 77e8e58 adb: Add "unauthorized" connection state by Benoit Goby · 11 years ago
  24. 571c136 adb: HACK: (linux only) allow temp mitigation for multithreaded issues by JP Abgrall · 12 years ago
  25. cbb9891 Windows adb: include stdint.h for uint8_t on MinGW-w64 by Ray Donnelly · 12 years ago
  26. 267aa8b Windows adb: Make client stdout and stderr handles uninheritable by Ray Donnelly · 12 years ago
  27. d7b3308 Support adb client connect to remote server by Matt Gumbel · 12 years ago
  28. 0d82fbf adb: Improve ADB's forward redirection management. by David 'Digit' Turner · 12 years ago
  29. d6d4286 Bring back ADB_EXTERNAL_STORAGE. by Jeff Sharkey · 12 years ago
  30. d5fcafa adb: Add public key authentification by Benoit Goby · 12 years ago
  31. bfcd810 Iteration on multi-user external storage. by Jeff Sharkey · 12 years ago
  32. 3fc95a9 Revert "adb: Add public key authentification" by Benoit Goby · 12 years ago
  33. 300d6d6 Merge "adb: Add public key authentification" into jb-mr1-dev by Benoit Goby · 12 years ago
  34. 9367f4f Replace a segfault with a warning. by John Grossman · 12 years ago
  35. 5dd0f86 Migrate sdcard0 to shell-accessible location. by Jeff Sharkey · 12 years ago
  36. f4ed516 adb: Add public key authentification by Benoit Goby · 12 years ago
  37. 885342a Multi-user external storage support. by Jeff Sharkey · 12 years ago
  38. 1dd55c5 Allow adb to listen both on usb and tcp. by Mike J. Chen · 12 years ago
  39. c29569c Merge "FunctionFS: initial implementation" by Benoit Goby · 12 years ago
  40. 845f106 am 1b7a7e81: adb: Use bionic\'s strtok_r() for Windows by Scott Anderson · 12 years ago
  41. 1b7a7e8 adb: Use bionic's strtok_r() for Windows by Scott Anderson · 12 years ago
  42. 0e9e13e am 2ca3e6b3: adb: Generalizing -s to take qualifiers. by Scott Anderson · 12 years ago
  43. 3fef581 am e82c2db0: adb: Transmit key properties in banner of connect message by Scott Anderson · 12 years ago
  44. 2ca3e6b adb: Generalizing -s to take qualifiers. by Scott Anderson · 12 years ago
  45. e82c2db adb: Transmit key properties in banner of connect message by Scott Anderson · 12 years ago
  46. a102082 am c7993af6: adb: Fix compiler warning by Scott Anderson · 12 years ago
  47. fd96db1 FunctionFS: initial implementation by Andrzej Pietrasiewicz · 12 years ago
  48. c7993af adb: Fix compiler warning by Scott Anderson · 12 years ago
  49. 76e47e0 am 9526a788: Merge "adb: Add ability to specify device path" into ics-aah by Scott Anderson · 12 years ago
  50. e109d26 adb: Add ability to specify device path by Scott Anderson · 12 years ago
  51. eb68fa8 adb: set umask to 000 by Nick Kralevich · 12 years ago
  52. 50458cf Add AID_SDCARD_R. by Dianne Hackborn · 12 years ago
  53. 28781b0 Enables ADBD tracing in the emulator. by Vladimir Chtchetkine · 12 years ago
  54. 5890fe3 Don't allow adb to run as root in user builds. by Nick Kralevich · 12 years ago
  55. bd9206b Move permission checking code to it's own function. by Nick Kralevich · 12 years ago
  56. 447f061 add "adb sideload" and sideload connection state by Doug Zongker · 12 years ago
  57. ae868a4 Allow adb to listen both on usb and tcp. by Joe Onorato · 13 years ago
  58. 61b90bd adb: grant it AID_NET_BW_STATS for full /proc/net/xt_qtaguid/stats by JP Abgrall · 13 years ago
  59. 9ff99f6 Merge "Default to secure mode" by Kenny Root · 13 years ago
  60. ff9d348 Default to secure mode by Kenny Root · 13 years ago
  61. 514b40b am 189de0c1: am adabe566: am 810cf41b: Merge "Fixed memory leak when using transport:serial." by Nick Kralevich · 13 years ago
  62. 3175c8e Fixed memory leak when using transport:serial. by Tom Marlin · 13 years ago
  63. 408fa57 adb: fix subprocess exit handling, oom adjust fixes, extra debugging. by JP Abgrall · 13 years ago
  64. 0e7c427 Revert "Fix adb hang when subprocess dies early." by JP Abgrall · 13 years ago
  65. 69c5c4c Fix adb hang when subprocess dies early. by JP Abgrall · 13 years ago
  66. 3b4a0c8 Fix adb leaking file descriptors to forked processes by Benoit Goby · 13 years ago
  67. 3e42db2 adb: improve debug traces readability. by David 'Digit' Turner · 13 years ago
  68. 95ef828 Fix adb leaking file descriptors to forked processes by Benoit Goby · 13 years ago
  69. 730ff3b adb: improve debug traces readability. by David 'Digit' Turner · 13 years ago
  70. 4692599 am 44db990d: Fix bug 2950316. Check return values. by Nick Kralevich · 14 years ago
  71. 44db990 Fix bug 2950316. Check return values. by Nick Kralevich · 14 years ago
  72. 899913f print msg.command in human-readable format by Viral Mehta · 14 years ago
  73. f7e148c merge from open-source master by The Android Open Source Project · 14 years ago
  74. cbbe79a adb connect and disconnect improvements: by Mike Lockwood · 14 years ago
  75. c57a22c merge from open-source master by The Android Open Source Project · 14 years ago
  76. d9d1ca4 Let "adb connect" connect to emulators too by Stefan Hilzinger · 14 years ago
  77. 9a22c68 merge from open-source master by The Android Open Source Project · 14 years ago
  78. a84a42e Make adb's daemon-port on the host machine configurable. by Stefan Hilzinger · 14 years ago
  79. 23e6416 adb: remove obsolete adb.connected system property. by Mike Lockwood · 14 years ago
  80. 775a8df merge from open-source master by The Android Open Source Project · 14 years ago
  81. 8e2ceae adb: Add persistent system property for running adb in TCPIP mode by Mike Lockwood · 14 years ago
  82. d969faa adb: Attempt to unmount the SD card before rebooting. by Mike Lockwood · 14 years ago
  83. 3166410 Make get_my_path() safer by Alexey Tarasov · 15 years ago
  84. 74d7ff8 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  85. cef31a0 adb: Fix emulator support. by Mike Lockwood · 15 years ago
  86. 2f38b69 adb: Improved support for running adb over TCP/IP by Mike Lockwood · 15 years ago
  87. 5f4b051 adb: add "adb reboot" command. by Mike Lockwood · 15 years ago
  88. 1f546e6 adb: Allow enabling of device side adbd logging with a persistent system property. by Mike Lockwood · 15 years ago
  89. 6a3075c adb: Add adbd to the AID_SDCARD_RW group to allow writing to the SD card. by Mike Lockwood · 15 years ago
  90. a481d09 Support for 3rd party USB Vendor IDs in adb. by Xavier Ducrohet · 15 years ago
  91. a09fbd1 Preparation work for adb to support USB vendor Ids provided by SDK add-ons. by Xavier Ducrohet · 15 years ago
  92. 249ad57 adb: adbd no longer disables OOM and now sets children's OOM adjustment to zero by Mike Lockwood · 15 years ago
  93. e037fd7 auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  94. 2015549 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  95. dd7bc33 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  96. e54eebb auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  97. 5ae090e auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 15 years ago
  98. 35237d1 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  99. 4f6e8d7 Initial Contribution by The Android Open Source Project · 16 years ago