- ef4a8b0 adb: C++ify local_build_list and remote_build_list. by Josh Gao · 9 years ago
- 28f8eda adb: add SyncConnection::Printf. by Josh Gao · 9 years ago
- 15c32af adb: create unix_isatty() function. by David Pursell · 9 years ago
- ab89302 Merge "Set HOME, LOGNAME, SHELL, and USER from adbd." by Elliott Hughes · 9 years ago
- bf98fdf Set HOME, LOGNAME, SHELL, and USER from adbd. by Elliott Hughes · 9 years ago
- 9b44bc4 Merge "adb: run reverse_service() in main thread." by Yabin Cui · 9 years ago
- a4b264c adb: run reverse_service() in main thread. by Yabin Cui · 9 years ago
- 5e6311b adb: use correct _WIN32 macro. by Josh Gao · 9 years ago
- 96fbf75 adb: fix adb client running out of sockets on Windows by Spencer Low · 9 years ago
- ca734aa Show transfer progress in adb sync/pull/push. by Elliott Hughes · 9 years ago
- c9993cf Merge "Don't use VLAs in adb." by Elliott Hughes · 9 years ago
- 671443f Don't use VLAs in adb. by Elliott Hughes · 9 years ago
- 135f158 adb: fix -Tt options to match ssh. by David Pursell · 9 years ago
- 6431f54 Fix adb sync/pull/push error reporting. by Elliott Hughes · 9 years ago
- f5efd8d adb: Mask SIGTTIN so that I/O works when backgrounded. by Josh Gao · 9 years ago
- 2020b95 init/adb: correct static lib dependencies for libselinux by William Roberts · 10 years ago
- 2b6318e Merge "Fix lseek argument order." by Elliott Hughes · 9 years ago
- e4021b7 Fix lseek argument order. by Elliott Hughes · 9 years ago
- 136c214 adb: use libfec in disable-verity by Sami Tolvanen · 9 years ago
- ba1747f adb: win32: Improve Winsock error code mappings and strings by Spencer Low · 9 years ago
- ef95d04 adb: non-interactive shell stdin. by David Pursell · 10 years ago
- 6d36187 Merge "adbd: Add os descriptor support for adb." by Badhri Jagan Sridharan · 9 years ago
- 54752d0 Use const auto&/auto&& in adb. by Elliott Hughes · 10 years ago
- fc0fbd0 Merge "Fix adb -d/-e error reporting." by Elliott Hughes · 10 years ago
- fec9c96 Fix adb -d/-e error reporting. by Elliott Hughes · 10 years ago
- bddc22a adbd: Add os descriptor support for adb. by Badhri Jagan Sridharan · 10 years ago
- 05f92b2 adb: keep file flags in fdevent_install. by Yabin Cui · 10 years ago
- 98844f5 am 8a69e031: Merge "Speed up adb sync." by Elliott Hughes · 10 years ago
- 946db02 Merge "Speed up adb sync." by Elliott Hughes · 10 years ago
- d71497a am 42b8df38: Merge "adb: win32: specify socket protocol" by Elliott Hughes · 10 years ago
- a6ec663 am e412cc89: Merge "Explain adb client/server version mismatch better." by Elliott Hughes · 10 years ago
- 1aee1a6 Merge "adb: win32: specify socket protocol" by Elliott Hughes · 10 years ago
- e1a5768 Explain adb client/server version mismatch better. by Elliott Hughes · 10 years ago
- 1813440 Speed up adb sync. by Elliott Hughes · 10 years ago
- 01e5b93 am 7377398b: Merge "adb: fdevent fixes" by Yabin Cui · 10 years ago
- 34b0406 adb: fdevent fixes by Spencer Low · 10 years ago
- 0283f51 am ffa866f5: Merge "adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux." by Yabin Cui · 10 years ago
- c4dc547 Merge "adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux." by Yabin Cui · 10 years ago
- 5d25cbe am fd18d9e2: Merge "adb: put legacy shell: service back in." by David Pursell · 10 years ago
- ad9768f adb: put legacy shell: service back in. by David Pursell · 10 years ago
- a9d081e adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 10 years ago
- f694b21 adb: win32: specify socket protocol by Spencer Low · 10 years ago
- 3a58ec2 am a36f4d68: Merge "adb: bump server version to prevent feature mismatch." by David Pursell · 10 years ago
- fe35b65 am 002f9d5c: Merge "adb: fix adbd feature parsing for no features." by David Pursell · 10 years ago
- e8733ed Merge "adb: bump server version to prevent feature mismatch." by David Pursell · 10 years ago
- 7cfbfd2 adb: fix adbd feature parsing for no features. by David Pursell · 10 years ago
- a254bed adb: bump server version to prevent feature mismatch. by David Pursell · 10 years ago
- 489a28f am e4975da3: Merge "Adb: use VLOG() to replace D() for verbose logging." by Yabin Cui · 10 years ago
- 3a8376d Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 10 years ago
- 14b1d61 am 36856b73: Merge "adb: add -Tt options to `adb shell`." by David Pursell · 10 years ago
- e3802e4 adb: add -Tt options to `adb shell`. by David Pursell · 10 years ago
- 5fd60b2 am 2b5f5fb9: Merge "base logging: fix errno restoring, severity conditionality, dangling ifs" by Yabin Cui · 10 years ago
- f7d9430 Merge "base logging: fix errno restoring, severity conditionality, dangling ifs" by Yabin Cui · 10 years ago
- f5b2c7a base logging: fix errno restoring, severity conditionality, dangling ifs by Spencer Low · 10 years ago
- 9d2a91b am 71f878f8: Merge "Move python-adb to development/python-packages." by Dan Albert · 10 years ago
- 86a5434 Move python-adb to development/python-packages. by Dan Albert · 10 years ago
- 34961aa am a951a82d: Merge "adb unittest for win32 handle inheritance" by Elliott Hughes · 10 years ago
- 47d54a0 adb unittest for win32 handle inheritance by Spencer Low · 10 years ago
- ee669bd am 1d758c90: Merge "adb unittest: make test_sync properly cleanup after itself" by Elliott Hughes · 10 years ago
- 204eb80 Merge "adb unittest: make test_sync properly cleanup after itself" by Elliott Hughes · 10 years ago
- d4df969 am 0b743df4: Merge "Add unit tests for local socket." by Yabin Cui · 10 years ago
- 2350bdd Merge "Add unit tests for local socket." by Yabin Cui · 10 years ago
- 307550c am d17cf08e: Merge "adb: win32: fix regression on older versions of Windows" by Elliott Hughes · 10 years ago
- 7158973 adb: win32: fix regression on older versions of Windows by Spencer Low · 10 years ago
- 3cfea40 Add unit tests for local socket. by Yabin Cui · 10 years ago
- a258f6d am fa965d96: Merge "adb: move adb to poll." by Yabin Cui · 10 years ago
- a714f5a am d9076f21: Merge "adb: Kill subprocess when the client exits." by David Pursell · 10 years ago
- 410ff1a Merge "adb: move adb to poll." by Yabin Cui · 10 years ago
- 458b265 adb: Kill subprocess when the client exits. by David Pursell · 10 years ago
- 536e12f adb: move adb to poll. by Yabin Cui · 10 years ago
- 5b53efa am 0af19a0e: Merge "adb: Fix missing shell protocol usage." by David Pursell · 10 years ago
- e8142af adb unittest: make test_sync properly cleanup after itself by Spencer Low · 10 years ago
- b636bf2 adb: Fix missing shell protocol usage. by David Pursell · 10 years ago
- 5567c30 am 76f4a653: Merge changes from topic \'adb_shell\' by David Pursell · 10 years ago
- f328fd5 Merge changes from topic 'adb_shell' by David Pursell · 10 years ago
- 7a91164 am 7b749acd: Merge "adb: fix shell_service_protocol_test for Windows." by David Pursell · 10 years ago
- 47d55f5 adb: fix shell_service_protocol_test for Windows. by David Pursell · 10 years ago
- fe3d7b1 am 9336ee38: Merge "Fix (Windows) build." by Elliott Hughes · 10 years ago
- 5a2de8b am 0ad13cf2: Merge "fix adb_test Windows build" by Elliott Hughes · 10 years ago
- 8985ca1 Fix (Windows) build. by Elliott Hughes · 10 years ago
- 87a72a8 Merge "fix adb_test Windows build" by Elliott Hughes · 10 years ago
- f53484b am ee46239c: Merge "adb: win32: make adb_getenv() case-insensitive" by Elliott Hughes · 10 years ago
- 684934c adb: win32: make adb_getenv() case-insensitive by Spencer Low · 10 years ago
- 1be2aa0 fix adb_test Windows build by Spencer Low · 10 years ago
- b04ed2c am 31139af0: Merge "adb: create shell protocol class (take 2)." by David Pursell · 10 years ago
- 007d3d1 adb: add client side shell protocol and enable. by David Pursell · 10 years ago
- 44f0539 adb: implement shell protocol. by David Pursell · 10 years ago
- 24f3ff6 Merge "adb: create shell protocol class (take 2)." by David Pursell · 10 years ago
- 0e406e3 am aaf4fcf4: Merge "Remove HOST_OS==windows check" by Dan Willemsen · 10 years ago
- 7962968 Merge "Remove HOST_OS==windows check" by Dan Willemsen · 10 years ago
- 24b7c50 am 4ddb6a32: Merge "adb: remove unnecessary dependencies of liblog." by Yabin Cui · 10 years ago
- c86c1e9 am 0df24ea2: Merge "adb: refactor _is_valid_ack_reply_fd" by Yabin Cui · 10 years ago
- e300ab9 Merge "adb: remove unnecessary dependencies of liblog." by Yabin Cui · 10 years ago
- 76cc0e3 adb: remove unnecessary dependencies of liblog. by Yabin Cui · 10 years ago
- 795c315 adb: create shell protocol class (take 2). by David Pursell · 10 years ago
- 48df250 adb: refactor _is_valid_ack_reply_fd by Spencer Low · 10 years ago
- 763abba am da0b0116: Merge "Revert "adb: create shell protocol class."" by David Pursell · 10 years ago
- d1799bd Merge "Revert "adb: create shell protocol class."" by David Pursell · 10 years ago
- 0feb9e0 Revert "adb: create shell protocol class." by David Pursell · 10 years ago
- 45623c4 am e4c1bb53: Merge "adb: `features` passes transport features." by David Pursell · 10 years ago