1. f5de766 Include ADB_HOST only code in #if ADB_HOST. by Chih-Hung Hsieh · 10 years ago
  2. e652815 Merge "Move host 'get-state' service up so that it works." by Elliott Hughes · 10 years ago
  3. e51c11e Move host 'get-state' service up so that it works. by Simon Ye · 10 years ago
  4. 54546bd Fix implicit declaration of function 'prctl' in adb. by Elliott Hughes · 10 years ago
  5. 4638dea adbd: unconditionally call setgroups by Nick Kralevich · 10 years ago
  6. 197bc54 am 48786b73: Merge "adb: implement "adb reverse <local> <remote>"" by David 'Digit' Turner · 10 years ago
  7. 963a449 adb: implement "adb reverse <local> <remote>" by David 'Digit' Turner · 12 years ago
  8. ef65ef3 am 66e95d76: Merge "Fix adb forward --list when forwarding a lot" by JP Abgrall · 11 years ago
  9. 5746626 am 5b5283cd: Remove obsolete vdc call. by Nick Kralevich · 11 years ago
  10. 5b5283c Remove obsolete vdc call. by Nick Kralevich · 11 years ago
  11. 4516a87 Fix adb forward --list when forwarding a lot by Snild Dolkow · 11 years ago
  12. 0d9c086 adbd: switch to su domain when running as root by Nick Kralevich · 11 years ago
  13. e92344d adb: Check sender's socket id when receiving packets. by David 'Digit' Turner · 11 years ago
  14. 7472d29 adb: Only use properties on device builds by Nick Kralevich · 11 years ago
  15. 3f9f9ce adb: Handle adb connect in a thread by Benoit Goby · 12 years ago
  16. b7df017 Make init handle reboots by Nick Kralevich · 11 years ago
  17. 9b870a2 am 151fff14: am 6c4ed65b: Merge "adb : add missing connection states" by Colin Cross · 11 years ago
  18. 151fff1 am 6c4ed65b: Merge "adb : add missing connection states" by Colin Cross · 11 years ago
  19. d11cfc5 adb : add missing connection states by trevd · 11 years ago
  20. 51cfe15 toolbox: Make reboot a separate command from toolbox by Benoit Goby · 12 years ago
  21. ee3bb58 am ae10ae12: am 8ec6e52e: Merge "adb: use correct header file." by Nick Kralevich · 12 years ago
  22. 9de01bd adb: use correct header file. by Nick Kralevich · 12 years ago
  23. ebe5969 Remove CAP_NET_RAW from adb by Nick Kralevich · 12 years ago
  24. 695d6bf Merge "adb: Fix secure adb when booting with usb attached" by Benoit Goby · 12 years ago
  25. 62160b6 adb: drop capability bounding set on user builds by Nick Kralevich · 12 years ago
  26. 23b39f0 am ec22bd8f: am 093515ef: Merge "adb: Use 64 bit capabilities." by Nick Kralevich · 12 years ago
  27. 8128d7b adb: Use 64 bit capabilities. by Nick Kralevich · 12 years ago
  28. d592d6c adb: Fix secure adb when booting with usb attached by Benoit Goby · 12 years ago
  29. 458efac am 282caf3b: am 260f3471: am 069a1e30: Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64" by Kenny Root · 12 years ago
  30. 069a1e3 Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64" by Kenny Root · 12 years ago
  31. d65b9fd Merge "adb: Add "unauthorized" connection state" by Benoit Goby · 12 years ago
  32. a507687 am 3dbcb6d6: am 533efda0: Merge "Windows adb: Make client stdout and stderr handles uninheritable" by David Turner · 12 years ago
  33. 533efda Merge "Windows adb: Make client stdout and stderr handles uninheritable" by David Turner · 12 years ago
  34. 13c4ecc adb: Add "unauthorized" connection state by Benoit Goby · 12 years ago
  35. 2a103ba adb: HACK: (linux only) allow temp mitigation for multithreaded issues by JP Abgrall · 12 years ago
  36. dccbca2 Windows adb: include stdint.h for uint8_t on MinGW-w64 by Ray Donnelly · 12 years ago
  37. c032470 Windows adb: Make client stdout and stderr handles uninheritable by Ray Donnelly · 12 years ago
  38. 411775c Support adb client connect to remote server by Matt Gumbel · 12 years ago
  39. 6c48980 adb: Improve ADB's forward redirection management. by David 'Digit' Turner · 12 years ago
  40. 41f55bb Bring back ADB_EXTERNAL_STORAGE. by Jeff Sharkey · 12 years ago
  41. 2cc19e4 adb: Add public key authentification by Benoit Goby · 12 years ago
  42. fa609cf Iteration on multi-user external storage. by Jeff Sharkey · 12 years ago
  43. a644e93 Revert "adb: Add public key authentification" by Benoit Goby · 12 years ago
  44. 552d047 Merge "adb: Add public key authentification" into jb-mr1-dev by Benoit Goby · 12 years ago
  45. 382df4f Replace a segfault with a warning. by John Grossman · 12 years ago
  46. 177559d Migrate sdcard0 to shell-accessible location. by Jeff Sharkey · 12 years ago
  47. 9efeeae adb: Add public key authentification by Benoit Goby · 12 years ago
  48. 1198725 Multi-user external storage support. by Jeff Sharkey · 12 years ago
  49. 9acc2ee Allow adb to listen both on usb and tcp. by Mike J. Chen · 12 years ago
  50. dc7c54a Merge "FunctionFS: initial implementation" by Benoit Goby · 12 years ago
  51. d2ce7bb am 0fa5978b: adb: Use bionic\'s strtok_r() for Windows by Scott Anderson · 12 years ago
  52. 0fa5978 adb: Use bionic's strtok_r() for Windows by Scott Anderson · 12 years ago
  53. 8dd890f am 27042382: adb: Generalizing -s to take qualifiers. by Scott Anderson · 12 years ago
  54. 84d62e9 am fa02092e: adb: Transmit key properties in banner of connect message by Scott Anderson · 12 years ago
  55. 2704238 adb: Generalizing -s to take qualifiers. by Scott Anderson · 12 years ago
  56. fa02092 adb: Transmit key properties in banner of connect message by Scott Anderson · 12 years ago
  57. 848e009 am a40781d2: adb: Fix compiler warning by Scott Anderson · 12 years ago
  58. d7270f2 FunctionFS: initial implementation by Andrzej Pietrasiewicz · 13 years ago
  59. a40781d adb: Fix compiler warning by Scott Anderson · 12 years ago
  60. 1ad95a1 am 9526a788: Merge "adb: Add ability to specify device path" into ics-aah by Scott Anderson · 12 years ago
  61. 6dfaf4b adb: Add ability to specify device path by Scott Anderson · 12 years ago
  62. b024cab adb: set umask to 000 by Nick Kralevich · 13 years ago
  63. f45fb1d Add AID_SDCARD_R. by Dianne Hackborn · 13 years ago
  64. 32a1571 Enables ADBD tracing in the emulator. by Vladimir Chtchetkine · 13 years ago
  65. 0926403 Don't allow adb to run as root in user builds. by Nick Kralevich · 13 years ago
  66. cdcc02e Move permission checking code to it's own function. by Nick Kralevich · 13 years ago
  67. 6b217ed add "adb sideload" and sideload connection state by Doug Zongker · 13 years ago
  68. 0ea81a7 Allow adb to listen both on usb and tcp. by Joe Onorato · 13 years ago
  69. 6e1eb04 adb: grant it AID_NET_BW_STATS for full /proc/net/xt_qtaguid/stats by JP Abgrall · 13 years ago
  70. 4f78862 Merge "Default to secure mode" by Kenny Root · 13 years ago
  71. d619e0a Default to secure mode by Kenny Root · 13 years ago
  72. 950c0b5 am d0ff4849: am adabe566: am 31cfa600: Merge "Fixed memory leak when using transport:serial." by Nick Kralevich · 13 years ago
  73. 851ee3a Fixed memory leak when using transport:serial. by Tom Marlin · 13 years ago
  74. 2e5dd6e adb: fix subprocess exit handling, oom adjust fixes, extra debugging. by JP Abgrall · 14 years ago
  75. 1f501f3 Revert "Fix adb hang when subprocess dies early." by JP Abgrall · 14 years ago
  76. 5066a9b Fix adb hang when subprocess dies early. by JP Abgrall · 14 years ago
  77. 36a1177 Fix adb leaking file descriptors to forked processes by Benoit Goby · 14 years ago
  78. f19c83f adb: improve debug traces readability. by David 'Digit' Turner · 14 years ago
  79. f4ded74 Fix adb leaking file descriptors to forked processes by Benoit Goby · 14 years ago
  80. 58f5968 adb: improve debug traces readability. by David 'Digit' Turner · 14 years ago
  81. 55b6511 am 4ffc2eb9: Fix bug 2950316. Check return values. by Nick Kralevich · 14 years ago
  82. 4ffc2eb Fix bug 2950316. Check return values. by Nick Kralevich · 14 years ago
  83. 841f9a7 print msg.command in human-readable format by Viral Mehta · 14 years ago
  84. c3936f3 merge from open-source master by The Android Open Source Project · 14 years ago
  85. 01c2c30 adb connect and disconnect improvements: by Mike Lockwood · 14 years ago
  86. 6ef84ed merge from open-source master by The Android Open Source Project · 14 years ago
  87. 1ec0342 Let "adb connect" connect to emulators too by Stefan Hilzinger · 14 years ago
  88. 66b536b merge from open-source master by The Android Open Source Project · 14 years ago
  89. 92ca4fa Make adb's daemon-port on the host machine configurable. by Stefan Hilzinger · 14 years ago
  90. 834131f adb: remove obsolete adb.connected system property. by Mike Lockwood · 14 years ago
  91. 4be4e53 merge from open-source master by The Android Open Source Project · 14 years ago
  92. 2556474 adb: Add persistent system property for running adb in TCPIP mode by Mike Lockwood · 14 years ago
  93. d49e9eb adb: Attempt to unmount the SD card before rebooting. by Mike Lockwood · 15 years ago
  94. 857f17a Make get_my_path() safer by Alexey Tarasov · 15 years ago
  95. 5f2c4a1 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  96. a8b3875 adb: Fix emulator support. by Mike Lockwood · 15 years ago
  97. b51ae57 adb: Improved support for running adb over TCP/IP by Mike Lockwood · 15 years ago
  98. a91f54c adb: add "adb reboot" command. by Mike Lockwood · 15 years ago
  99. 4ac1e28 adb: Allow enabling of device side adbd logging with a persistent system property. by Mike Lockwood · 15 years ago
  100. f022e61 adb: Add adbd to the AID_SDCARD_RW group to allow writing to the SD card. by Mike Lockwood · 15 years ago