summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ParseInt/ParseUint: allow validation only.Steven Moreland2018-07-202-2/+14
|/
* Revert "base: add support for tagged fd closure to unique_fd."Josh Gao2018-07-193-123/+14
* debuggerd_handler: use syscall(__NR_close) instead of close.Josh Gao2018-07-181-3/+7
* base: add support for tagged fd closure to unique_fd.Josh Gao2018-07-183-14/+123
* libbase: return different result depend on the errnoliwugang2018-07-122-4/+48
* Move libbacktrace off cutils.Elliott Hughes2018-07-112-0/+11
* libbase: assume clang.Elliott Hughes2018-07-025-31/+2
* Fix misleading commentsInseob Kim2018-06-291-5/+5
* libbase: switch to #pragma once.Elliott Hughes2018-06-2619-76/+19
* Simplify __attribute__((__printf__)) use.Elliott Hughes2018-06-261-7/+3
* Do not customize __format__ for Windows/MinGW to gnu_printfPirama Arumuga Nainar2018-06-251-10/+1
* Adapt to switch to Clang for Windows host buildsPirama Arumuga Nainar2018-06-251-1/+1
* libbase: fix libbase_test.logging.StdioLogger.Elliott Hughes2018-06-061-26/+25
* Merge "libbase: add host properties support."Elliott Hughes2018-05-294-29/+72
|\
| * libbase: add host properties support.Elliott Hughes2018-05-244-29/+72
* | Build adbd for recoveryJiyong Park2018-05-241-0/+1
|/
* Add StdioLogger for command-line tools.Elliott Hughes2018-05-235-25/+83
* Mark as recovery_available: trueJiyong Park2018-05-141-0/+1
* Add test_suites lines.Elliott Hughes2018-04-271-0/+1
* Add android::base::ParseByteCount.Elliott Hughes2018-04-192-7/+66
* Add SIZEOF_MEMBER.Elliott Hughes2018-04-113-0/+35
* base: kernel logging get pre-opened /dev/kmsg from environmentMark Salyzyn2018-04-091-1/+19
* Merge "Allow android::base::ScopeGuard in STL containers"Treehugger Robot2018-03-262-5/+28
|\
| * Allow android::base::ScopeGuard in STL containersLuis Hector Chavez2018-03-262-5/+28
* | base: export GetThreadId.Josh Gao2018-03-164-37/+81
|/
* base: Add TemporaryFile::DoNotRemove().Yabin Cui2018-03-082-1/+7
* Base: Add default tag manipulationAndreas Gampe2018-03-063-10/+60
* EndsWith *suffix*Erik Kline2018-02-271-2/+2
* Base: Add an NDK-compiled version of libbaseAndreas Gampe2018-02-203-19/+29
* bpfmt.Elliott Hughes2018-02-161-1/+5
* Prevent WaitForProperty() from using ~100% of CPU time on 32bit buildsyusukes2018-02-141-1/+2
* base: adb.exe build errorMark Salyzyn2018-02-053-3/+4
* Adding per-method clang thread safety annotationsVasily Tarasov2018-01-101-0/+6
* Add __attribute__((__format__)) to fastboot's die().Elliott Hughes2018-01-091-7/+7
* Merge "Use LOG_TAG instead of binary name as a tag."Tomasz Wasilczyk2017-12-202-46/+82
|\
| * Use LOG_TAG instead of binary name as a tag.Tomasz Wasilczyk2017-12-202-46/+82
* | Merge "Add std::string StartsWith*/EndsWith* overloads."Elliott Hughes2017-12-203-4/+46
|\ \
| * | Add std::string StartsWith*/EndsWith* overloads.Elliott Hughes2017-12-203-4/+46
| |/
* / base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test.Josh Gao2017-12-193-0/+76
|/
* Merge "Add OWNERS."Elliott Hughes2017-12-071-0/+3
|\
| * Add OWNERS.Elliott Hughes2017-12-071-0/+3
* | base: allow creating tempfile in a custom temporary dir.Yabin Cui2017-12-062-0/+5
|/
* Fix / suppress new unused warnings for mingw+clangDan Willemsen2017-11-293-1/+4
* Use -Werror in system/coreChih-Hung Hsieh2017-11-011-7/+6
* Add test for android::base::Split with a trailing empty part.Tom Cherry2017-10-261-0/+8
* libcutils: Fix thread ID on macOSChristopher N. Hesse2017-10-221-1/+3
* Use target.linux for all linux kernel based targetsDan Willemsen2017-10-161-17/+6
* Move some properties users to __system_property_read_callback()Tom Cherry2017-10-101-3/+8