1. 31c5c4b Test readx/writex (now renamed). by Dan Albert · 10 years ago
  2. 9815c9f Move transport declarations into transport.h. by Dan Albert · 10 years ago
  3. 53840b1 Fix Windows adb build. by Dan Albert · 10 years ago
  4. 991e974 Move adb_main to its own file. by Dan Albert · 10 years ago
  5. f205098 Move the listener code into its own file. by Dan Albert · 10 years ago
  6. e274025 Move the adb auth code into its own file. by Dan Albert · 10 years ago
  7. eff8857 Merge "Move emulator tracing into its own file." by Dan Albert · 10 years ago
  8. 9e71934 Move emulator tracing into its own file. by Dan Albert · 10 years ago
  9. 7cbda85 Fix build. by Elliott Hughes · 10 years ago
  10. b7d9ef3 adb: add "adb unroot" to restart adb in non-root mode by Dan Pasanen · 11 years ago
  11. 187eade Remove netcfg's unused options. by Elliott Hughes · 10 years ago
  12. c463025 Revert "Remove netcfg's unused options." by Elliott Hughes · 10 years ago
  13. f8e8305 Remove netcfg's unused options. by Elliott Hughes · 10 years ago
  14. a034362 Merge "Make server port option work on windows" by Elliott Hughes · 11 years ago
  15. 8432ddc system/core: Remove AID_GRAPHICS from adb groups by Ajay Dudani · 11 years ago
  16. c66aed8 Remove the adb usb vendor id whitelist. by Elliott Hughes · 11 years ago
  17. e77b6a0 kill HAVE_FORKEXEC by Yabin Cui · 11 years ago
  18. f787b38 Include ADB_HOST only code in #if ADB_HOST. by Chih-Hung Hsieh · 11 years ago
  19. a8d0c4a Merge "Move host 'get-state' service up so that it works." by Elliott Hughes · 11 years ago
  20. dc22c3c Move host 'get-state' service up so that it works. by Simon Ye · 11 years ago
  21. b4dd6ef Fix implicit declaration of function 'prctl' in adb. by Elliott Hughes · 11 years ago
  22. e5cbf4e adbd: unconditionally call setgroups by Nick Kralevich · 11 years ago
  23. c335887 am 6e7343b8: Merge "adb: implement "adb reverse <local> <remote>"" by David 'Digit' Turner · 11 years ago
  24. 2525869 adb: implement "adb reverse <local> <remote>" by David 'Digit' Turner · 12 years ago
  25. a4a9e64 am 66e95d76: Merge "Fix adb forward --list when forwarding a lot" by JP Abgrall · 11 years ago
  26. 3530b9c am 02916aa2: Remove obsolete vdc call. by Nick Kralevich · 11 years ago
  27. 02916aa Remove obsolete vdc call. by Nick Kralevich · 12 years ago
  28. 2264e7c Fix adb forward --list when forwarding a lot by Snild Dolkow · 11 years ago
  29. d49aa25 adbd: switch to su domain when running as root by Nick Kralevich · 12 years ago
  30. 818d641 adb: Check sender's socket id when receiving packets. by David 'Digit' Turner · 12 years ago
  31. a09558c Make server port option work on windows by Wenhao Li · 12 years ago
  32. 893a4a4 adb: Only use properties on device builds by Nick Kralevich · 12 years ago
  33. 1c45ee9 adb: Handle adb connect in a thread by Benoit Goby · 12 years ago
  34. ca8e66a Make init handle reboots by Nick Kralevich · 12 years ago
  35. 5192363 am b544da0b: am d7cab8bf: Merge "adb : add missing connection states" by Colin Cross · 12 years ago
  36. b544da0 am d7cab8bf: Merge "adb : add missing connection states" by Colin Cross · 12 years ago
  37. a5ad539 adb : add missing connection states by trevd · 12 years ago
  38. c6d7e20 toolbox: Make reboot a separate command from toolbox by Benoit Goby · 12 years ago
  39. 277626e am 844306bd: am cc4499b6: Merge "adb: use correct header file." by Nick Kralevich · 12 years ago
  40. e2864bf adb: use correct header file. by Nick Kralevich · 12 years ago
  41. 4c609e9 Remove CAP_NET_RAW from adb by Nick Kralevich · 12 years ago
  42. 1531c96 Merge "adb: Fix secure adb when booting with usb attached" by Benoit Goby · 12 years ago
  43. 080427e adb: drop capability bounding set on user builds by Nick Kralevich · 12 years ago
  44. b9c0870 am e149855a: am 523a2090: Merge "adb: Use 64 bit capabilities." by Nick Kralevich · 12 years ago
  45. 109f4e1 adb: Use 64 bit capabilities. by Nick Kralevich · 12 years ago
  46. 045a4a9 adb: Fix secure adb when booting with usb attached by Benoit Goby · 13 years ago
  47. 49f0f77 am 282caf3b: am 260f3471: am f8afaebe: Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64" by Kenny Root · 12 years ago
  48. f8afaeb Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64" by Kenny Root · 12 years ago
  49. 8e85644 Merge "adb: Add "unauthorized" connection state" by Benoit Goby · 12 years ago
  50. 5bf8a42 am 3dbcb6d6: am 98d07897: Merge "Windows adb: Make client stdout and stderr handles uninheritable" by David Turner · 13 years ago
  51. 98d0789 Merge "Windows adb: Make client stdout and stderr handles uninheritable" by David Turner · 13 years ago
  52. 77e8e58 adb: Add "unauthorized" connection state by Benoit Goby · 13 years ago
  53. 571c136 adb: HACK: (linux only) allow temp mitigation for multithreaded issues by JP Abgrall · 13 years ago
  54. cbb9891 Windows adb: include stdint.h for uint8_t on MinGW-w64 by Ray Donnelly · 13 years ago
  55. 267aa8b Windows adb: Make client stdout and stderr handles uninheritable by Ray Donnelly · 13 years ago
  56. d7b3308 Support adb client connect to remote server by Matt Gumbel · 13 years ago
  57. 0d82fbf adb: Improve ADB's forward redirection management. by David 'Digit' Turner · 13 years ago
  58. d6d4286 Bring back ADB_EXTERNAL_STORAGE. by Jeff Sharkey · 13 years ago
  59. d5fcafa adb: Add public key authentification by Benoit Goby · 13 years ago
  60. bfcd810 Iteration on multi-user external storage. by Jeff Sharkey · 13 years ago
  61. 3fc95a9 Revert "adb: Add public key authentification" by Benoit Goby · 13 years ago
  62. 300d6d6 Merge "adb: Add public key authentification" into jb-mr1-dev by Benoit Goby · 13 years ago
  63. 9367f4f Replace a segfault with a warning. by John Grossman · 13 years ago
  64. 5dd0f86 Migrate sdcard0 to shell-accessible location. by Jeff Sharkey · 13 years ago
  65. f4ed516 adb: Add public key authentification by Benoit Goby · 13 years ago
  66. 885342a Multi-user external storage support. by Jeff Sharkey · 13 years ago
  67. 1dd55c5 Allow adb to listen both on usb and tcp. by Mike J. Chen · 13 years ago
  68. c29569c Merge "FunctionFS: initial implementation" by Benoit Goby · 13 years ago
  69. 845f106 am 1b7a7e81: adb: Use bionic\'s strtok_r() for Windows by Scott Anderson · 13 years ago
  70. 1b7a7e8 adb: Use bionic's strtok_r() for Windows by Scott Anderson · 13 years ago
  71. 0e9e13e am 2ca3e6b3: adb: Generalizing -s to take qualifiers. by Scott Anderson · 13 years ago
  72. 3fef581 am e82c2db0: adb: Transmit key properties in banner of connect message by Scott Anderson · 13 years ago
  73. 2ca3e6b adb: Generalizing -s to take qualifiers. by Scott Anderson · 13 years ago
  74. e82c2db adb: Transmit key properties in banner of connect message by Scott Anderson · 13 years ago
  75. a102082 am c7993af6: adb: Fix compiler warning by Scott Anderson · 13 years ago
  76. fd96db1 FunctionFS: initial implementation by Andrzej Pietrasiewicz · 14 years ago
  77. c7993af adb: Fix compiler warning by Scott Anderson · 13 years ago
  78. 76e47e0 am 9526a788: Merge "adb: Add ability to specify device path" into ics-aah by Scott Anderson · 13 years ago
  79. e109d26 adb: Add ability to specify device path by Scott Anderson · 13 years ago
  80. eb68fa8 adb: set umask to 000 by Nick Kralevich · 13 years ago
  81. 50458cf Add AID_SDCARD_R. by Dianne Hackborn · 13 years ago
  82. 28781b0 Enables ADBD tracing in the emulator. by Vladimir Chtchetkine · 13 years ago
  83. 5890fe3 Don't allow adb to run as root in user builds. by Nick Kralevich · 14 years ago
  84. bd9206b Move permission checking code to it's own function. by Nick Kralevich · 14 years ago
  85. 447f061 add "adb sideload" and sideload connection state by Doug Zongker · 14 years ago
  86. ae868a4 Allow adb to listen both on usb and tcp. by Joe Onorato · 14 years ago
  87. 61b90bd2 adb: grant it AID_NET_BW_STATS for full /proc/net/xt_qtaguid/stats by JP Abgrall · 14 years ago
  88. 9ff99f6 Merge "Default to secure mode" by Kenny Root · 14 years ago
  89. ff9d348 Default to secure mode by Kenny Root · 14 years ago
  90. 514b40b am 189de0c1: am adabe566: am 810cf41b: Merge "Fixed memory leak when using transport:serial." by Nick Kralevich · 14 years ago
  91. 3175c8e Fixed memory leak when using transport:serial. by Tom Marlin · 14 years ago
  92. 408fa57 adb: fix subprocess exit handling, oom adjust fixes, extra debugging. by JP Abgrall · 14 years ago
  93. 0e7c427 Revert "Fix adb hang when subprocess dies early." by JP Abgrall · 14 years ago
  94. 69c5c4c Fix adb hang when subprocess dies early. by JP Abgrall · 14 years ago
  95. 3b4a0c8 Fix adb leaking file descriptors to forked processes by Benoit Goby · 14 years ago
  96. 3e42db2 adb: improve debug traces readability. by David 'Digit' Turner · 15 years ago
  97. 95ef828 Fix adb leaking file descriptors to forked processes by Benoit Goby · 14 years ago
  98. 730ff3b adb: improve debug traces readability. by David 'Digit' Turner · 15 years ago
  99. 4692599 am 44db990d: Fix bug 2950316. Check return values. by Nick Kralevich · 15 years ago
  100. 44db990 Fix bug 2950316. Check return values. by Nick Kralevich · 15 years ago