summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Merge "adbd: fix check of `remount -R`."Treehugger Robot2018-07-271-1/+1
|\
| * adbd: fix check of `remount -R`.Josh Gao2018-07-271-1/+1
* | Merge "adb: split daemon services out of service_to_fd."Josh Gao2018-07-279-262/+298
|\ \ | |/ |/|
| * adb: split daemon services out of service_to_fd.Josh Gao2018-07-259-262/+298
* | adb: use WriteFdExactly when no formatMark Salyzyn2018-07-271-9/+9
|/
* adbd: turn on fdsan warnings.Josh Gao2018-07-251-0/+6
* adb: add error-generating overload of adb_close(unique_fd).Josh Gao2018-07-251-0/+4
* adb: fix register_socket_transport related double-closes.Josh Gao2018-07-254-46/+38
* adb: fix double close in local_connect_arbitrary_ports.Josh Gao2018-07-251-8/+7
* adb: use adb's unique_fd instead of android::base.Josh Gao2018-07-259-44/+33
* adb: move remount_service.h into daemon.Josh Gao2018-07-252-1/+1
* adb: split shell_service.h into client/daemon/protocol parts.Josh Gao2018-07-258-37/+41
* adb: split file_sync_service.h into client and daemon parts.Josh Gao2018-07-258-38/+75
* Merge "adb: fix forward --list, --remove(-all) with multiple devices."Treehugger Robot2018-07-231-20/+21
|\
| * adb: fix forward --list, --remove(-all) with multiple devices.Josh Gao2018-07-231-20/+21
* | adb: Fix `adb remount`Luis Hector Chavez2018-07-221-5/+1
|/
* Merge changes Iccfe3bd4,I6380245b,I20d9f2feTreehugger Robot2018-07-2018-285/+341
|\
| * adb: Remove most C-style allocationsLuis Hector Chavez2018-07-198-102/+114
| * adb: Modernize the service creationLuis Hector Chavez2018-07-1810-181/+204
| * adb: Preserve the original mount flags when remountingLuis Hector Chavez2018-07-181-2/+23
* | Merge "Adb and fastboot completion supports zsh users."Treehugger Robot2018-07-201-5/+5
|\ \ | |/ |/|
| * Adb and fastboot completion supports zsh users.Jim Tang2018-07-171-5/+5
* | 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
|/