- 7f27490 Fix kick_transport test. by Yabin Cui · 9 years ago
- 643bc36 Merge "adb: add reconnect command." by Yabin Cui · 9 years ago
- 3e0eaa4 Merge changes Ibc8038b1,I1876ecd7,I57d70f8b by Treehugger Robot · 9 years ago
- 48a3481 adb: after `adb root`, wait for the device in any state. by Josh Gao · 9 years ago
- 86441c3 adb: add support for 'wait-for-any'. by Josh Gao · 9 years ago
- 08881e7 adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 9 years ago
- 097b6bb Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 9 years ago
- 1f4ec19 adb: add reconnect command. by Yabin Cui · 9 years ago
- b2cb35e Merge "Address const issues in preparation for libcxx rebase." by Dan Austin · 9 years ago
- b4cff49 Address const issues in preparation for libcxx rebase. by Dan Austin · 9 years ago
- 80fd454 Address const issue in preparation for libcxx rebase. by Dan Austin · 9 years ago
- 1f13c1a Merge "Fix buffer overrun in adb wait-for-device." by Elliott Hughes · 9 years ago
- 34e560b Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 9 years ago
- d387acc emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 9 years ago
- 1cd680c Merge changes I93514d22,I57dbc113,I707ffbd1 by Josh Gao · 9 years ago
- fcb063c adbd: fix spurious close of uninitialized fd. by Josh Gao · 9 years ago
- d26abed adb: wait for restore to complete before returning. by Josh Gao · 9 years ago
- d262122 adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 9 years ago
- f0d3b4f adb: make ScopedFd universally accessible and useful. by Josh Gao · 9 years ago
- afa76a3 Merge changes I7fe77245,I75b089b8,Iafa250ce by Josh Gao · 9 years ago
- 255c5c8 adb: clean up quotes in test_device.py. by Josh Gao · 9 years ago
- 89ec3a8 adb: mkdir the correct directory name when pulling. by Josh Gao · 9 years ago
- a31ea55 adb: cleanup file skipping logic. by Josh Gao · 9 years ago
- b4709c2 Merge "adb: relax serial matching rules." by David Pursell · 9 years ago
- 543093c Merge "adb: symlinks to dirs count as dirs for pull destination." by Josh Gao · 9 years ago
- 1e611a3 adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 9 years ago
- 3f902aa adb: relax serial matching rules. by David Pursell · 9 years ago
- ae607e1 Merge "Emulator: fix adbd qemu pipe partial write" by Bo Hu · 9 years ago
- f66c593 Emulator: fix adbd qemu pipe partial write by bohu · 9 years ago
- 9fd2f77 adb: report progress for small files. by Josh Gao · 9 years ago
- 71edfc8 Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 9 years ago
- e663c16 Merge "adb: use TCP keepalive." by David Pursell · 9 years ago
- a887c4f Merge "adb: fix directory creation logic." by Josh Gao · 9 years ago
- 71728ca adb: fix directory creation logic. by Josh Gao · 9 years ago
- 443a52c adb: fix mistaken use of PLOG. by Josh Gao · 9 years ago
- 4e5b292 Merge "adb: bail out if wait_for_device fails in send_shell_command." by Josh Gao · 9 years ago
- 77dc40f Merge "adb: fix leak of framework_fd." by Josh Gao · 9 years ago
- 9f48611 adb: fix leak of framework_fd. by Josh Gao · 9 years ago
- f56c391 adb: bail out if wait_for_device fails in send_shell_command. by Josh Gao · 9 years ago
- d458730 Merge "adbd: Remove explicit capability bounding set code." by Jorge Lucangeli Obes · 9 years ago
- 582c8fe Remove duplicate fdevent.cpp entry by Dan Willemsen · 9 years ago
- 4d186ad adbd: Remove explicit capability bounding set code. by Jorge Lucangeli Obes · 9 years ago
- bfd9503 adb: use TCP keepalive. by David Pursell · 9 years ago
- 2275f7d adb: sysdeps_test: improve smoke test. by Josh Gao · 9 years ago
- 44b08c7 Merge changes I4a8aa840,I9708f2a3 by Josh Gao · 9 years ago
- 2e70b2d Merge changes I9757ab85,Idac80a24 by Josh Gao · 9 years ago
- afcdcd7 adb: check for an error response from adbd between each write. by Josh Gao · 9 years ago
- 20a96c7 adbd: restore the old error handling behavior. by Josh Gao · 9 years ago
- 4a90842 Merge changes I6541bb13,I486055bb,Id6ac1c54,I16cf7d44 by Josh Gao · 9 years ago
- 69469c4 adb: change unsigned to uint32_t in sync struct definitions. by Josh Gao · 9 years ago
- 0985547 adb: detect when the client disconnects in wait-for-device. by Josh Gao · 9 years ago
- 022d447 adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 9 years ago
- 6487e74 adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. by Josh Gao · 9 years ago
- b6232b9 adb: move win32 fd base to 2048, fix fd allocation. by Josh Gao · 9 years ago
- 3777d2e adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 9 years ago
- d5126dd Merge "adb: fix clang-format for access modifier dedent." by Josh Gao · 9 years ago
- 5da522e adb: fix clang-format for access modifier dedent. by Josh Gao · 9 years ago
- 01f21da Add missing liblog dependency by Dimitry Ivanov · 9 years ago
- d7b3749 adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 9 years ago
- 69c81c7 Merge "adb: make adb_thread_func_t return void, add adb_thread_exit." by Josh Gao · 9 years ago
- b5fea14 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
- 7fea044 Merge "adb: mkdirs fixes" by Josh Gao · 9 years ago
- 6b42a2b adb: redact reference to secret internal time machine. by Josh Gao · 9 years ago
- dda68c0 Merge "adb: sysdeps: add support for joining threads." by Josh Gao · 9 years ago
- 85c45bd adb: mkdirs fixes by Spencer Low · 9 years ago
- 3b3e10d adb: sysdeps: add support for joining threads. by Josh Gao · 9 years ago
- 76d3308 Merge "adb: allow wine's output for sysdeps_win32 strerror test." by Josh Gao · 9 years ago
- 22554c9 adb: allow wine's output for sysdeps_win32 strerror test. by Josh Gao · 9 years ago
- 6bf323b adb: setsid() for adb host server. by Yabin Cui · 9 years ago
- b2803b5 Merge "adb: make ctrl-c when spawning a daemon not kill the daemon." by Josh Gao · 9 years ago
- b72b3f8 adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 9 years ago
- 1172b2e adb: fix mkdirs test. 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
- 85c65da Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 9 years ago
- 79d8f07 Merge "base: add SystemErrorCodeToString() function." by David Pursell · 9 years ago
- 5f787ed base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
- d18aea9 Merge changes I93287b87,I30a3eb0b by Josh Gao · 9 years ago
- a166e71 adb: add nullability specifiers to adb_client.h. by Josh Gao · 9 years ago
- f3f6a1d adb: add adb_get_feature_set. by Josh Gao · 9 years ago
- a935220 Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 9 years ago
- 2e02dc6 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
- a30b79a adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
- 8dfe21e Merge "ADB security logging" by Rubin Xu · 9 years ago
- 57dd5ae adb: fix subprocess termination for legacy shell. by David Pursell · 9 years ago
- 0aacbbe adb: fix GetFeatureSet() to indicate failure. by David Pursell · 9 years ago
- 706955f base: add network address parsing function from adb. by David Pursell · 9 years ago
- d61a25c ADB security logging by Rubin Xu · 9 years ago
- b5028e4 adbd: use pty to determine whether a session is interactive. by Josh Gao · 9 years ago
- c65fae9 adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
- 7db2cb6 Merge "adb: tag fatal, fatal_errno with printf attribute." by Josh Gao · 9 years ago
- 56e9bb9 adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
- 3472410 Merge "Increase the maximum shell command length to 4096ish." by Josh Gao · 9 years ago
- 7e6683c Increase the maximum shell command length to 4096ish. by Josh Gao · 9 years ago
- bac7bb5 Fix a couple sign-comparison warnings. by Dan Albert · 9 years ago
- 6fe9930 Merge "adbd: Depend only on libminijail." by Jorge Lucangeli Obes · 9 years ago
- d68ad69 Improve dumb terminal support (emacs is dumb). by Elliott Hughes · 9 years ago