| Commit message (Expand) | Author | Age | Files | Lines |
| * | adb: kill adb_thread_{create, join, detach, exit}. | Josh Gao | 2017-04-12 | 1 | -115/+0 |
| * | adb: don't try to resolve 'localhost' | Josh Gao | 2017-04-12 | 1 | -13/+1 |
| * | Revert "adb: check our socketpair ends in our win32 emulation." | Josh Gao | 2017-03-30 | 1 | -4/+0 |
| * | Make ADB over mDNS work on Windows | Casey Dahlin | 2017-03-07 | 1 | -0/+7 |
| * | Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."" | Josh Gao | 2016-12-05 | 1 | -3/+1 |
| * | Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." | Josh Gao | 2016-12-05 | 1 | -1/+3 |
| * | adb: move adb_strerror to sysdeps/win32/errno.cpp. | Josh Gao | 2016-11-30 | 1 | -3/+1 |
| * | adb: make sure that file mode macros match linux. | Josh Gao | 2016-11-21 | 1 | -2/+0 |
| * | Switch adb over to <chrono>. | Elliott Hughes | 2016-11-16 | 1 | -10/+0 |
| * | Fallback to IPv6 when IPv4 is not available in adb | Tao Wu | 2016-10-13 | 1 | -1/+4 |
| * | Start retiring socket_loopback_client. | Elliott Hughes | 2016-10-11 | 1 | -1/+1 |
| * | adb: kill adb_mutex_t, adb_cond_t. | Josh Gao | 2016-09-21 | 1 | -46/+0 |
| * | adb: factor out socket specification. | Josh Gao | 2016-08-25 | 1 | -4/+15 |
| * | adb: check our socketpair ends in our win32 emulation. | Josh Gao | 2016-08-24 | 1 | -0/+4 |
| * | Clean up key handling in adb. | Elliott Hughes | 2016-08-11 | 1 | -0/+5 |
| * | adb: fix stat on Windows. | Josh Gao | 2016-08-01 | 1 | -23/+2 |
| * | Kill load_file. | Elliott Hughes | 2016-05-27 | 1 | -4/+0 |
| * | adb/base: allow use of unique_fd inside adb. | Josh Gao | 2016-05-14 | 1 | -1/+2 |
| * | adb: support forwarding TCP port 0. | David Pursell | 2016-05-09 | 1 | -0/+7 |
| * | adb: make ScopedFd universally accessible and useful. | Josh Gao | 2016-03-04 | 1 | -2/+1 |
| * | adb: use TCP keepalive. | David Pursell | 2016-02-23 | 1 | -0/+5 |
| * | adb: don't emulate fdevent or socketpair on Windows. | Josh Gao | 2016-02-19 | 1 | -21/+26 |
| * | adb: sysdeps_win32: actually change ExitThread to _endthreadex. | Josh Gao | 2016-02-12 | 1 | -1/+1 |
| * | adb: make adb_thread_func_t return void, add adb_thread_exit. | Josh Gao | 2016-02-12 | 1 | -12/+36 |
| * | adb: sysdeps: add support for joining threads. | Josh Gao | 2016-02-10 | 1 | -10/+73 |
| * | Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" | David Pursell | 2016-02-01 | 1 | -0/+18 |
| |\ |
|
| | * | adb: win32: handle incomplete UTF-8 in console output, other fixes | Spencer Low | 2016-01-28 | 1 | -0/+18 |
| * | | Merge "base: add SystemErrorCodeToString() function." | David Pursell | 2016-02-01 | 1 | -3/+0 |
| |\ \ |
|
| | * | | base: add SystemErrorCodeToString() function. | David Pursell | 2016-02-01 | 1 | -3/+0 |
| * | | | Merge changes I93287b87,I30a3eb0b | Josh Gao | 2016-02-01 | 1 | -0/+4 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | adb: add nullability specifiers to adb_client.h. | Josh Gao | 2016-01-31 | 1 | -0/+4 |
| | |/ |
|
| * / | adb: SIGWINCH support for Windows | Spencer Low | 2016-01-28 | 1 | -1/+11 |
| |/ |
|
| * | Track rename of base/ to android-base/. | Elliott Hughes | 2015-12-04 | 1 | -1/+1 |
| * | Fix "adb sync" (and "adb push") error reporting. | Elliott Hughes | 2015-11-20 | 1 | -24/+5 |
| * | adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() | Spencer Low | 2015-11-12 | 1 | -13/+4 |
| * | adb: don't explode directories when pushing/pulling. | Josh Gao | 2015-11-11 | 1 | -0/+8 |
| * | adb/base: minor compiler portability improvements | Spencer Low | 2015-11-09 | 1 | -1/+6 |
| * | adb: create unix_isatty() function. | David Pursell | 2015-11-02 | 1 | -0/+16 |
| * | adb: win32: Improve Winsock error code mappings and strings | Spencer Low | 2015-10-18 | 1 | -0/+3 |
| * | adb: non-interactive shell stdin. | David Pursell | 2015-10-15 | 1 | -0/+4 |
| * | adb: set thread names (linux & mac) | Siva Velusamy | 2015-08-31 | 1 | -1/+27 |
| * | win32: adb start-server shows stdout/stderr output from actual server | Spencer Low | 2015-08-26 | 1 | -0/+16 |
| * | adb: win32: write ACK to separate pipe instead of stdout | Spencer Low | 2015-08-08 | 1 | -0/+17 |
| * | adb: win32: Unicode path names, env vars, some console support | Spencer Low | 2015-07-31 | 1 | -33/+120 |
| * | adb: win32: initial IPv6 support and improved Winsock error reporting | Spencer Low | 2015-07-30 | 1 | -0/+55 |
| * | More adb cleanup. | Elliott Hughes | 2015-07-30 | 1 | -37/+5 |
| * | Write mkdirs in more idiomatic C++ style. | Alex Vallée | 2015-07-30 | 1 | -23/+23 |
| * | Fix const-ness of strrchr callers. | Elliott Hughes | 2015-07-28 | 1 | -5/+5 |
| * | Fix Win32 adb build. | Elliott Hughes | 2015-07-24 | 1 | -5/+0 |
| * | Report getaddrinfo failures correctly. | Elliott Hughes | 2015-07-23 | 1 | -4/+2 |