summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | LogAudit.cpp: replace newlines with spaces in audit messagesNick Kralevich2017-01-031-0/+7
| |/ / / / / /
* | | | | | | Merge "logd: Add support for ro.logd.auditd.[main|events]"Treehugger Robot2017-01-034-10/+21
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | logd: Add support for ro.logd.auditd.[main|events]Mark Salyzyn2017-01-034-10/+21
| |/ / / / /
* | | | | | Merge "fastboot: update getvar documentation."David Pursell2017-01-031-5/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fastboot: update getvar documentation.David Pursell2016-12-211-5/+12
* | | | | | Merge "libziparchive: use _FILE_OFFSET_BITS=64"Elliott Hughes2016-12-301-0/+1
|\ \ \ \ \ \
| * | | | | | libziparchive: use _FILE_OFFSET_BITS=64Christian Poetzsch2016-12-211-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge "Make libziparchive C++-only."Elliott Hughes2016-12-301-4/+0
|\ \ \ \ \ \
| * | | | | | Make libziparchive C++-only.Elliott Hughes2016-12-291-4/+0
| |/ / / / /
* | | | | | Merge "logd: gtest: logd.timeout socket does not clean up properly"Treehugger Robot2016-12-291-10/+41
|\ \ \ \ \ \
| * | | | | | logd: gtest: logd.timeout socket does not clean up properlyMark Salyzyn2016-12-291-10/+41
| | |_|/ / / | |/| | | |
* | | | | | Merge "init: Make 'write_file' return bool to match 'read_file'."Treehugger Robot2016-12-294-10/+10
|\ \ \ \ \ \
| * | | | | | init: Make 'write_file' return bool to match 'read_file'.Jorge Lucangeli Obes2016-12-284-10/+10
| |/ / / / /
* | | | | | Merge changes I6145bae8,Ia9452b3eTreehugger Robot2016-12-272-40/+77
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | logcat: unit test produces log stutterMark Salyzyn2016-12-271-3/+6
| * | | | | liblog: test failures due to permission issuesMark Salyzyn2016-12-271-37/+71
|/ / / / /
* | | | | Merge "Remove obsolete mentions of LLVM_HOST_BUILD_MK"Colin Cross2016-12-221-14/+0
|\ \ \ \ \
| * | | | | Remove obsolete mentions of LLVM_HOST_BUILD_MKColin Cross2016-12-171-14/+0
| | |_|_|/ | |/| | |
* | | | | Merge changes Idafeb835,Ie1a9bf85Treehugger Robot2016-12-222-29/+68
|\ \ \ \ \
| * | | | | libcutils: Use strnlen for default property valuesMyles Watson2016-12-222-7/+53
| * | | | | Use clang-format to fix up properties.cMyles Watson2016-12-221-22/+15
|/ / / / /
* | | | | Merge "Ask the user before wiping if crypto policy fails."Treehugger Robot2016-12-221-4/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Ask the user before wiping if crypto policy fails.Paul Crowley2016-12-211-4/+10
| | |/ / | |/| |
* | | | Merge "liblog: add IF_ALOG_RATELIMIT"Treehugger Robot2016-12-214-1/+168
|\ \ \ \
| * | | | liblog: add IF_ALOG_RATELIMITMark Salyzyn2016-12-214-1/+168
| |/ / /
* | | | Merge "logd: LogBufferElementKey use uint32_t for uid"Treehugger Robot2016-12-211-4/+3
|\ \ \ \ | |/ / / |/| | |
| * | | logd: LogBufferElementKey use uint32_t for uidMark Salyzyn2016-12-211-4/+3
|/ / /
* | | Merge "Add system/core/Android.bp"Treehugger Robot2016-12-201-0/+1
|\ \ \
| * | | Add system/core/Android.bpDan Willemsen2016-12-201-0/+1
|/ / /
* | | Merge "logd: trailing spaces in log statistics (part deux)"Treehugger Robot2016-12-201-9/+12
|\ \ \
| * | | logd: trailing spaces in log statistics (part deux)Mark Salyzyn2016-12-191-9/+12
* | | | Merge "Revert "logd: trailing spaces in log statistics""Treehugger Robot2016-12-201-1/+1
|\| | |
| * | | Revert "logd: trailing spaces in log statistics"Mark Salyzyn2016-12-191-1/+1
* | | | Merge "modify a minor error in mount_with_alternatives Test: when called with...Treehugger Robot2016-12-191-1/+1
|\ \ \ \
| * | | | modify a minor error in mount_with_alternativesforfun2016-12-161-1/+1
| | |/ / | |/| |
* | | | Merge "logd: sum liblog tag messages"Treehugger Robot2016-12-192-23/+84
|\ \ \ \
| * | | | logd: sum liblog tag messagesMark Salyzyn2016-12-192-23/+84
* | | | | Merge "logd: correct duplicate message state machine"Treehugger Robot2016-12-191-6/+70
|\| | | |
| * | | | logd: correct duplicate message state machineMark Salyzyn2016-12-191-6/+70
| | |/ / | |/| |
* | | | Merge "logd: add android::sizesTotal() function"Treehugger Robot2016-12-193-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | logd: add android::sizesTotal() functionMark Salyzyn2016-12-193-1/+10
|/ / /
* | | Merge "liblog: pmsg read permissions for AID_LOGD"Mark Salyzyn2016-12-191-1/+1
|\ \ \
| * | | liblog: pmsg read permissions for AID_LOGDMark Salyzyn2016-12-191-1/+1
|/ / /
* | | Merge "Move init bootcharting onto its own thread."Elliott Hughes2016-12-173-156/+126
|\ \ \
| * | | Move init bootcharting onto its own thread.Elliott Hughes2016-12-163-156/+126
* | | | Merge "Revert "Compile sepolicy on-device at early boot.""Daniel Cashman2016-12-162-22/+1
|\ \ \ \
| * | | | Revert "Compile sepolicy on-device at early boot."Daniel Cashman2016-12-162-22/+1
* | | | | Merge "fs_config.c: make *.prop files 0600"Treehugger Robot2016-12-161-0/+3
|\ \ \ \ \
| * | | | | fs_config.c: make *.prop files 0600Nick Kralevich2016-12-161-0/+3
* | | | | | Merge "Compile sepolicy on-device at early boot."Treehugger Robot2016-12-162-1/+22
|\ \ \ \ \ \ | | |/ / / / | |/| | | |