summaryrefslogtreecommitdiff
path: root/BufferedTextOutput.cpp
AgeCommit message (Expand)Author
2020-12-02Use C++ thread_local rather than libcutils.Elliott Hughes
2020-07-14Hide TextOutput.Steven Moreland
2020-03-27Fix addition/overflow checks. am: b022196fb6Martijn Coenen
2020-01-31Fix addition/overflow checks.Martijn Coenen
2019-09-26Remove unnecessary semicolons.Steven Moreland
2018-07-23Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-13libhwbinder: move to <pthread.h> mutexes.Elliott Hughes
2018-02-23Don't use cutils/Atomic.handroid-p-preview-1android-o-mr1-iot-preview-7o-mr1-iot-preview-7Steven Moreland
2017-02-23Distinguish libhwbinder log tags.Steven Moreland
2017-01-09remove trailing white spaces and a commented code lineKeun Soo Yim
2017-01-08add a check for potential integer overflowsKeun Soo Yim
2016-08-01Move android::hidl to android::hardware.Martijn Coenen
2016-05-17Move hwbinder to the android::hidl namespace.Martijn Coenen
2016-05-04Make libhwbinder build.Martijn Coenen
2016-04-25Fix google-explicit-constructor warnings.Chih-Hung Hsieh
2015-06-08Prevent integer overflow when calculating buffer resizesChristopher Tate
2013-05-07libutils clean-upMathias Agopian