1. f4ba8d7 Openscreen discovery integration for adb client. by Joshua Duong · 3 years, 5 months ago
  2. 93b407c [adb] Correctly read host/user name on Windows. by Joshua Duong · 3 years, 11 months ago
  3. 290ccb5 [adbwifi] Add adbwifi_libs, TLS connection, and MDNS implementation. by Joshua Duong · 4 years, 7 months ago
  4. 175ce29 Incremental installations in adb, client/host side. by Alex Buynytskyy · 4 years, 4 months ago
  5. 04efea3 Allow the adb server to bind on ::1 by Callum Ryan · 4 years, 8 months ago
  6. 3107f5c Merge "[adb] Add a getter for native Win32 file handle" by Songchun Fan · 4 years, 10 months ago
  7. 243d248 [adb] Add a getter for native Win32 file handle by Yurii Zubrytskyi · 5 years ago
  8. ee977a3 adb: windows: fix writev on sockets. by Josh Gao · 4 years, 10 months ago
  9. 9b1c365 adb: win32: don't shutdown socket when closing. by Josh Gao · 5 years ago
  10. e08e045 adb: avoid freeing argv entries on Windows. by Josh Gao · 5 years ago
  11. 90228a6 Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 5 years ago
  12. dfdf916 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 5 years ago
  13. 6bc7700 Add a way to turn off unique_fd's operator int. by Josh Gao · 5 years ago
  14. 3befb59 adb: "support" O_CLOEXEC in adb_open on Windows. by Josh Gao · 5 years ago
  15. d3fb198 Merge "adb: win32: improve console output on Windows 10" by Josh Gao · 5 years ago
  16. f0c4403 adb: switch unix_open to string_view. by Josh Gao · 6 years ago
  17. a090368 adb: win32: improve console output on Windows 10 by Spencer Low · 6 years ago
  18. 0119a91 adb: don't use <error.h>. by Elliott Hughes · 6 years ago
  19. e64126b adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
  20. 2fafa69 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 6 years ago
  21. 9dcbc21 Support > 2GiB seeks in adb_lseek. by Elliott Hughes · 6 years ago
  22. 5231aff Adapt to switch to libc++ for Windows by Pirama Arumuga Nainar · 6 years ago
  23. ae37a31 adb: win32: set thread names by Spencer Low · 6 years ago
  24. 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  25. 874c941 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 6 years ago
  26. caeda2c adb: win32: cleanup winsock initialization. by Josh Gao · 6 years ago
  27. de16596 adb: win32: properly set EBADF in some functions. by Josh Gao · 6 years ago
  28. 08229f6 adb: partially clang-format sysdeps_win32.cpp. by Josh Gao · 6 years ago
  29. 1bbdd25 adb: implement adb_writev. by Josh Gao · 6 years ago
  30. be2ee7b adb: fix FdeventTest.invalid_fd on Windows. by Josh Gao · 6 years ago
  31. 96049b9 adb: fix windows test build. by Josh Gao · 6 years ago
  32. a076b15 adb: bump the local socket backlog to the maximum. by Josh Gao · 6 years ago
  33. 4f6f442 Revert "adb: check our socketpair ends in our win32 emulation." by Josh Gao · 7 years ago
  34. 20238f2 Make ADB over mDNS work on Windows by Casey Dahlin · 8 years ago
  35. 75e96bb Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."" by Josh Gao · 8 years ago
  36. 4891a15 Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." by Josh Gao · 8 years ago
  37. 0c8a797 adb: move adb_strerror to sysdeps/win32/errno.cpp. by Josh Gao · 8 years ago
  38. e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  39. d6001b5 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 8 years ago
  40. 8ac4599 std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom. by Elliott Hughes · 8 years ago
  41. a4f9c17 adb: fix stat on Windows. by Josh Gao · 8 years ago
  42. e0a6e2a Kill load_file. by Elliott Hughes · 8 years ago
  43. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  44. 7c9e5fb adb: increase the FD table size on Win32. by Josh Gao · 8 years ago
  45. c25a34e adb: use TCP keepalive. by David Pursell · 8 years ago
  46. 61eda8d adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. by Josh Gao · 8 years ago
  47. 4f657a7 adb: move win32 fd base to 2048, fix fd allocation. by Josh Gao · 8 years ago
  48. e738812 adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 8 years ago
  49. 46f527c Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 8 years ago
  50. c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 8 years ago
  51. 5544140 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
  52. f373c35 adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
  53. 2930cdc adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 8 years ago
  54. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  55. 50f5bf1 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
  56. ac9a780 Merge changes Ic124ecb9,I94de55d2 by Josh Gao · 9 years ago
  57. e3a87d0 adb: remove exit-time destructors. by Josh Gao · 9 years ago
  58. 37be38a Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 9 years ago
  59. 9c8f746 adb: win32: fix adb shell by Spencer Low · 9 years ago
  60. 74e1a21 Revert "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 9 years ago
  61. 337c3ce adb/base: fix adb push of Unicode filenames on Win32 by Spencer Low · 9 years ago
  62. a826579 adb shell SIGWINCH support. by Elliott Hughes · 9 years ago
  63. 5880536 adb: create unix_isatty() function. by David Pursell · 9 years ago
  64. 6c73bfc Don't use VLAs in adb. by Elliott Hughes · 9 years ago
  65. 028e159 adb: win32: Improve Winsock error code mappings and strings by Spencer Low · 9 years ago
  66. 3fe11f6 adb: non-interactive shell stdin. by David Pursell · 9 years ago
  67. c7c4561 adb: win32: specify socket protocol by Spencer Low · 9 years ago
  68. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  69. 7616ae1 adb: fix shell_service_protocol_test for Windows. by David Pursell · 9 years ago
  70. 50740f5 adb: win32: make adb_getenv() case-insensitive by Spencer Low · 9 years ago
  71. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  72. 2bbb3a9 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
  73. 2521f51 Merge "adb: improve network error info" by Elliott Hughes · 9 years ago
  74. c7c1ca6 adb: win32: fix shutdown deadlock by Spencer Low · 9 years ago
  75. 3262585 adb: improve network error info by Spencer Low · 9 years ago
  76. a7549c6 Merge "Fix a comment typo." by Elliott Hughes · 9 years ago
  77. 83d2e62 Merge "adb: win32: file descriptor reliability improvements" by Elliott Hughes · 9 years ago
  78. 1ba5309 Fix a comment typo. by Elliott Hughes · 9 years ago
  79. e103818 Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc" by Elliott Hughes · 9 years ago
  80. 1711e01 adb: win32: call SystemErrorCodeToString() from more places by Spencer Low · 9 years ago
  81. cc467f1 adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc by Spencer Low · 9 years ago
  82. b732a37 adb: win32: file descriptor reliability improvements by Spencer Low · 9 years ago
  83. 6815c07 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 9 years ago
  84. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  85. fe44751 Fix Win32 adb build. by Elliott Hughes · 9 years ago
  86. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  87. 5c761bd adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  88. 3a2421b adb: fix adb_close() vs. unix_close() usage by Spencer Low · 9 years ago
  89. 9ca39e3 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 9 years ago
  90. 7dc759f adb: win32: fix adb emu command by Spencer Low · 9 years ago
  91. 88b4c85 More adb buffer fixes. by Elliott Hughes · 9 years ago
  92. fb2ba51 Remove strtok from adb. by Elliott Hughes · 9 years ago
  93. 6a09693 Move sysdeps_win32 to C++. by Elliott Hughes · 9 years ago[Renamed (97%) from sysdeps_win32.c]
  94. beb6198 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 9 years ago
  95. db6fe64 File header cleanup. by Dan Albert · 9 years ago
  96. 31aafa6 adb: Win32: set socket buffer sizes properly by Spencer Low · 9 years ago
  97. 054d170 Fix adb/fastboot windows compilations. by Christopher Ferris · 10 years ago
  98. b117085 Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 10 years ago
  99. b73d0e0 Remove obsolete reference to ddk; Fixes for -Werror by Andrew Hsieh · 10 years ago
  100. 2305e9c Fix win32 undefined reference to `_socket_network_client_timeout'. by Elliott Hughes · 10 years ago