- eec5e52 Fix adb flakiness on reboot by Lingfeng Yang · 8 years ago
- 04b509f Merge "use 'cmd' command for install-multiple" into nyc-mr1-dev by Todd Kennedy · 8 years ago
- 6208393 use 'cmd' command for install-multiple by Todd Kennedy · 8 years ago
- 8206c1c Split 'generating' and 'pulling' in 2 messages. by Felipe Leme · 8 years ago
- 9a882a3 Ignore bugreportz output when it's not supported. by Felipe Leme · 8 years ago
- aed7048 Merge changes from topic 'bug_30451114' into nyc-mr1-dev by TreeHugger Robot · 8 years ago
- 29e7e3e adb: fix stat on Windows. by Josh Gao · 8 years ago
- 89b9767 adb: extract Windows bits out of directory_exists test. by Josh Gao · 8 years ago
- 307951e Deprecated 'adb bugreport' with flat files. by Felipe Leme · 8 years ago
- 80a65d0 Minor improvements on bugreport generation. by Felipe Leme · 8 years ago
- f7c38b4 Removed extra 'pulling file' message. by Felipe Leme · 8 years ago
- cd42d65 Show bugreport progress. by Felipe Leme · 8 years ago
- 07ac855 Refactored functions that copy sdout and stderr to strings to use a callback. by Felipe Leme · 8 years ago
- 78e0963 Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
- 2bcdda8 Ensure the target sees a proper EOD marker during restore by Christopher Tate · 8 years ago
- 42afe20 adb: don't dup local socket fd. by Josh Gao · 8 years ago
- 69d2f98 adb: fix fd double close, Subprocess lifetime issue. by Josh Gao · 9 years ago
- 6d34905 Merge "Redirect bugreport stderr to host's stderr." into nyc-dev by TreeHugger Robot · 8 years ago
- d1dd125 Redirect bugreport stderr to host's stderr. by Felipe Leme · 8 years ago
- 75f42d7 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 8 years ago
- a6d5661 adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 8 years ago
- 8c40762 Revert "adb: close ep0 on disconnection." by Siqi Lin · 8 years ago
- 049ebb8 [adb] Followup CL to clean up adb_auth_host.cpp by Yurii Zubrytskyi · 8 years ago
- a9e2b99 [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 8 years ago
- fcab9a8 Merge "adb: close ep0 on disconnection." into nyc-dev by Yabin Cui · 8 years ago
- 014b017 adb: use asocket's close function when closing. by Josh Gao · 8 years ago
- 268068f adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 8 years ago
- 6376040 adb: clang-format sockets.cpp. by Josh Gao · 8 years ago
- 6e10699 adb: add implementations of mutex, recursive_mutex. by Josh Gao · 8 years ago
- 72e4730 Merge "adb: search for a maximum of 16 emulators." into nyc-dev by Josh Gao · 9 years ago
- 9fe7426 adb: search for a maximum of 16 emulators. by Josh Gao · 9 years ago
- 42e45c7 Display warning about bugreport delay. by Felipe Leme · 9 years ago
- 644a36c Automatically add a .zip to adb bugreport file when missing. by Felipe Leme · 9 years ago
- 69e97e4 adb: close ep0 on disconnection. by Yabin Cui · 9 years ago
- 9b53e4c adb: fix adb usb operations on device. by Yabin Cui · 9 years ago
- 71bddf8 adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 9 years ago
- a28918c Fix kick_transport test. by Yabin Cui · 9 years ago
- a9e818f Merge changes Ia4a2ff77,I970806e3,I47daa338 into nyc-dev by TreeHugger Robot · 9 years ago
- d1e2300 adb: increase the FD table size on Win32. by Josh Gao · 9 years ago
- 988e9bc adb: bump the server version to 36. by Josh Gao · 9 years ago
- 03468c8 adb: add reconnect command. by Yabin Cui · 9 years ago
- 9ea7795 adb: after `adb root`, wait for the device in any state. by Josh Gao · 9 years ago
- 5863fb6 adb: add support for 'wait-for-any'. by Josh Gao · 9 years ago
- 3d8df3c adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 9 years ago
- 44a4267 Implements 'adb bugreport <ZIP_FILE>'. by Felipe Leme · 9 years ago
- 1ef5bf8 Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 9 years ago
- 01d76eb Merge "emulator: Use distinct serial names for simultaneous qemu pipes." into nyc-dev by Prathmesh Prabhu · 9 years ago
- 251d46e emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 9 years ago
- 8238dd8 adbd: fix spurious close of uninitialized fd. by Josh Gao · 9 years ago
- 5767d0d adb: wait for restore to complete before returning. by Josh Gao · 9 years ago
- 06c73ae adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 9 years ago
- a9eb38d adb: make ScopedFd universally accessible and useful. by Josh Gao · 9 years ago
- a996c29 adb: clean up quotes in test_device.py. by Josh Gao · 9 years ago
- 379612b adb: mkdir the correct directory name when pulling. by Josh Gao · 9 years ago
- 48bc0d7 adb: cleanup file skipping logic. by Josh Gao · 9 years ago
- 74e0fe7 adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 9 years ago
- 802c54e adb: relax serial matching rules. by David Pursell · 9 years ago
- f22bc60 adb: report progress for small files. by Josh Gao · 9 years ago
- f48503b Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 9 years ago
- a63b17f adb: fix directory creation logic. by Josh Gao · 9 years ago
- d382d2b adb: fix mistaken use of PLOG. by Josh Gao · 9 years ago
- a76e5f0 adb: use TCP keepalive. by David Pursell · 9 years ago
- 8ac1b04 Emulator: fix adbd qemu pipe partial write by bohu · 9 years ago
- 8a67c09 Merge "Only debuggable packages can be downgraded." into nyc-dev by Alex Klyubin · 9 years ago
- 2eaa41a adb: fix leak of framework_fd. by Josh Gao · 9 years ago
- b6117c4 adb: bail out if wait_for_device fails in send_shell_command. by Josh Gao · 9 years ago
- 85ed975 Only debuggable packages can be downgraded. by Alex Klyubin · 9 years ago
- ed1d7ae Remove duplicate fdevent.cpp entry by Dan Willemsen · 9 years ago
- fa3e0bc adb: sysdeps_test: improve smoke test. by Josh Gao · 9 years ago
- da81195 adb: check for an error response from adbd between each write. by Josh Gao · 9 years ago
- 4d74811 adbd: restore the old error handling behavior. by Josh Gao · 9 years ago
- 8d68591 adb: change unsigned to uint32_t in sync struct definitions. by Josh Gao · 9 years ago
- cd2039e adb: detect when the client disconnects in wait-for-device. by Josh Gao · 9 years ago
- b582fa3 adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 9 years ago
- c1d252b adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. by Josh Gao · 9 years ago
- 8443fd9 adb: move win32 fd base to 2048, fix fd allocation. by Josh Gao · 9 years ago
- addab3d adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 9 years ago
- 0b57ef7 adb: fix clang-format for access modifier dedent. by Josh Gao · 9 years ago
- 8b642e4 Add missing liblog dependency by Dimitry Ivanov · 9 years ago
- 2674cd92 adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 9 years ago
- d9db09c adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
- 7e76c89 adb: redact reference to secret internal time machine. by Josh Gao · 9 years ago
- a1071c6 adb: mkdirs fixes by Spencer Low · 9 years ago
- d302a15 adb: sysdeps: add support for joining threads. by Josh Gao · 9 years ago
- 32a2b60 adb: allow wine's output for sysdeps_win32 strerror test. by Josh Gao · 9 years ago
- 65f7080 adb: setsid() for adb host server. by Yabin Cui · 9 years ago
- 9ad736a adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 9 years ago
- db262ff adb: fix mkdirs test. by Josh Gao · 9 years ago
- 3a45f94 Merge "adb: don\'t append a slash to a path that already ends with one." am: aae1eb2c4f by Josh Gao · 9 years ago
- 2b012f2 Merge "adb: win32: fix start-server to properly display UTF-8 on the console" am: 1617dd4fe9 by Elliott Hughes · 9 years ago
- d8e0108 Merge "adb: report subprocess creation errors to the client." am: 7aa7a81eb1 by Josh Gao · 9 years ago
- 6832ddb Merge "adb: fix mistaken uses of SendFail in file_sync_service.cpp." am: 2d2185ee09 by Josh Gao · 9 years ago
- aae1eb2 Merge "adb: don't append a slash to a path that already ends with one." by Josh Gao · 9 years ago
- 53a0a99 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
- 323899b adb: don't append a slash to a path that already ends with one. by Josh Gao · 9 years ago
- 4323507 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
- 6ad06b9 adb: fix mistaken uses of SendFail in file_sync_service.cpp. by Josh Gao · 9 years ago
- fc04da8 Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" am: 85c65dab42 by David Pursell · 9 years ago
- 85c65da Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 9 years ago
- 488275b Merge "base: add SystemErrorCodeToString() function." am: 79d8f07a6f by David Pursell · 9 years ago