| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Address const issues in preparation for libcxx rebase." | Dan Austin | 2016-03-30 | 3 | -4/+4 |
|\ |
|
| * | Address const issues in preparation for libcxx rebase. | Dan Austin | 2016-03-29 | 3 | -4/+4 |
* | | Address const issue in preparation for libcxx rebase. | Dan Austin | 2016-03-28 | 1 | -1/+1 |
|/ |
|
* | Merge "Fix buffer overrun in adb wait-for-device." | Elliott Hughes | 2016-03-11 | 1 | -2/+2 |
|\ |
|
| * | Fix buffer overrun in adb wait-for-device. | Elliott Hughes | 2016-03-10 | 1 | -2/+2 |
* | | emulator: Use distinct serial names for simultaneous qemu pipes. | Prathmesh Prabhu | 2016-03-10 | 1 | -1/+2 |
|/ |
|
* | Merge changes I93514d22,I57dbc113,I707ffbd1 | Josh Gao | 2016-03-05 | 6 | -37/+107 |
|\ |
|
| * | adb: wait for restore to complete before returning. | Josh Gao | 2016-03-04 | 1 | -0/+3 |
| * | adb: wait for adbd to die and respawn in root/unroot. | Josh Gao | 2016-03-04 | 3 | -4/+60 |
| * | adb: make ScopedFd universally accessible and useful. | Josh Gao | 2016-03-04 | 3 | -33/+44 |
* | | adbd: fix spurious close of uninitialized fd. | Josh Gao | 2016-03-04 | 1 | -1/+3 |
|/ |
|
* | Merge changes I7fe77245,I75b089b8,Iafa250ce | Josh Gao | 2016-03-03 | 2 | -48/+83 |
|\ |
|
| * | adb: clean up quotes in test_device.py. | Josh Gao | 2016-03-03 | 1 | -13/+13 |
| * | adb: mkdir the correct directory name when pulling. | Josh Gao | 2016-03-03 | 2 | -1/+25 |
| * | adb: cleanup file skipping logic. | Josh Gao | 2016-03-03 | 1 | -34/+45 |
* | | Merge "adb: relax serial matching rules." | David Pursell | 2016-03-03 | 6 | -34/+199 |
|\ \
| |/
|/| |
|
| * | adb: relax serial matching rules. | David Pursell | 2016-03-02 | 6 | -34/+199 |
* | | Merge "adb: symlinks to dirs count as dirs for pull destination." | Josh Gao | 2016-03-03 | 2 | -1/+69 |
|\ \
| |/
|/| |
|
| * | adb: symlinks to dirs count as dirs for pull destination. | Josh Gao | 2016-03-02 | 2 | -1/+69 |
* | | Merge "Emulator: fix adbd qemu pipe partial write" | Bo Hu | 2016-03-02 | 1 | -6/+6 |
|\ \ |
|
| * | | Emulator: fix adbd qemu pipe partial write | bohu | 2016-03-01 | 1 | -6/+6 |
* | | | adb: report progress for small files. | Josh Gao | 2016-03-01 | 1 | -0/+1 |
* | | | Also archive adb.exe/fastboot.exe when building win_sdk. | Ying Wang | 2016-02-29 | 1 | -1/+5 |
|/ / |
|
* | | Merge "adb: use TCP keepalive." | David Pursell | 2016-02-29 | 5 | -0/+97 |
|\ \ |
|
| * | | adb: use TCP keepalive. | David Pursell | 2016-02-23 | 5 | -0/+97 |
* | | | Merge "adb: fix directory creation logic." | Josh Gao | 2016-02-27 | 1 | -21/+6 |
|\ \ \
| | |/
| |/| |
|
| * | | adb: fix directory creation logic. | Josh Gao | 2016-02-26 | 1 | -21/+6 |
* | | | adb: fix mistaken use of PLOG. | Josh Gao | 2016-02-25 | 1 | -1/+1 |
|/ / |
|
* | | Merge "adb: bail out if wait_for_device fails in send_shell_command." | Josh Gao | 2016-02-25 | 1 | -2/+3 |
|\ \ |
|
| * | | adb: bail out if wait_for_device fails in send_shell_command. | Josh Gao | 2016-02-24 | 1 | -2/+3 |
* | | | Merge "adb: fix leak of framework_fd." | Josh Gao | 2016-02-25 | 3 | -19/+21 |
|\ \ \ |
|
| * | | | adb: fix leak of framework_fd. | Josh Gao | 2016-02-24 | 3 | -19/+21 |
| |/ / |
|
* | | | Merge "adbd: Remove explicit capability bounding set code." | Jorge Lucangeli Obes | 2016-02-24 | 1 | -13/+4 |
|\ \ \ |
|
| * | | | adbd: Remove explicit capability bounding set code. | Jorge Lucangeli Obes | 2016-02-23 | 1 | -13/+4 |
| | |/
| |/| |
|
* / | | Remove duplicate fdevent.cpp entry | Dan Willemsen | 2016-02-23 | 1 | -1/+0 |
|/ / |
|
* / | adb: sysdeps_test: improve smoke test. | Josh Gao | 2016-02-19 | 1 | -6/+10 |
|/ |
|
* | Merge changes I4a8aa840,I9708f2a3 | Josh Gao | 2016-02-20 | 3 | -23/+79 |
|\ |
|
| * | adb: check for an error response from adbd between each write. | Josh Gao | 2016-02-19 | 2 | -3/+44 |
| * | adbd: restore the old error handling behavior. | Josh Gao | 2016-02-19 | 1 | -20/+35 |
* | | Merge changes I9757ab85,Idac80a24 | Josh Gao | 2016-02-20 | 3 | -17/+48 |
|\| |
|
| * | adb: change unsigned to uint32_t in sync struct definitions. | Josh Gao | 2016-02-19 | 1 | -13/+13 |
| * | adb: detect when the client disconnects in wait-for-device. | Josh Gao | 2016-02-19 | 2 | -4/+35 |
* | | Merge changes I6541bb13,I486055bb,Id6ac1c54,I16cf7d44 | Josh Gao | 2016-02-20 | 10 | -1662/+579 |
|\| |
|
| * | adb: make fdevent_test, socket_test compile on Windows. | Josh Gao | 2016-02-19 | 6 | -198/+209 |
| * | adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. | Josh Gao | 2016-02-19 | 2 | -73/+96 |
| * | adb: move win32 fd base to 2048, fix fd allocation. | Josh Gao | 2016-02-19 | 1 | -13/+11 |
| * | adb: don't emulate fdevent or socketpair on Windows. | Josh Gao | 2016-02-19 | 6 | -1382/+267 |
* | | Merge "adb: fix clang-format for access modifier dedent." | Josh Gao | 2016-02-18 | 1 | -0/+1 |
|\ \ |
|
| * | | adb: fix clang-format for access modifier dedent. | Josh Gao | 2016-02-18 | 1 | -0/+1 |
| |/ |
|
* / | Add missing liblog dependency | Dimitry Ivanov | 2016-02-12 | 1 | -1/+1 |
|/ |
|