summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ueventd: Add dynamic kernel module loadingAndrew F. Davis2018-07-266-3/+227
* Merge "Revert "Add derived UsbTransport class with USB reset method""Tobias Thierer2018-07-254-59/+18
|\
| * Revert "Add derived UsbTransport class with USB reset method"Tobias Thierer2018-07-254-59/+18
* | Merge "[libsysutils] Modernize codebase by replacing NULL with nullptr"Treehugger Robot2018-07-254-23/+23
|\ \
| * | [libsysutils] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-244-23/+23
* | | Merge "init: fix typo in error message"Treehugger Robot2018-07-251-1/+1
|\ \ \
| * | | init: fix typo in error messageTom Cherry2018-07-241-1/+1
* | | | Merge "libprocinfo: return error msg instead of printing it."Yabin Cui2018-07-242-15/+29
|\ \ \ \
| * | | | libprocinfo: return error msg instead of printing it.Yabin Cui2018-07-242-15/+29
* | | | | Merge "Add recovery_available: true to init dependencies"Treehugger Robot2018-07-243-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add recovery_available: true to init dependenciesTom Cherry2018-07-243-0/+3
| | |/ / | |/| |
* | | | Merge "Add derived UsbTransport class with USB reset method"Chris Fries2018-07-244-18/+59
|\ \ \ \ | | |_|/ | |/| |
| * | | Add derived UsbTransport class with USB reset methodAaron Wisner2018-07-244-18/+59
* | | | Merge "[libsparse] Modernize codebase by replacing NULL with nullptr"Yi Kong2018-07-245-47/+47
|\ \ \ \
| * | | | [libsparse] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-235-47/+47
* | | | | Merge "adb: fix forward --list, --remove(-all) with multiple devices."Treehugger Robot2018-07-241-20/+21
|\ \ \ \ \
| * | | | | adb: fix forward --list, --remove(-all) with multiple devices.Josh Gao2018-07-231-20/+21
* | | | | | Merge "Declare __FAKE_USE_VA_ARGS as a variadic function."Chih-hung Hsieh2018-07-231-2/+3
|\ \ \ \ \ \
| * | | | | | Declare __FAKE_USE_VA_ARGS as a variadic function.Chih-Hung Hsieh2018-07-231-2/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Restore the libsync __ANDROID_API__ guard"Ryan Prichard2018-07-231-0/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Restore the libsync __ANDROID_API__ guardRyan Prichard2018-07-191-0/+5
* | | | | | Merge changes from topic "looper_unique_fd"Josh Gao2018-07-235-56/+75
|\ \ \ \ \ \
| * | | | | | libutils: switch Looper's fds to unique_fd.Josh Gao2018-07-183-29/+30
| * | | | | | libziparchive: use fdsan in ZipArchive.Josh Gao2018-07-182-27/+45
* | | | | | | Merge "fs_mgr: Add a method for creating one-off partition instances."Treehugger Robot2018-07-232-11/+52
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | fs_mgr: Add a method for creating one-off partition instances.David Anderson2018-07-232-11/+52
| | |_|/ / / | |/| | | |
* | | | | | Merge "adb: Fix `adb remount`"Treehugger Robot2018-07-231-5/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | adb: Fix `adb remount`Luis Hector Chavez2018-07-211-5/+1
|/ / / / /
* | | | | Merge "init: rename init_first_stage"Treehugger Robot2018-07-214-19/+17
|\ \ \ \ \
| * | | | | init: rename init_first_stageTom Cherry2018-07-204-19/+17
* | | | | | Merge "init: clean up logging initialization"Tom Cherry2018-07-217-131/+48
|\ \ \ \ \ \
| * | | | | | init: clean up logging initializationTom Cherry2018-07-207-131/+48
| |/ / / / /
* | | | | | Merge "init: removed unused includes"Tom Cherry2018-07-212-4/+0
|\ \ \ \ \ \
| * | | | | | init: removed unused includesTom Cherry2018-07-202-4/+0
| |/ / / / /
* | | | | | Merge "Revert "Revert "base: add support for tagged fd closure to unique_fd."""Treehugger Robot2018-07-203-14/+129
|\ \ \ \ \ \
| * | | | | | Revert "Revert "base: add support for tagged fd closure to unique_fd.""Josh Gao2018-07-203-14/+129
| | |_|_|/ / | |/| | | |
* | | | | | Merge "fastboot: add tomcherry to OWNERS."Treehugger Robot2018-07-201-0/+1
|\ \ \ \ \ \
| * | | | | | fastboot: add tomcherry to OWNERS.Elliott Hughes2018-07-201-0/+1
* | | | | | | Merge "ParseInt/ParseUint: allow validation only."Treehugger Robot2018-07-202-2/+14
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | ParseInt/ParseUint: allow validation only.Steven Moreland2018-07-202-2/+14
| | |_|/ / / | |/| | | |
* | | | | | Merge "Refactor libfastboot"Chris Fries2018-07-2015-519/+905
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Refactor libfastbootAaron Wisner2018-07-1915-519/+905
| | |/ / / | |/| | |
* | | | | Merge "fastboot: fix USB_TRACE, make it better."Treehugger Robot2018-07-201-6/+15
|\ \ \ \ \
| * | | | | fastboot: fix USB_TRACE, make it better.Josh Gao2018-06-011-6/+15
* | | | | | 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-202-9/+9
|\ \ \ \ \ \
| * | | | | | Adb and fastboot completion supports zsh users.Jim Tang2018-07-172-9/+9