summaryrefslogtreecommitdiffstats
path: root/adb/sysdeps.h
Commit message (Expand)AuthorAgeFilesLines
* adb: switch unix_open to string_view.Josh Gao2018-12-211-15/+13
* adb: don't use <error.h>.Elliott Hughes2018-10-221-3/+0
* adb: rationalize fatal/error logging.Elliott Hughes2018-10-191-0/+3
* Support > 2GiB seeks in adb_lseek.Elliott Hughes2018-09-261-16/+19
* Merge "adb: win32: set thread names"Josh Gao2018-09-071-6/+1
|\
| * adb: win32: set thread namesSpencer Low2018-09-031-6/+1
* | adb: win32: fix ReportServerStartupFailureSpencer Low2018-09-021-0/+8
|/
* adb: add better logging for connection failure.Josh Gao2018-08-131-15/+1
* Remove unused #include.Elliott Hughes2018-07-111-1/+0
* Simplify __attribute__((__printf__)) use.Elliott Hughes2018-06-261-13/+6
* Do not customize __format__ for Windows/MinGW to gnu_printfPirama Arumuga Nainar2018-06-251-9/+1
* adb: fix windows test build.Josh Gao2018-03-231-14/+10
* base: export GetThreadId.Josh Gao2018-03-161-10/+0
* Remove a duplicate TEMP_FAILURE_RETRY.Elliott Hughes2017-11-281-15/+1
* 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