- 681338d Add missing `static` for macOS inline. by Elliott Hughes · 4 years, 7 months ago
- 0aafa0f adb: add implementation of mempcpy for deficient platforms. by Josh Gao · 4 years, 7 months ago
- e3e64b8 [adb] generic "cast_handle_to_int" function by Yurii Zubrytskyi · 4 years, 7 months ago
- 2488c21 [adb] Fix incremental installation on Windows by Yurii Zubrytskyi · 4 years, 8 months ago
- d85f5c0 [adbwifi] Add adbwifi_libs, TLS connection, and MDNS implementation. by Joshua Duong · 5 years ago
- 96ff54b Incremental installations in adb, client/host side. by Alex Buynytskyy · 4 years, 9 months ago
- 3ec7be7 Revert "Revert "Support socket activation of adb server"" by Daniel Colascione · 5 years ago
- c77904e Revert "Support socket activation of adb server" by Raman Tenneti · 5 years ago
- 4456b5f Support socket activation of adb server by Daniel Colascione · 5 years ago
- 665f3ff FastDeploy refactor: 2+GB APK support, optimizations, tests. by Alex Buynytskyy · 5 years ago
- 68c14d1 adb: fix mac build by Adrian Roos · 5 years ago
- 709dfc3 [adb] Add a getter for native Win32 file handle by Yurii Zubrytskyi · 5 years ago
- 57e09b1 adb: move fdevent to its own folder. by Josh Gao · 5 years ago
- 27241a7 Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 6 years ago
- 2c58e19 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 6 years ago
- 93d63c0 Add a way to turn off unique_fd's operator int. by Josh Gao · 6 years ago
- 0f29cbc adb: switch unix_open to string_view. by Josh Gao · 6 years ago
- d2aaede adb: don't use <error.h>. by Elliott Hughes · 6 years ago
- 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
- cabfc3d Support > 2GiB seeks in adb_lseek. by Elliott Hughes · 6 years ago
- c8d3853 Merge "adb: win32: set thread names" by Josh Gao · 6 years ago
- 50beee3 adb: win32: set thread names by Spencer Low · 6 years ago
- 40babf0 adb: win32: fix ReportServerStartupFailure by Spencer Low · 6 years ago
- 45e3e95 adb: add better logging for connection failure. by Josh Gao · 6 years ago
- cd0f5c3 Remove unused #include. by Elliott Hughes · 6 years ago
- d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 6 years ago
- a2df1ef Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 6 years ago
- 2e1e789 adb: fix windows test build. by Josh Gao · 7 years ago
- 5791e21 base: export GetThreadId. by Josh Gao · 7 years ago
- 3df2fa6 Remove a duplicate TEMP_FAILURE_RETRY. by Elliott Hughes · 7 years ago
- 7462f18 Fix reference to out of scope local in adb_thread_setname. by Elliott Hughes · 7 years ago
- e1dacfc adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 8 years ago
- 46de1d7 adb: don't try to resolve 'localhost' by Josh Gao · 8 years ago
- 3726a01 Revert "adb: check our socketpair ends in our win32 emulation." by Josh Gao · 8 years ago
- 2fe9b60 Make ADB over mDNS work on Windows by Casey Dahlin · 8 years ago
- a3577e1 Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."" by Josh Gao · 8 years ago
- 43c02b2 Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." by Josh Gao · 8 years ago
- 4fba3d2 adb: move adb_strerror to sysdeps/win32/errno.cpp. by Josh Gao · 8 years ago
- 05a3abf adb: make sure that file mode macros match linux. by Josh Gao · 8 years ago
- dbe91ee Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
- 7b70076 Fallback to IPv6 when IPv4 is not available in adb by Tao Wu · 8 years ago
- 139b372 Start retiring socket_loopback_client. by Elliott Hughes · 8 years ago
- 0cd3ae1 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
- cfb2141 adb: factor out socket specification. by Josh Gao · 8 years ago
- 5990191 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 8 years ago
- 0aeb505 Clean up key handling in adb. by Elliott Hughes · 8 years ago
- f551ea0 adb: fix stat on Windows. by Josh Gao · 8 years ago
- e8b663f Kill load_file. by Elliott Hughes · 8 years ago
- 13ea01d adb/base: allow use of unique_fd inside adb. by Josh Gao · 8 years ago
- eaae97e adb: support forwarding TCP port 0. by David Pursell · 9 years ago
- f0d3b4f adb: make ScopedFd universally accessible and useful. by Josh Gao · 9 years ago
- bfd9503 adb: use TCP keepalive. by David Pursell · 9 years ago
- 3777d2e adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 9 years ago
- d7b3749 adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 9 years ago
- b5fea14 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
- 3b3e10d adb: sysdeps: add support for joining threads. by Josh Gao · 9 years ago
- 85c65da Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 9 years ago
- 79d8f07 Merge "base: add SystemErrorCodeToString() function." by David Pursell · 9 years ago
- 5f787ed base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
- d18aea9 Merge changes I93287b87,I30a3eb0b by Josh Gao · 9 years ago
- a166e71 adb: add nullability specifiers to adb_client.h. by Josh Gao · 9 years ago
- 2e02dc6 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
- a30b79a adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
- 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
- cc65c3b Fix "adb sync" (and "adb push") error reporting. by Elliott Hughes · 9 years ago
- d21dc82 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
- 07db119 adb: don't explode directories when pushing/pulling. by Josh Gao · 9 years ago
- 363af56 adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
- c5b8ad8 adb: create unix_isatty() function. by David Pursell · 9 years ago
- 0a79600 adb: win32: Improve Winsock error code mappings and strings by Spencer Low · 9 years ago
- 1ed57f0 adb: non-interactive shell stdin. by David Pursell · 9 years ago
- 49ee7cf adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
- 2122c7a win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
- 5c398d2 adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 9 years ago
- cf4ff64 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 9 years ago
- 5200c66 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
- 5c74270 More adb cleanup. by Elliott Hughes · 9 years ago
- 47d67c9 Write mkdirs in more idiomatic C++ style. by Alex Vallée · 10 years ago
- 3e7048c Fix const-ness of strrchr callers. by Elliott Hughes · 9 years ago
- d48dbd8 Fix Win32 adb build. by Elliott Hughes · 9 years ago
- 381cfa9 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
- 8d8126a adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
- 6ac5d7d adb: fix adb_close() vs. unix_close() usage by Spencer Low · 9 years ago
- 2e4a2ee _beginthread returns uintptr_t. by Elliott Hughes · 10 years ago
- 9b0f354 Simplify adb_thread_create. by Elliott Hughes · 10 years ago
- 8d5fa6d Remove strtok from adb. by Elliott Hughes · 10 years ago
- 2d4121c Remove extern "C" barriers to using C++. by Elliott Hughes · 10 years ago
- 5018406 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 10 years ago
- cc731cc Test readx/writex (now renamed). by Dan Albert · 10 years ago
- 818fb4b Add extern "C" to all the adb headers. by Dan Albert · 10 years ago
- f055c19 adb: Win32: set socket buffer sizes properly by Spencer Low · 10 years ago
- 630b9af Begin moving code from adb to libadb. by Dan Albert · 10 years ago
- 298b6c7 Fix build on mac. by leozwang · 10 years ago
- cbf0267 Add more debug information. by leozwang · 10 years ago
- 2f431a8 Fix windows-specific error without messing up Makefile flags. by Stephen Hines · 10 years ago
- b75d6f1 Remove obsolete reference to ddk; Fixes for -Werror by Andrew Hsieh · 11 years ago
- b911cf0 Fix win32 implicit declaration of function socket_network_client_timeout. by Elliott Hughes · 10 years ago
- 893a4a4 adb: Only use properties on device builds by Nick Kralevich · 11 years ago
- ec90f1d Add TEMP_FAILURE_RETRY macro for darwin by Kenny Root · 12 years ago
- 1dc92ba am 207c17ff: Merge "Make adb robust against EINTR" by Kenny Root · 12 years ago