summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Merge "Address const issues in preparation for libcxx rebase."Dan Austin2016-03-303-4/+4
|\
| * Address const issues in preparation for libcxx rebase.Dan Austin2016-03-293-4/+4
* | Address const issue in preparation for libcxx rebase.Dan Austin2016-03-281-1/+1
|/
* Merge "Fix buffer overrun in adb wait-for-device."Elliott Hughes2016-03-111-2/+2
|\
| * Fix buffer overrun in adb wait-for-device.Elliott Hughes2016-03-101-2/+2
* | emulator: Use distinct serial names for simultaneous qemu pipes.Prathmesh Prabhu2016-03-101-1/+2
|/
* Merge changes I93514d22,I57dbc113,I707ffbd1Josh Gao2016-03-056-37/+107
|\
| * adb: wait for restore to complete before returning.Josh Gao2016-03-041-0/+3
| * adb: wait for adbd to die and respawn in root/unroot.Josh Gao2016-03-043-4/+60
| * adb: make ScopedFd universally accessible and useful.Josh Gao2016-03-043-33/+44
* | adbd: fix spurious close of uninitialized fd.Josh Gao2016-03-041-1/+3
|/
* Merge changes I7fe77245,I75b089b8,Iafa250ceJosh Gao2016-03-032-48/+83
|\
| * adb: clean up quotes in test_device.py.Josh Gao2016-03-031-13/+13
| * adb: mkdir the correct directory name when pulling.Josh Gao2016-03-032-1/+25
| * adb: cleanup file skipping logic.Josh Gao2016-03-031-34/+45
* | Merge "adb: relax serial matching rules."David Pursell2016-03-036-34/+199
|\ \ | |/ |/|
| * adb: relax serial matching rules.David Pursell2016-03-026-34/+199
* | Merge "adb: symlinks to dirs count as dirs for pull destination."Josh Gao2016-03-032-1/+69
|\ \ | |/ |/|
| * adb: symlinks to dirs count as dirs for pull destination.Josh Gao2016-03-022-1/+69
* | Merge "Emulator: fix adbd qemu pipe partial write"Bo Hu2016-03-021-6/+6
|\ \
| * | Emulator: fix adbd qemu pipe partial writebohu2016-03-011-6/+6
* | | adb: report progress for small files.Josh Gao2016-03-011-0/+1
* | | Also archive adb.exe/fastboot.exe when building win_sdk.Ying Wang2016-02-291-1/+5
|/ /
* | Merge "adb: use TCP keepalive."David Pursell2016-02-295-0/+97
|\ \
| * | adb: use TCP keepalive.David Pursell2016-02-235-0/+97
* | | Merge "adb: fix directory creation logic."Josh Gao2016-02-271-21/+6
|\ \ \ | | |/ | |/|
| * | adb: fix directory creation logic.Josh Gao2016-02-261-21/+6
* | | adb: fix mistaken use of PLOG.Josh Gao2016-02-251-1/+1
|/ /
* | Merge "adb: bail out if wait_for_device fails in send_shell_command."Josh Gao2016-02-251-2/+3
|\ \
| * | adb: bail out if wait_for_device fails in send_shell_command.Josh Gao2016-02-241-2/+3
* | | Merge "adb: fix leak of framework_fd."Josh Gao2016-02-253-19/+21
|\ \ \
| * | | adb: fix leak of framework_fd.Josh Gao2016-02-243-19/+21
| |/ /
* | | Merge "adbd: Remove explicit capability bounding set code."Jorge Lucangeli Obes2016-02-241-13/+4
|\ \ \
| * | | adbd: Remove explicit capability bounding set code.Jorge Lucangeli Obes2016-02-231-13/+4
| | |/ | |/|
* / | Remove duplicate fdevent.cpp entryDan Willemsen2016-02-231-1/+0
|/ /
* / adb: sysdeps_test: improve smoke test.Josh Gao2016-02-191-6/+10
|/
* Merge changes I4a8aa840,I9708f2a3Josh Gao2016-02-203-23/+79
|\
| * adb: check for an error response from adbd between each write.Josh Gao2016-02-192-3/+44
| * adbd: restore the old error handling behavior.Josh Gao2016-02-191-20/+35
* | Merge changes I9757ab85,Idac80a24Josh Gao2016-02-203-17/+48
|\|
| * adb: change unsigned to uint32_t in sync struct definitions.Josh Gao2016-02-191-13/+13
| * adb: detect when the client disconnects in wait-for-device.Josh Gao2016-02-192-4/+35
* | Merge changes I6541bb13,I486055bb,Id6ac1c54,I16cf7d44Josh Gao2016-02-2010-1662/+579
|\|
| * adb: make fdevent_test, socket_test compile on Windows.Josh Gao2016-02-196-198/+209
| * adb: add fd exhaustion test, fix errno reporting in sysdeps_win32.Josh Gao2016-02-192-73/+96
| * adb: move win32 fd base to 2048, fix fd allocation.Josh Gao2016-02-191-13/+11
| * adb: don't emulate fdevent or socketpair on Windows.Josh Gao2016-02-196-1382/+267
* | Merge "adb: fix clang-format for access modifier dedent."Josh Gao2016-02-181-0/+1
|\ \
| * | adb: fix clang-format for access modifier dedent.Josh Gao2016-02-181-0/+1
| |/
* / Add missing liblog dependencyDimitry Ivanov2016-02-121-1/+1
|/