summaryrefslogtreecommitdiff
path: root/sysdeps.h
AgeCommit message (Expand)Author
2017-08-02Fix reference to out of scope local in adb_thread_setname.Elliott Hughes
2017-04-12adb: kill adb_thread_{create, join, detach, exit}.Josh Gao
2017-04-12adb: don't try to resolve 'localhost'Josh Gao
2017-03-30Revert "adb: check our socketpair ends in our win32 emulation."Josh Gao
2017-03-07Make ADB over mDNS work on WindowsCasey Dahlin
2016-12-05Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp.""Josh Gao
2016-12-05Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."Josh Gao
2016-11-30adb: move adb_strerror to sysdeps/win32/errno.cpp.Josh Gao
2016-11-21adb: make sure that file mode macros match linux.Josh Gao
2016-11-16Switch adb over to <chrono>.Elliott Hughes
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