summaryrefslogtreecommitdiff
path: root/sysdeps_win32.cpp
AgeCommit message (Expand)Author
2016-09-21adb: kill adb_mutex_t, adb_cond_t.Josh Gao
2016-08-24adb: check our socketpair ends in our win32 emulation.Josh Gao
2016-08-08std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom.Elliott Hughes
2016-08-01adb: fix stat on Windows.Josh Gao
2016-05-27Kill load_file.Elliott Hughes
2016-05-09adb: support forwarding TCP port 0.David Pursell
2016-04-18adb: increase the FD table size on Win32.Josh Gao
2016-02-23adb: use TCP keepalive.David Pursell
2016-02-19adb: add fd exhaustion test, fix errno reporting in sysdeps_win32.Josh Gao
2016-02-19adb: move win32 fd base to 2048, fix fd allocation.Josh Gao
2016-02-19adb: don't emulate fdevent or socketpair on Windows.Josh Gao
2016-02-01Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes"David Pursell
2016-02-01base: add SystemErrorCodeToString() function.David Pursell
2016-01-28adb: SIGWINCH support for WindowsSpencer Low
2016-01-28adb: win32: handle incomplete UTF-8 in console output, other fixesSpencer Low
2016-01-15adb: tag fatal, fatal_errno with printf attribute.Josh Gao
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-11-12adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()Spencer Low
2015-11-12Merge changes Ic124ecb9,I94de55d2Josh Gao
2015-11-12adb: remove exit-time destructors.Josh Gao
2015-11-11Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32""Elliott Hughes
2015-11-11adb: win32: fix adb shellSpencer Low
2015-11-11Revert "adb/base: fix adb push of Unicode filenames on Win32"Elliott Hughes
2015-11-10adb/base: fix adb push of Unicode filenames on Win32Spencer Low
2015-11-04adb shell SIGWINCH support.Elliott Hughes
2015-11-02adb: create unix_isatty() function.David Pursell
2015-10-27Don't use VLAs in adb.Elliott Hughes
2015-10-18adb: win32: Improve Winsock error code mappings and stringsSpencer Low
2015-10-15adb: non-interactive shell stdin.David Pursell
2015-09-29adb: win32: specify socket protocolSpencer Low
2015-09-23Adb: use VLOG() to replace D() for verbose logging.Yabin Cui
2015-09-11adb: fix shell_service_protocol_test for Windows.David Pursell
2015-09-11adb: win32: make adb_getenv() case-insensitiveSpencer Low
2015-09-02adb: clean up debug tracing a little.Yabin Cui
2015-08-26win32: adb start-server shows stdout/stderr output from actual serverSpencer Low
2015-08-13Merge "adb: improve network error info"Elliott Hughes
2015-08-12adb: win32: fix shutdown deadlockSpencer Low
2015-08-11adb: improve network error infoSpencer Low
2015-08-04Merge "Fix a comment typo."Elliott Hughes
2015-08-04Merge "adb: win32: file descriptor reliability improvements"Elliott Hughes
2015-08-03Fix a comment typo.Elliott Hughes
2015-08-03Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc"Elliott Hughes
2015-08-02adb: win32: call SystemErrorCodeToString() from more placesSpencer Low
2015-08-02adb: win32: define UNICODE/_UNICODE, Unicode error messages, miscSpencer Low
2015-07-31adb: win32: file descriptor reliability improvementsSpencer 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-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