1. f4ba8d7 Openscreen discovery integration for adb client. by Joshua Duong · 3 years, 5 months ago
  2. 915d67f Add missing `static` for macOS inline. by Elliott Hughes · 4 years, 2 months ago
  3. 659ec67 adb: add implementation of mempcpy for deficient platforms. by Josh Gao · 4 years, 2 months ago
  4. 3c0574f [adb] generic "cast_handle_to_int" function by Yurii Zubrytskyi · 4 years, 2 months ago
  5. 745a818 [adb] Fix incremental installation on Windows by Yurii Zubrytskyi · 4 years, 3 months ago
  6. 290ccb5 [adbwifi] Add adbwifi_libs, TLS connection, and MDNS implementation. by Joshua Duong · 4 years, 6 months ago
  7. 175ce29 Incremental installations in adb, client/host side. by Alex Buynytskyy · 4 years, 4 months ago
  8. 3e12469 Revert "Revert "Support socket activation of adb server"" by Daniel Colascione · 4 years, 7 months ago
  9. 2a34e58 Revert "Support socket activation of adb server" by Raman Tenneti · 4 years, 7 months ago
  10. 0329373 Support socket activation of adb server by Daniel Colascione · 4 years, 7 months ago
  11. 1af550e FastDeploy refactor: 2+GB APK support, optimizations, tests. by Alex Buynytskyy · 4 years, 9 months ago
  12. dbfe01d adb: fix mac build by Adrian Roos · 4 years, 10 months ago
  13. 243d248 [adb] Add a getter for native Win32 file handle by Yurii Zubrytskyi · 5 years ago
  14. b51193a adb: move fdevent to its own folder. by Josh Gao · 5 years ago
  15. 90228a6 Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 5 years ago
  16. dfdf916 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 5 years ago
  17. 6bc7700 Add a way to turn off unique_fd's operator int. by Josh Gao · 5 years ago
  18. f0c4403 adb: switch unix_open to string_view. by Josh Gao · 5 years ago
  19. 0119a91 adb: don't use <error.h>. by Elliott Hughes · 6 years ago
  20. e64126b adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
  21. 9dcbc21 Support > 2GiB seeks in adb_lseek. by Elliott Hughes · 6 years ago
  22. 6d81235 Merge "adb: win32: set thread names" by Josh Gao · 6 years ago
  23. ae37a31 adb: win32: set thread names by Spencer Low · 6 years ago
  24. 04b575d adb: win32: fix ReportServerStartupFailure by Spencer Low · 6 years ago
  25. 8d7080c adb: add better logging for connection failure. by Josh Gao · 6 years ago
  26. 0d9c461 Remove unused #include. by Elliott Hughes · 6 years ago
  27. 874c941 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 6 years ago
  28. 5eb16c8 Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 6 years ago
  29. 96049b9 adb: fix windows test build. by Josh Gao · 6 years ago
  30. 4f0325d base: export GetThreadId. by Josh Gao · 6 years ago
  31. 8bddf24 Remove a duplicate TEMP_FAILURE_RETRY. by Elliott Hughes · 7 years ago
  32. 3bb1b57 Fix reference to out of scope local in adb_thread_setname. by Elliott Hughes · 7 years ago
  33. 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  34. 1f6a57a adb: don't try to resolve 'localhost' by Josh Gao · 7 years ago
  35. 4f6f442 Revert "adb: check our socketpair ends in our win32 emulation." by Josh Gao · 7 years ago
  36. 20238f2 Make ADB over mDNS work on Windows by Casey Dahlin · 8 years ago
  37. 75e96bb Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."" by Josh Gao · 7 years ago
  38. 4891a15 Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." by Josh Gao · 7 years ago
  39. 0c8a797 adb: move adb_strerror to sysdeps/win32/errno.cpp. by Josh Gao · 8 years ago
  40. 8998a8d adb: make sure that file mode macros match linux. by Josh Gao · 8 years ago
  41. 7392598 Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  42. d5c5865 Fallback to IPv6 when IPv4 is not available in adb by Tao Wu · 8 years ago
  43. 4e94e59 Start retiring socket_loopback_client. by Elliott Hughes · 8 years ago
  44. e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  45. 4a5a95d adb: factor out socket specification. by Josh Gao · 8 years ago
  46. d6001b5 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 8 years ago
  47. 801066a Clean up key handling in adb. by Elliott Hughes · 8 years ago
  48. a4f9c17 adb: fix stat on Windows. by Josh Gao · 8 years ago
  49. e0a6e2a Kill load_file. by Elliott Hughes · 8 years ago
  50. d91139c adb/base: allow use of unique_fd inside adb. by Josh Gao · 8 years ago
  51. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  52. 1b533c8 adb: make ScopedFd universally accessible and useful. by Josh Gao · 8 years ago
  53. c25a34e adb: use TCP keepalive. by David Pursell · 8 years ago
  54. e738812 adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 8 years ago
  55. 50493b2 adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 8 years ago
  56. 7d40525 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  57. a4f5e03 adb: sysdeps: add support for joining threads. by Josh Gao · 8 years ago
  58. 46f527c Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 8 years ago
  59. 0e468cc Merge "base: add SystemErrorCodeToString() function." by David Pursell · 8 years ago
  60. c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 8 years ago
  61. e4897ac Merge changes I93287b87,I30a3eb0b by Josh Gao · 8 years ago
  62. 23f6f2b adb: add nullability specifiers to adb_client.h. by Josh Gao · 8 years ago
  63. 5544140 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
  64. f373c35 adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
  65. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 8 years ago
  66. 54e3efe Fix "adb sync" (and "adb push") error reporting. by Elliott Hughes · 9 years ago
  67. 50f5bf1 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
  68. 8acf06c adb: don't explode directories when pushing/pulling. by Josh Gao · 9 years ago
  69. 28bc2cb adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  70. 5880536 adb: create unix_isatty() function. by David Pursell · 9 years ago
  71. 028e159 adb: win32: Improve Winsock error code mappings and strings by Spencer Low · 9 years ago
  72. 3fe11f6 adb: non-interactive shell stdin. by David Pursell · 9 years ago
  73. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  74. 2bbb3a9 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
  75. b28812f adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 9 years ago
  76. 6815c07 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 9 years ago
  77. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  78. d189cfb More adb cleanup. by Elliott Hughes · 9 years ago
  79. 28d1f8d Write mkdirs in more idiomatic C++ style. by Alex Vallée · 9 years ago
  80. 24f9b08 Fix const-ness of strrchr callers. by Elliott Hughes · 9 years ago
  81. fe44751 Fix Win32 adb build. by Elliott Hughes · 9 years ago
  82. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  83. 5c761bd adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  84. 3a2421b adb: fix adb_close() vs. unix_close() usage by Spencer Low · 9 years ago
  85. 30f2e2b _beginthread returns uintptr_t. by Elliott Hughes · 9 years ago
  86. f251714 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  87. fb2ba51 Remove strtok from adb. by Elliott Hughes · 9 years ago
  88. fe7ff81 Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  89. beb6198 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 9 years ago
  90. 66a91b0 Test readx/writex (now renamed). by Dan Albert · 9 years ago
  91. 07c7881 Add extern "C" to all the adb headers. by Dan Albert · 9 years ago
  92. 31aafa6 adb: Win32: set socket buffer sizes properly by Spencer Low · 9 years ago
  93. bbbbea6 Begin moving code from adb to libadb. by Dan Albert · 10 years ago
  94. 9d23b53 Fix build on mac. by leozwang · 10 years ago
  95. 1be5462 Add more debug information. by leozwang · 10 years ago
  96. b117085 Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 10 years ago
  97. b73d0e0 Remove obsolete reference to ddk; Fixes for -Werror by Andrew Hsieh · 10 years ago
  98. 4fa7db0 Fix win32 implicit declaration of function socket_network_client_timeout. by Elliott Hughes · 10 years ago
  99. 7472d29 adb: Only use properties on device builds by Nick Kralevich · 11 years ago
  100. 3701fd0 am 2518f3ff: Merge "Add TEMP_FAILURE_RETRY macro for darwin" by Kenny Root · 12 years ago