1. 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  2. 1f6a57a adb: don't try to resolve 'localhost' by Josh Gao · 7 years ago
  3. 4f6f442 Revert "adb: check our socketpair ends in our win32 emulation." by Josh Gao · 7 years ago
  4. 20238f2 Make ADB over mDNS work on Windows by Casey Dahlin · 8 years ago
  5. 75e96bb Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."" by Josh Gao · 8 years ago
  6. 4891a15 Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." by Josh Gao · 8 years ago
  7. 0c8a797 adb: move adb_strerror to sysdeps/win32/errno.cpp. by Josh Gao · 8 years ago
  8. 8998a8d adb: make sure that file mode macros match linux. by Josh Gao · 8 years ago
  9. 7392598 Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  10. d5c5865 Fallback to IPv6 when IPv4 is not available in adb by Tao Wu · 8 years ago
  11. 4e94e59 Start retiring socket_loopback_client. by Elliott Hughes · 8 years ago
  12. e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  13. 4a5a95d adb: factor out socket specification. by Josh Gao · 8 years ago
  14. d6001b5 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 8 years ago
  15. 801066a Clean up key handling in adb. by Elliott Hughes · 8 years ago
  16. a4f9c17 adb: fix stat on Windows. by Josh Gao · 8 years ago
  17. e0a6e2a Kill load_file. by Elliott Hughes · 8 years ago
  18. d91139c adb/base: allow use of unique_fd inside adb. by Josh Gao · 8 years ago
  19. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  20. 1b533c8 adb: make ScopedFd universally accessible and useful. by Josh Gao · 8 years ago
  21. c25a34e adb: use TCP keepalive. by David Pursell · 8 years ago
  22. e738812 adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 8 years ago
  23. 50493b2 adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 8 years ago
  24. 7d40525 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  25. a4f5e03 adb: sysdeps: add support for joining threads. by Josh Gao · 8 years ago
  26. 46f527c Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 8 years ago
  27. 0e468cc Merge "base: add SystemErrorCodeToString() function." by David Pursell · 8 years ago
  28. c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 8 years ago
  29. e4897ac Merge changes I93287b87,I30a3eb0b by Josh Gao · 8 years ago
  30. 23f6f2b adb: add nullability specifiers to adb_client.h. by Josh Gao · 8 years ago
  31. 5544140 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
  32. f373c35 adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
  33. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  34. 54e3efe Fix "adb sync" (and "adb push") error reporting. by Elliott Hughes · 9 years ago
  35. 50f5bf1 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
  36. 8acf06c adb: don't explode directories when pushing/pulling. by Josh Gao · 9 years ago
  37. 28bc2cb adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  38. 5880536 adb: create unix_isatty() function. by David Pursell · 9 years ago
  39. 028e159 adb: win32: Improve Winsock error code mappings and strings by Spencer Low · 9 years ago
  40. 3fe11f6 adb: non-interactive shell stdin. by David Pursell · 9 years ago
  41. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  42. 2bbb3a9 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
  43. b28812f adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 9 years ago
  44. 6815c07 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 9 years ago
  45. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  46. d189cfb More adb cleanup. by Elliott Hughes · 9 years ago
  47. 28d1f8d Write mkdirs in more idiomatic C++ style. by Alex Vallée · 9 years ago
  48. 24f9b08 Fix const-ness of strrchr callers. by Elliott Hughes · 9 years ago
  49. fe44751 Fix Win32 adb build. by Elliott Hughes · 9 years ago
  50. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  51. 5c761bd adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  52. 3a2421b adb: fix adb_close() vs. unix_close() usage by Spencer Low · 9 years ago
  53. 30f2e2b _beginthread returns uintptr_t. by Elliott Hughes · 9 years ago
  54. f251714 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  55. fb2ba51 Remove strtok from adb. by Elliott Hughes · 9 years ago
  56. fe7ff81 Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  57. beb6198 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 9 years ago
  58. 66a91b0 Test readx/writex (now renamed). by Dan Albert · 9 years ago
  59. 07c7881 Add extern "C" to all the adb headers. by Dan Albert · 9 years ago
  60. 31aafa6 adb: Win32: set socket buffer sizes properly by Spencer Low · 9 years ago
  61. bbbbea6 Begin moving code from adb to libadb. by Dan Albert · 10 years ago
  62. 9d23b53 Fix build on mac. by leozwang · 10 years ago
  63. 1be5462 Add more debug information. by leozwang · 10 years ago
  64. b117085 Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 10 years ago
  65. b73d0e0 Remove obsolete reference to ddk; Fixes for -Werror by Andrew Hsieh · 10 years ago
  66. 4fa7db0 Fix win32 implicit declaration of function socket_network_client_timeout. by Elliott Hughes · 10 years ago
  67. 7472d29 adb: Only use properties on device builds by Nick Kralevich · 11 years ago
  68. 3701fd0 am 2518f3ff: Merge "Add TEMP_FAILURE_RETRY macro for darwin" by Kenny Root · 12 years ago
  69. 8ca7535 Add TEMP_FAILURE_RETRY macro for darwin by Kenny Root · 12 years ago
  70. 3caa480 am da350a33: Merge "Make adb robust against EINTR" by Kenny Root · 12 years ago
  71. eac025c Make adb robust against EINTR by Kenny Root · 12 years ago
  72. 2cc19e4 adb: Add public key authentification by Benoit Goby · 12 years ago
  73. 0fa5978 adb: Use bionic's strtok_r() for Windows by Scott Anderson · 12 years ago
  74. 2e5dd6e adb: fix subprocess exit handling, oom adjust fixes, extra debugging. by JP Abgrall · 13 years ago
  75. 1f501f3 Revert "Fix adb hang when subprocess dies early." by JP Abgrall · 13 years ago
  76. 5066a9b Fix adb hang when subprocess dies early. by JP Abgrall · 13 years ago
  77. f4ded74 Fix adb leaking file descriptors to forked processes by Benoit Goby · 13 years ago
  78. 81ffe17 adb: Add "adb disconnect" command for disconnecting TCP/IP devices. by Mike Lockwood · 15 years ago
  79. 1f1efb5 Cleaning up whitespace in adb sources. Nothing more, nothing less. by David 'Digit' Turner · 15 years ago
  80. b1c2c95 Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon. by David 'Digit' Turner · 15 years ago
  81. 9ca14dc auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  82. 334880a auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  83. 25320a3 Initial Contribution by The Android Open Source Project · 16 years ago