summaryrefslogtreecommitdiff
path: root/sysdeps.h
AgeCommit message (Expand)Author
2016-10-13Fallback to IPv6 when IPv4 is not available in adbTao Wu
2016-10-11Start retiring socket_loopback_client.Elliott Hughes
2016-09-21adb: kill adb_mutex_t, adb_cond_t.Josh Gao
2016-08-25adb: factor out socket specification.Josh Gao
2016-08-24adb: check our socketpair ends in our win32 emulation.Josh Gao
2016-08-11Clean up key handling in adb.Elliott Hughes
2016-08-01adb: fix stat on Windows.Josh Gao
2016-05-27Kill load_file.Elliott Hughes
2016-05-14adb/base: allow use of unique_fd inside adb.Josh Gao
2016-05-09adb: support forwarding TCP port 0.David Pursell
2016-03-04adb: make ScopedFd universally accessible and useful.Josh Gao
2016-02-23adb: use TCP keepalive.David Pursell
2016-02-19adb: don't emulate fdevent or socketpair on Windows.Josh Gao
2016-02-12adb: sysdeps_win32: actually change ExitThread to _endthreadex.Josh Gao
2016-02-12adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao
2016-02-10adb: sysdeps: add support for joining threads.Josh Gao
2016-02-01Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes"David Pursell
2016-02-01Merge "base: add SystemErrorCodeToString() function."David Pursell
2016-02-01base: add SystemErrorCodeToString() function.David Pursell
2016-02-01Merge changes I93287b87,I30a3eb0bJosh Gao
2016-01-31adb: add nullability specifiers to adb_client.h.Josh Gao
2016-01-28adb: SIGWINCH support for WindowsSpencer Low
2016-01-28adb: win32: handle incomplete UTF-8 in console output, other fixesSpencer Low
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-11-20Fix "adb sync" (and "adb push") error reporting.Elliott Hughes
2015-11-12adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()Spencer Low
2015-11-11adb: don't explode directories when pushing/pulling.Josh Gao
2015-11-09adb/base: minor compiler portability improvementsSpencer Low
2015-11-02adb: create unix_isatty() function.David Pursell
2015-10-18adb: win32: Improve Winsock error code mappings and stringsSpencer Low
2015-10-15adb: non-interactive shell stdin.David Pursell
2015-08-31adb: set thread names (linux & mac)Siva Velusamy
2015-08-26win32: adb start-server shows stdout/stderr output from actual serverSpencer Low
2015-08-08adb: win32: write ACK to separate pipe instead of stdoutSpencer Low
2015-07-31adb: win32: Unicode path names, env vars, some console supportSpencer Low
2015-07-30adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low
2015-07-30More adb cleanup.Elliott Hughes
2015-07-30Write mkdirs in more idiomatic C++ style.Alex Vallée
2015-07-28Fix const-ness of strrchr callers.Elliott Hughes
2015-07-24Fix Win32 adb build.Elliott Hughes
2015-07-23Report getaddrinfo failures correctly.Elliott Hughes
2015-07-21adb: logging: newlines, thread ids, error code overwritingSpencer Low
2015-05-22adb: fix adb_close() vs. unix_close() usageSpencer Low
2015-05-05_beginthread returns uintptr_t.Elliott Hughes
2015-05-05Simplify adb_thread_create.Elliott Hughes
2015-04-27Remove strtok from adb.Elliott Hughes
2015-04-17Remove extern "C" barriers to using C++.Elliott Hughes
2015-03-26adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echoSpencer Low
2015-02-25Test readx/writex (now renamed).Dan Albert
2015-02-18Add extern "C" to all the adb headers.Dan Albert