summaryrefslogtreecommitdiffstats
path: root/adb/sysdeps_win32.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: "support" O_CLOEXEC in adb_open on Windows.Josh Gao2019-02-071-0/+3
* Merge "adb: win32: improve console output on Windows 10"Josh Gao2019-01-231-11/+67
|\
| * adb: win32: improve console output on Windows 10Spencer Low2018-11-061-11/+67
* | adb: switch unix_open to string_view.Josh Gao2018-12-211-3/+4
|/
* adb: don't use <error.h>.Elliott Hughes2018-10-221-21/+0
* adb: rationalize fatal/error logging.Elliott Hughes2018-10-191-15/+29
* Merge changes from topic "windows-libcxx"Pirama Arumuga Nainar2018-10-111-0/+4
|\
| * Adapt to switch to libc++ for WindowsPirama Arumuga Nainar2018-09-211-0/+4
* | Support > 2GiB seeks in adb_lseek.Elliott Hughes2018-09-261-16/+10
|/
* adb: win32: set thread namesSpencer Low2018-09-031-0/+23
* [adb] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-131-21/+21
* Simplify __attribute__((__printf__)) use.Elliott Hughes2018-06-261-3/+2
* adb: win32: cleanup winsock initialization.Josh Gao2018-04-111-20/+9
* adb: win32: properly set EBADF in some functions.Josh Gao2018-04-111-0/+4
* adb: partially clang-format sysdeps_win32.cpp.Josh Gao2018-04-111-63/+53
* adb: implement adb_writev.Josh Gao2018-04-111-40/+115
* adb: fix FdeventTest.invalid_fd on Windows.Josh Gao2018-03-291-1/+7
* adb: fix windows test build.Josh Gao2018-03-231-5/+4
* adb: bump the local socket backlog to the maximum.Josh Gao2018-03-211-3/+1
* Revert "adb: check our socketpair ends in our win32 emulation."Josh Gao2017-03-301-27/+2
* Make ADB over mDNS work on WindowsCasey Dahlin2017-03-071-6/+11
* Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp.""Josh Gao2016-12-051-76/+1
* Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."Josh Gao2016-12-051-1/+76
* adb: move adb_strerror to sysdeps/win32/errno.cpp.Josh Gao2016-11-301-76/+1
* adb: kill adb_mutex_t, adb_cond_t.Josh Gao2016-09-211-47/+35
* adb: check our socketpair ends in our win32 emulation.Josh Gao2016-08-241-2/+27
* std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom.Elliott Hughes2016-08-081-1/+1
* adb: fix stat on Windows.Josh Gao2016-08-011-24/+0
* Kill load_file.Elliott Hughes2016-05-271-56/+0
* adb: support forwarding TCP port 0.David Pursell2016-05-091-14/+24
* adb: increase the FD table size on Win32.Josh Gao2016-04-181-1/+1
* adb: use TCP keepalive.David Pursell2016-02-231-0/+27
* adb: add fd exhaustion test, fix errno reporting in sysdeps_win32.Josh Gao2016-02-191-73/+76
* adb: move win32 fd base to 2048, fix fd allocation.Josh Gao2016-02-191-13/+11
* adb: don't emulate fdevent or socketpair on Windows.Josh Gao2016-02-191-1350/+126
* Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes"David Pursell2016-02-011-31/+134
|\
| * adb: win32: handle incomplete UTF-8 in console output, other fixesSpencer Low2016-01-281-31/+134
* | base: add SystemErrorCodeToString() function.David Pursell2016-02-011-60/+28
* | adb: SIGWINCH support for WindowsSpencer Low2016-01-281-5/+21
|/
* adb: tag fatal, fatal_errno with printf attribute.Josh Gao2016-01-151-2/+5
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-4/+4
* adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()Spencer Low2015-11-121-116/+113
* Merge changes Ic124ecb9,I94de55d2Josh Gao2015-11-121-2/+2
|\
| * adb: remove exit-time destructors.Josh Gao2015-11-121-2/+2
* | Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32""Elliott Hughes2015-11-111-80/+45
|/
* adb: win32: fix adb shellSpencer Low2015-11-111-86/+36
* Revert "adb/base: fix adb push of Unicode filenames on Win32"Elliott Hughes2015-11-111-45/+80
* adb/base: fix adb push of Unicode filenames on Win32Spencer Low2015-11-101-80/+45
* adb shell SIGWINCH support.Elliott Hughes2015-11-041-36/+33
* adb: create unix_isatty() function.David Pursell2015-11-021-53/+45