summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Merge changes I31e444f3,If07ff05f,If3ba190dJerry Zhang2018-07-178-38/+50
|\
| * adb: Add io size and zero packet to usb_handleJerry Zhang2018-07-172-15/+20
| * adb: Have device usb_handle return io sizeJerry Zhang2018-07-176-14/+19
| * adb: Expose device usb_handle through libadbdJerry Zhang2018-07-173-12/+14
* | [adb] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-1320-101/+101
|/
* Merge "Remove unused #include."Elliott Hughes2018-07-111-1/+0
|\
| * Remove unused #include.Elliott Hughes2018-07-111-1/+0
* | Merge "adb: work around adbd push bug."Treehugger Robot2018-07-113-20/+62
|\ \
| * | adb: work around adbd push bug.Josh Gao2018-07-103-20/+62
| |/
* / adb: fix escape_arg for multiple quotesRyan Prichard2018-07-112-33/+43
|/
* adbd: fix spurious failure to create dirs when pushing.Josh Gao2018-07-092-6/+27
* Simplify __attribute__((__printf__)) use.Elliott Hughes2018-06-264-23/+12
* Merge changes from topic "mingw-clang"Treehugger Robot2018-06-262-14/+8
|\
| * Do not customize __format__ for Windows/MinGW to gnu_printfPirama Arumuga Nainar2018-06-251-9/+1
| * Update cflags for building Windows modules with ClangPirama Arumuga Nainar2018-06-191-5/+7
* | Merge "adb: fix obsolete documentation."Treehugger Robot2018-06-222-7/+0
|\ \
| * | adb: fix obsolete documentation.Elliott Hughes2018-06-222-7/+0
| |/
* / Revert "adb: detect some spin loops and abort."Josh Gao2018-06-222-74/+0
|/
* Merge changes Ibfa5e7e6,I706b57a9,I53d21134,I69d4d585Treehugger Robot2018-06-184-3/+86
|\
| * adb: detect some spin loops and abort.Josh Gao2018-06-182-0/+74
| * adb: add an id field to fdevent.Josh Gao2018-06-182-1/+8
| * adb: delete unused members in fdevent.Josh Gao2018-06-181-3/+0
| * adb: add `adb raw` to connect to an arbitrary service.Josh Gao2018-06-181-0/+5
* | Merge "adb: add nonblocking fd Connection."Treehugger Robot2018-06-184-5/+258
|\ \ | |/ |/|
| * adb: add nonblocking fd Connection.Josh Gao2018-06-124-5/+258
* | Merge "Fix `adb logcat` return code."Elliott Hughes2018-06-142-7/+6
|\ \
| * | Fix `adb logcat` return code.Elliott Hughes2018-06-142-7/+6
| |/
* / Shared libs are supported in recovery modeJiyong Park2018-06-093-5/+20
|/
* Merge "Fix exit-time-destructor warning"android-n-iot-release-polk-at1Treehugger Robot2018-06-061-1/+1
|\
| * Fix exit-time-destructor warningPirama Arumuga Nainar2018-06-061-1/+1
* | adb: add remount -R for deduplicated ext4David Anderson2018-05-312-30/+94
* | Merge "adb: really fix the mac build."Josh Gao2018-05-253-40/+67
|\ \
| * | adb: really fix the mac build.Josh Gao2018-05-253-40/+67
* | | Merge "Build adbd for recovery"Treehugger Robot2018-05-251-0/+2
|\ \ \ | |/ / |/| |
| * | Build adbd for recoveryJiyong Park2018-05-241-0/+2
* | | adb: fix mac build.Josh Gao2018-05-241-2/+7
|/ /
* | adb: add benchmark script.Josh Gao2018-05-231-0/+120
* | adb: add IOVector.Josh Gao2018-05-235-29/+322
* | Revert "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper.""Josh Gao2018-05-231-1/+28
* | Merge "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper.""Josh Gao2018-05-231-2/+2
|\ \
| * | Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."Josh Gao2018-05-231-2/+2
* | | Merge "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."Treehugger Robot2018-05-221-2/+2
|\| |
| * | adb: add support for O_CLOEXEC to unique_fd pipe wrapper.Josh Gao2018-05-221-2/+2
* | | Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70aJosh Gao2018-05-2212-132/+119
|\| |
| * | adb: convert fdevent over to unique_fd.Josh Gao2018-05-222-11/+12
| * | adb: move towards using unique_fd.Josh Gao2018-05-222-9/+21
| * | adb: delete FDEVENT_DONTCLOSE.Josh Gao2018-05-223-13/+2
| * | adb: remove fdevent_install, fdevent_remove.Josh Gao2018-05-229-101/+86
| * | adb: fix uninitialized variable in AsyncServiceRef.Josh Gao2018-05-161-1/+1
* | | Merge changes I4d6da40d,I91c7ced5,I7b9f6d18Treehugger Robot2018-05-215-108/+430
|\ \ \