1. e72c44b adb: avoid freeing argv entries on Windows. by Josh Gao · 6 years ago
  2. 27241a7 Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 6 years ago
  3. 2c58e19 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 6 years ago
  4. 93d63c0 Add a way to turn off unique_fd's operator int. by Josh Gao · 6 years ago
  5. 4b019a5 adb: "support" O_CLOEXEC in adb_open on Windows. by Josh Gao · 6 years ago
  6. 54d1e31 Merge "adb: win32: improve console output on Windows 10" by Josh Gao · 6 years ago
  7. 0f29cbc adb: switch unix_open to string_view. by Josh Gao · 6 years ago
  8. 14022c2 adb: win32: improve console output on Windows 10 by Spencer Low · 7 years ago
  9. d2aaede adb: don't use <error.h>. by Elliott Hughes · 7 years ago
  10. 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
  11. a2ccce8 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 7 years ago
  12. cabfc3d Support > 2GiB seeks in adb_lseek. by Elliott Hughes · 7 years ago
  13. 29e3dd8 Adapt to switch to libc++ for Windows by Pirama Arumuga Nainar · 7 years ago
  14. 50beee3 adb: win32: set thread names by Spencer Low · 7 years ago
  15. aed415c [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  16. d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
  17. 2e93df2 adb: win32: cleanup winsock initialization. by Josh Gao · 7 years ago
  18. 011ba4b adb: win32: properly set EBADF in some functions. by Josh Gao · 7 years ago
  19. 64a63ac adb: partially clang-format sysdeps_win32.cpp. by Josh Gao · 7 years ago
  20. 116aa0a adb: implement adb_writev. by Josh Gao · 7 years ago
  21. 05fb45b adb: fix FdeventTest.invalid_fd on Windows. by Josh Gao · 7 years ago
  22. 2e1e789 adb: fix windows test build. by Josh Gao · 7 years ago
  23. bf243a6 adb: bump the local socket backlog to the maximum. by Josh Gao · 7 years ago
  24. 3726a01 Revert "adb: check our socketpair ends in our win32 emulation." by Josh Gao · 8 years ago
  25. 2fe9b60 Make ADB over mDNS work on Windows by Casey Dahlin · 9 years ago
  26. a3577e1 Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."" by Josh Gao · 8 years ago
  27. 43c02b2 Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." by Josh Gao · 8 years ago
  28. 4fba3d2 adb: move adb_strerror to sysdeps/win32/errno.cpp. by Josh Gao · 9 years ago
  29. 0cd3ae1 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 9 years ago
  30. 5990191 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 9 years ago
  31. aea1683 std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom. by Elliott Hughes · 9 years ago
  32. f551ea0 adb: fix stat on Windows. by Josh Gao · 9 years ago
  33. e8b663f Kill load_file. by Elliott Hughes · 9 years ago
  34. eaae97e adb: support forwarding TCP port 0. by David Pursell · 9 years ago
  35. b31e171 adb: increase the FD table size on Win32. by Josh Gao · 9 years ago
  36. bfd9503 adb: use TCP keepalive. by David Pursell · 9 years ago
  37. 6487e74 adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. by Josh Gao · 9 years ago
  38. b6232b9 adb: move win32 fd base to 2048, fix fd allocation. by Josh Gao · 9 years ago
  39. 3777d2e adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 9 years ago
  40. 85c65da Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 9 years ago
  41. 5f787ed base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  42. 2e02dc6 adb: SIGWINCH support for Windows by Spencer Low · 10 years ago
  43. a30b79a adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 10 years ago
  44. 56e9bb9 adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
  45. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  46. d21dc82 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 10 years ago
  47. 26f2e1f Merge changes Ic124ecb9,I94de55d2 by Josh Gao · 10 years ago
  48. b7b1edf adb: remove exit-time destructors. by Josh Gao · 10 years ago
  49. c1fd492 Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 10 years ago
  50. 32762f4 adb: win32: fix adb shell by Spencer Low · 10 years ago
  51. cc8cd59 Revert "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 10 years ago
  52. ac9514a adb/base: fix adb push of Unicode filenames on Win32 by Spencer Low · 10 years ago
  53. c15b17f adb shell SIGWINCH support. by Elliott Hughes · 10 years ago
  54. c5b8ad8 adb: create unix_isatty() function. by David Pursell · 10 years ago
  55. 6d92997 Don't use VLAs in adb. by Elliott Hughes · 10 years ago
  56. 0a79600 adb: win32: Improve Winsock error code mappings and strings by Spencer Low · 10 years ago
  57. 1ed57f0 adb: non-interactive shell stdin. by David Pursell · 10 years ago
  58. 677fb43 adb: win32: specify socket protocol by Spencer Low · 10 years ago
  59. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 10 years ago
  60. b404dec adb: fix shell_service_protocol_test for Windows. by David Pursell · 10 years ago
  61. e6ae573 adb: win32: make adb_getenv() case-insensitive by Spencer Low · 10 years ago
  62. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 10 years ago
  63. 2122c7a win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 10 years ago
  64. 57532b2 Merge "adb: improve network error info" by Elliott Hughes · 10 years ago
  65. 87e97ee adb: win32: fix shutdown deadlock by Spencer Low · 10 years ago
  66. bf7c605 adb: improve network error info by Spencer Low · 10 years ago
  67. 3cf2a8e Merge "Fix a comment typo." by Elliott Hughes · 10 years ago
  68. feacf20 Merge "adb: win32: file descriptor reliability improvements" by Elliott Hughes · 10 years ago
  69. bfa7c7d Fix a comment typo. by Elliott Hughes · 10 years ago
  70. 6b940e1 Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc" by Elliott Hughes · 10 years ago
  71. 8df9032 adb: win32: call SystemErrorCodeToString() from more places by Spencer Low · 10 years ago
  72. e347c1d adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc by Spencer Low · 10 years ago
  73. c321155 adb: win32: file descriptor reliability improvements by Spencer Low · 10 years ago
  74. cf4ff64 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 10 years ago
  75. 5200c66 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 10 years ago
  76. d48dbd8 Fix Win32 adb build. by Elliott Hughes · 10 years ago
  77. 381cfa9 Report getaddrinfo failures correctly. by Elliott Hughes · 10 years ago
  78. 8d8126a adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 10 years ago
  79. 6ac5d7d adb: fix adb_close() vs. unix_close() usage by Spencer Low · 10 years ago
  80. ac3f7d9 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 10 years ago
  81. 142ec75 adb: win32: fix adb emu command by Spencer Low · 10 years ago
  82. e67f1f8 More adb buffer fixes. by Elliott Hughes · 10 years ago
  83. 8d5fa6d Remove strtok from adb. by Elliott Hughes · 10 years ago
  84. a2f2e56 Move sysdeps_win32 to C++. by Elliott Hughes · 10 years ago[Renamed (97%) from adb/sysdeps_win32.c]
  85. 5018406 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 10 years ago
  86. 3313426 File header cleanup. by Dan Albert · 10 years ago
  87. f055c19 adb: Win32: set socket buffer sizes properly by Spencer Low · 10 years ago
  88. 67a7a4a Fix adb/fastboot windows compilations. by Christopher Ferris · 11 years ago
  89. 2f431a8 Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 11 years ago
  90. b75d6f1 Remove obsolete reference to ddk; Fixes for -Werror by Andrew Hsieh · 11 years ago
  91. 0bff5bd Fix win32 undefined reference to `_socket_network_client_timeout'. by Elliott Hughes · 11 years ago
  92. 60299df adb: turn on -Werror by Mark Salyzyn · 11 years ago
  93. bbe26c1 Windows adb: initialize on to 1 in disable_tcp_nagle by Ray Donnelly · 12 years ago
  94. 1b7a7e8 adb: Use bionic's strtok_r() for Windows by Scott Anderson · 13 years ago
  95. ce48083 Fixes ADB crash on Windows due to large number of connections. do not merge. by Vladimir Chtchetkine · 14 years ago
  96. 8cf0d59 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 16 years ago
  97. f6330a2 Cleaning up whitespace in adb sources. Nothing more, nothing less. by David 'Digit' Turner · 16 years ago
  98. dd7bc33 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  99. e54eebb auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  100. 35237d1 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago