- f239612 Merge "Fix kick_transport test." by Yabin Cui · 9 years ago
- 7e2c6d0 Merge changes Iaf0efc0c,Ia4a2ff77 by Josh Gao · 9 years ago
- b21d563 adb: disable tests that are expected to fail on Win32. by Josh Gao · 9 years ago
- 9b63591 adb: increase the FD table size on Win32. by Josh Gao · 9 years ago
- 3204898 Merge "adb: bump the server version to 36." by Josh Gao · 9 years ago
- be50b6b Fix kick_transport test. by Yabin Cui · 9 years ago
- 82279e2 Merge "adb: add reconnect command." by Yabin Cui · 9 years ago
- 02dc721 adb: bump the server version to 36. by Josh Gao · 9 years ago
- 6b3de2d Merge changes Ibc8038b1,I1876ecd7,I57d70f8b by Treehugger Robot · 9 years ago
- 4bf8ca9 adb: after `adb root`, wait for the device in any state. by Josh Gao · 9 years ago
- 72ae85b adb: add support for 'wait-for-any'. by Josh Gao · 9 years ago
- b885604 adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 9 years ago
- 399f1c0 Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 9 years ago
- 3299888 adb: add reconnect command. by Yabin Cui · 9 years ago
- 6d4679d Merge "Address const issues in preparation for libcxx rebase." by Dan Austin · 9 years ago
- 501fc7a Address const issues in preparation for libcxx rebase. by Dan Austin · 9 years ago
- e9bf7d9 Address const issue in preparation for libcxx rebase. by Dan Austin · 9 years ago
- 546fe4e Merge "Fix buffer overrun in adb wait-for-device." by Elliott Hughes · 9 years ago
- 6dcadfb Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 9 years ago
- 24539fa emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 9 years ago
- c6dc1e6 Merge changes I93514d22,I57dbc113,I707ffbd1 by Josh Gao · 9 years ago
- a486880 adbd: fix spurious close of uninitialized fd. by Josh Gao · 9 years ago
- 0e1f2fd adb: wait for restore to complete before returning. by Josh Gao · 9 years ago
- 0268ce1 adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 9 years ago
- dc1931b adb: make ScopedFd universally accessible and useful. by Josh Gao · 9 years ago
- 76f779a Merge changes I7fe77245,I75b089b8,Iafa250ce by Josh Gao · 9 years ago
- ef28761 adb: clean up quotes in test_device.py. by Josh Gao · 9 years ago
- a026991 adb: mkdir the correct directory name when pulling. by Josh Gao · 9 years ago
- 92d66a9 adb: cleanup file skipping logic. by Josh Gao · 9 years ago
- c70223e Merge "adb: relax serial matching rules." by David Pursell · 9 years ago
- 9c5c96d Merge "adb: symlinks to dirs count as dirs for pull destination." by Josh Gao · 9 years ago
- 885cd78 adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 9 years ago
- 2775b08 adb: relax serial matching rules. by David Pursell · 9 years ago
- 3fc2595 Merge "Emulator: fix adbd qemu pipe partial write" by Bo Hu · 9 years ago
- d14337b Emulator: fix adbd qemu pipe partial write by bohu · 9 years ago
- bbb3f27 adb: report progress for small files. by Josh Gao · 9 years ago
- fb2ef86 Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 9 years ago
- 578c013 Merge "adb: use TCP keepalive." by David Pursell · 9 years ago
- 6543c5c Merge "adb: fix directory creation logic." by Josh Gao · 9 years ago
- 80e9c5f adb: fix directory creation logic. by Josh Gao · 9 years ago
- 85030c8 adb: fix mistaken use of PLOG. by Josh Gao · 9 years ago
- 517037b Merge "adb: bail out if wait_for_device fails in send_shell_command." by Josh Gao · 9 years ago
- 0a38f3a Merge "adb: fix leak of framework_fd." by Josh Gao · 9 years ago
- d3ca26a adb: fix leak of framework_fd. by Josh Gao · 9 years ago
- c2e8e23 adb: bail out if wait_for_device fails in send_shell_command. by Josh Gao · 9 years ago
- 6358e6a Merge "adbd: Remove explicit capability bounding set code." by Jorge Lucangeli Obes · 9 years ago
- 7a53f15 Remove duplicate fdevent.cpp entry by Dan Willemsen · 9 years ago
- 9723db3 adbd: Remove explicit capability bounding set code. by Jorge Lucangeli Obes · 9 years ago
- 945765b adb: use TCP keepalive. by David Pursell · 9 years ago
- aa2cc93 adb: sysdeps_test: improve smoke test. by Josh Gao · 9 years ago
- 119ff94 Merge changes I4a8aa840,I9708f2a3 by Josh Gao · 9 years ago
- c3decbf Merge changes I9757ab85,Idac80a24 by Josh Gao · 9 years ago
- b1020c3 adb: check for an error response from adbd between each write. by Josh Gao · 9 years ago
- 623bed7 adbd: restore the old error handling behavior. by Josh Gao · 9 years ago
- 7903463 Merge changes I6541bb13,I486055bb,Id6ac1c54,I16cf7d44 by Josh Gao · 9 years ago
- c644e83 adb: change unsigned to uint32_t in sync struct definitions. by Josh Gao · 9 years ago
- 434b341 adb: detect when the client disconnects in wait-for-device. by Josh Gao · 9 years ago
- d486558 adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 9 years ago
- 0c8b7bf adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. by Josh Gao · 9 years ago
- 3c2e9c0 adb: move win32 fd base to 2048, fix fd allocation. by Josh Gao · 9 years ago
- 3640ed1 adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 9 years ago
- ecf42a0 Merge "adb: fix clang-format for access modifier dedent." by Josh Gao · 9 years ago
- 9bcaa75 adb: fix clang-format for access modifier dedent. by Josh Gao · 9 years ago
- c62fcfc Add missing liblog dependency by Dimitry Ivanov · 9 years ago
- 349972c adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 9 years ago
- 4802fca Merge "adb: make adb_thread_func_t return void, add adb_thread_exit." by Josh Gao · 9 years ago
- 9e7d6e0 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
- 9a08564 Merge "adb: mkdirs fixes" by Josh Gao · 9 years ago
- 156a475 adb: redact reference to secret internal time machine. by Josh Gao · 9 years ago
- a564195 Merge "adb: sysdeps: add support for joining threads." by Josh Gao · 9 years ago
- 58a2a9a adb: mkdirs fixes by Spencer Low · 9 years ago
- 32801d8 adb: sysdeps: add support for joining threads. by Josh Gao · 9 years ago
- d898110 Merge "adb: allow wine's output for sysdeps_win32 strerror test." by Josh Gao · 9 years ago
- 90ac8e4 adb: allow wine's output for sysdeps_win32 strerror test. by Josh Gao · 9 years ago
- 88e2c38 adb: setsid() for adb host server. by Yabin Cui · 9 years ago
- b3f8372 Merge "adb: make ctrl-c when spawning a daemon not kill the daemon." by Josh Gao · 9 years ago
- c084a5b adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 9 years ago
- af9c087 adb: fix mkdirs test. by Josh Gao · 9 years ago
- 9002047 Merge "adb: don't append a slash to a path that already ends with one." by Josh Gao · 9 years ago
- 2abd769 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
- 729cbf9 adb: don't append a slash to a path that already ends with one. by Josh Gao · 9 years ago
- f9eb731 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
- e8b58d2 adb: fix mistaken uses of SendFail in file_sync_service.cpp. by Josh Gao · 9 years ago
- aa6e826 Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 9 years ago
- 6032cf3 Merge "base: add SystemErrorCodeToString() function." by David Pursell · 9 years ago
- d32c76b base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
- 0f1b4dd Merge changes I93287b87,I30a3eb0b by Josh Gao · 9 years ago
- c6f2da9 adb: add nullability specifiers to adb_client.h. by Josh Gao · 9 years ago
- aa5d1be adb: add adb_get_feature_set. by Josh Gao · 9 years ago
- 86015dd Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 9 years ago
- c12f5b5 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
- 4934173 adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
- 17e11e5 Merge "ADB security logging" by Rubin Xu · 9 years ago
- 114ce7e adb: fix subprocess termination for legacy shell. by David Pursell · 9 years ago
- 0110882 adb: fix GetFeatureSet() to indicate failure. by David Pursell · 9 years ago
- 8a512a9 base: add network address parsing function from adb. by David Pursell · 9 years ago
- 269dba9 ADB security logging by Rubin Xu · 9 years ago
- 751f712 adbd: use pty to determine whether a session is interactive. by Josh Gao · 9 years ago
- 51f5c31 adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
- 2dcbae0 Merge "adb: tag fatal, fatal_errno with printf attribute." by Josh Gao · 9 years ago