summaryrefslogtreecommitdiffstats
path: root/adb/sysdeps.h
Commit message (Expand)AuthorAgeFilesLines
* Fix reference to out of scope local in adb_thread_setname.Elliott Hughes2017-08-021-12/+6
* adb: kill adb_thread_{create, join, detach, exit}.Josh Gao2017-04-121-115/+0
* adb: don't try to resolve 'localhost'Josh Gao2017-04-121-13/+1
* Revert "adb: check our socketpair ends in our win32 emulation."Josh Gao2017-03-301-4/+0
* Make ADB over mDNS work on WindowsCasey Dahlin2017-03-071-0/+7
* Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp.""Josh Gao2016-12-051-3/+1
* Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."Josh Gao2016-12-051-1/+3
* adb: move adb_strerror to sysdeps/win32/errno.cpp.Josh Gao2016-11-301-3/+1
* adb: make sure that file mode macros match linux.Josh Gao2016-11-211-2/+0
* Switch adb over to <chrono>.Elliott Hughes2016-11-161-10/+0
* Fallback to IPv6 when IPv4 is not available in adbTao Wu2016-10-131-1/+4
* Start retiring socket_loopback_client.Elliott Hughes2016-10-111-1/+1
* adb: kill adb_mutex_t, adb_cond_t.Josh Gao2016-09-211-46/+0
* adb: factor out socket specification.Josh Gao2016-08-251-4/+15
* adb: check our socketpair ends in our win32 emulation.Josh Gao2016-08-241-0/+4
* Clean up key handling in adb.Elliott Hughes2016-08-111-0/+5
* adb: fix stat on Windows.Josh Gao2016-08-011-23/+2
* Kill load_file.Elliott Hughes2016-05-271-4/+0
* adb/base: allow use of unique_fd inside adb.Josh Gao2016-05-141-1/+2
* adb: support forwarding TCP port 0.David Pursell2016-05-091-0/+7
* adb: make ScopedFd universally accessible and useful.Josh Gao2016-03-041-2/+1
* adb: use TCP keepalive.David Pursell2016-02-231-0/+5
* adb: don't emulate fdevent or socketpair on Windows.Josh Gao2016-02-191-21/+26
* adb: sysdeps_win32: actually change ExitThread to _endthreadex.Josh Gao2016-02-121-1/+1
* adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao2016-02-121-12/+36
* adb: sysdeps: add support for joining threads.Josh Gao2016-02-101-10/+73
* Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes"David Pursell2016-02-011-0/+18
|\
| * adb: win32: handle incomplete UTF-8 in console output, other fixesSpencer Low2016-01-281-0/+18
* | Merge "base: add SystemErrorCodeToString() function."David Pursell2016-02-011-3/+0
|\ \
| * | base: add SystemErrorCodeToString() function.David Pursell2016-02-011-3/+0
* | | Merge changes I93287b87,I30a3eb0bJosh Gao2016-02-011-0/+4
|\ \ \ | |/ / |/| |
| * | adb: add nullability specifiers to adb_client.h.Josh Gao2016-01-311-0/+4
| |/
* / adb: SIGWINCH support for WindowsSpencer Low2016-01-281-1/+11
|/
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-1/+1
* Fix "adb sync" (and "adb push") error reporting.Elliott Hughes2015-11-201-24/+5
* adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()Spencer Low2015-11-121-13/+4
* adb: don't explode directories when pushing/pulling.Josh Gao2015-11-111-0/+8
* adb/base: minor compiler portability improvementsSpencer Low2015-11-091-1/+6
* adb: create unix_isatty() function.David Pursell2015-11-021-0/+16
* adb: win32: Improve Winsock error code mappings and stringsSpencer Low2015-10-181-0/+3
* adb: non-interactive shell stdin.David Pursell2015-10-151-0/+4
* adb: set thread names (linux & mac)Siva Velusamy2015-08-311-1/+27
* win32: adb start-server shows stdout/stderr output from actual serverSpencer Low2015-08-261-0/+16
* adb: win32: write ACK to separate pipe instead of stdoutSpencer Low2015-08-081-0/+17
* adb: win32: Unicode path names, env vars, some console supportSpencer Low2015-07-311-33/+120
* adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low2015-07-301-0/+55
* More adb cleanup.Elliott Hughes2015-07-301-37/+5
* Write mkdirs in more idiomatic C++ style.Alex Vallée2015-07-301-23/+23
* Fix const-ness of strrchr callers.Elliott Hughes2015-07-281-5/+5
* Fix Win32 adb build.Elliott Hughes2015-07-241-5/+0