1. 2bfbd47 Merge changes from topic 'adb-mdnsd' am: 6cd50721de by Casey Dahlin · 7 years ago
  2. 8e2f1ab Enable mDNS on Darwin am: c969b37ee1 by Casey Dahlin · 7 years ago
  3. 5c7db6e Don't include mDNS support on platforms other than Linux am: 21a59b87b2 by Casey Dahlin · 7 years ago
  4. ff4c18e Add mDNS device discovery for adb client am: 3122cdf468 by Casey Dahlin · 7 years ago
  5. 3c972f4 Make ADBD announce its presence over mDNS am: 10ad15f123 by Casey Dahlin · 7 years ago
  6. c969b37 Enable mDNS on Darwin by Casey Dahlin · 8 years ago
  7. 21a59b8 Don't include mDNS support on platforms other than Linux by Casey Dahlin · 8 years ago
  8. 20238f2 Make ADB over mDNS work on Windows by Casey Dahlin · 8 years ago
  9. 3122cdf Add mDNS device discovery for adb client by Casey Dahlin · 8 years ago
  10. 10ad15f Make ADBD announce its presence over mDNS by Casey Dahlin · 8 years ago
  11. f76e5a7 DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 7 years ago
  12. 1cd5857 Revert "adb: remove win32 dependency on libwinpthread-1.dll." by Josh Gao · 7 years ago
  13. b2d21a4 adb: remove win32 dependency on libwinpthread-1.dll. by Josh Gao · 7 years ago
  14. b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 8 years ago
  15. 78f860e adb: move usb_* to client/usb_*. by Josh Gao · 8 years ago
  16. 484aaba adb: reorganize adbd USB handling code. by Josh Gao · 8 years ago
  17. 690b0a9 debuggerd: advance our amazing bet. by Josh Gao · 8 years ago
  18. f2c8699 Remove "_static" and "_host" suffix from libext4_utils. by Alex Deymo · 8 years ago
  19. a8c21dc adb: Fix the 'adb reboot sideload' for A/B devices. by Tao Bao · 8 years ago
  20. a2cf375 Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 8 years ago
  21. 75e96bb Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."" by Josh Gao · 8 years ago
  22. 31a96f7 Revert "adb: extend sync protocol's stat support." by Josh Gao · 8 years ago
  23. 4891a15 Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." by Josh Gao · 8 years ago
  24. 0c8a797 adb: move adb_strerror to sysdeps/win32/errno.cpp. by Josh Gao · 8 years ago
  25. 25a992e adb: extend sync protocol's stat support. by Josh Gao · 8 years ago
  26. 3d8d73c Merge "Rely on the platform -std default." by Treehugger Robot · 8 years ago
  27. 7985208 Rely on the platform -std default. by Elliott Hughes · 8 years ago
  28. b4e8ba2 Merge "adb: split up adb_auth.cpp." by Treehugger Robot · 8 years ago
  29. eac2058 adb: split up adb_auth.cpp. by Josh Gao · 8 years ago
  30. 0511c39 adb: Remove the obsolete include path to ext4_utils. by Tao Bao · 8 years ago
  31. 3fb517c adb: parse tcp socket specs with base::ParseNetAddress. by Josh Gao · 8 years ago
  32. 827a4a5 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 8 years ago
  33. e53b12b DO NOT MERGE: Show bugreport progress. by Felipe Leme · 8 years ago
  34. 042c351 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
  35. 4a5a95d adb: factor out socket specification. by Josh Gao · 8 years ago
  36. efe6afa libcrypto_utils: convert to Soong. by Josh Gao · 8 years ago
  37. a4f9c17 adb: fix stat on Windows. by Josh Gao · 8 years ago
  38. ab5449d adb: use libdebuggerd_client. by Josh Gao · 8 years ago
  39. 39d01bb adb: add track-jdwp and track-devices commands. by Josh Gao · 8 years ago
  40. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  41. a947b49 Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 8 years ago
  42. 458321a Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 8 years ago
  43. a54f6c7 Merge "adb: use TCP keepalive." by David Pursell · 8 years ago
  44. 7c5e86d Remove duplicate fdevent.cpp entry by Dan Willemsen · 8 years ago
  45. c25a34e adb: use TCP keepalive. by David Pursell · 8 years ago
  46. a99ad90 Merge changes I6541bb13,I486055bb,Id6ac1c54,I16cf7d44 by Josh Gao · 8 years ago
  47. 511763b adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 8 years ago
  48. e738812 adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 8 years ago
  49. 53b3ac5 Add missing liblog dependency by Dimitry Ivanov · 8 years ago
  50. a4f5e03 adb: sysdeps: add support for joining threads. by Josh Gao · 8 years ago
  51. 19c2871 adbd: Depend only on libminijail. by Jorge Lucangeli Obes · 9 years ago
  52. c6aa5d6 Limit adb_test to first multilib by Dan Willemsen · 9 years ago
  53. 83e2851 adb: Use Minijail for privilege dropping. by Jorge Lucangeli Obes · 9 years ago
  54. 7009749 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  55. f5570b8 adb: don't link against libcutils on Windows. by Josh Gao · 9 years ago
  56. 50f5bf1 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
  57. e3a87d0 adb: remove exit-time destructors. by Josh Gao · 9 years ago
  58. f5cdc1d Show transfer progress in adb sync/pull/push. by Elliott Hughes · 9 years ago
  59. 6c73bfc Don't use VLAs in adb. by Elliott Hughes · 9 years ago
  60. 075c852 init/adb: correct static lib dependencies for libselinux by William Roberts · 9 years ago
  61. 778f500 adb: use libfec in disable-verity by Sami Tolvanen · 9 years ago
  62. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  63. 2ce9d56 Add unit tests for local socket. by Yabin Cui · 9 years ago
  64. 8e31ae2 Merge changes from topic 'adb_shell' by David Pursell · 9 years ago
  65. 7616ae1 adb: fix shell_service_protocol_test for Windows. by David Pursell · 9 years ago
  66. 1b34cd2 Fix (Windows) build. by Elliott Hughes · 9 years ago
  67. f56cdac Merge "fix adb_test Windows build" by Elliott Hughes · 9 years ago
  68. 50740f5 adb: win32: make adb_getenv() case-insensitive by Spencer Low · 9 years ago
  69. 639cea4 fix adb_test Windows build by Spencer Low · 9 years ago
  70. 8da19a4 adb: implement shell protocol. by David Pursell · 9 years ago
  71. f31b3b2 Merge "adb: create shell protocol class (take 2)." by David Pursell · 9 years ago
  72. b3d84bd Merge "Remove HOST_OS==windows check" by Dan Willemsen · 9 years ago
  73. 9980e66 adb: remove unnecessary dependencies of liblog. by Yabin Cui · 9 years ago
  74. d0df2dd adb: create shell protocol class (take 2). by David Pursell · 9 years ago
  75. 38e289f Merge "Revert "adb: create shell protocol class."" by David Pursell · 9 years ago
  76. 4ef3219 Revert "adb: create shell protocol class." by David Pursell · 9 years ago
  77. 98d7ea3 Merge changes from topic 'adb_shell_prework' by David Pursell · 9 years ago
  78. 74e8568 Remove HOST_OS==windows check by Dan Willemsen · 9 years ago
  79. 5aba4b0 adb: create shell protocol class. by David Pursell · 9 years ago
  80. 4f344bb adb: move shell service to a separate file. by David Pursell · 9 years ago
  81. 40602c6 combine adbd.rc with init.usb.rc by Tom Cherry · 9 years ago
  82. 1cc079a Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 9 years ago
  83. 4898799 Merge "adb: add unit test for fdevent." by Yabin Cui · 9 years ago
  84. 6760d01 adb: remove workaround for b/6558362. by Yabin Cui · 9 years ago
  85. 7c92f0a adb: add unit test for fdevent. by Yabin Cui · 9 years ago
  86. 0ea5924 Improve adb tracing. by Elliott Hughes · 9 years ago
  87. 9e0f034 Don't build 32-bit host libadb. by Elliott Hughes · 9 years ago
  88. faa5707 bundle init.rc contents with its service by Tom Cherry · 9 years ago
  89. e103818 Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc" by Elliott Hughes · 9 years ago
  90. c9ddd81 adb_test/libbase_test: win32: get some tests working by Spencer Low · 9 years ago
  91. cc467f1 adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc by Spencer Low · 9 years ago
  92. cbf6c45 Remove adb's unused get_my_path for Windows. by Elliott Hughes · 9 years ago
  93. 6815c07 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 9 years ago
  94. fd0be89 Add top level sanitize options for ADB. by Dan Albert · 9 years ago
  95. bb4fe4a Fix Win32 adb build (for the second time today). by Elliott Hughes · 9 years ago
  96. 3af421c Clean up the locking in usb_linux.cpp. by Elliott Hughes · 9 years ago
  97. 3d978e6 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  98. 7d8fc46 Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  99. d7eb854 Ignore ro.adb.secure in user builds. by Elliott Hughes · 9 years ago
  100. 4f246ad Merge "Clean up adb_trace_init." by Dan Albert · 9 years ago