summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
| * Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."James Hawkins2017-02-144-149/+4
* | Merge "Fix ubsan failure in android::base::Split."Treehugger Robot2017-02-143-2/+13
|\ \
| * | Fix ubsan failure in android::base::Split.Elliott Hughes2017-02-133-2/+13
* | | Merge "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."Treehugger Robot2017-02-144-4/+149
|\ \ \ | | |/ | |/|
| * | bootstat: Refactor init/utils/boot_clock into base/chrono_utils.James Hawkins2017-02-134-4/+149
* | | Merge "Implement android::base::WaitForProperty."Treehugger Robot2017-02-133-0/+64
|\ \ \
| * | | Implement android::base::WaitForProperty.Elliott Hughes2017-02-133-0/+64
| |/ /
* | | Merge "libbase: fix the way to find temp dir."Yabin Cui2017-02-131-1/+7
|\ \ \ | |/ / |/| |
| * | libbase: fix the way to find temp dir.Yabin Cui2017-02-131-1/+7
* | | Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime."James Hawkins2017-02-084-137/+4
* | | bootstat: Remove custom uptime parser in favor of elapsedRealtime.James Hawkins2017-02-074-4/+137
| |/ |/|
* | base: support logging before enter main function.Yabin Cui2017-01-252-23/+33
|/
* bootable/recovery wants EqualsIgnoreCase.Elliott Hughes2017-01-133-0/+14
* Fix libbase file.Readlink test on marlin/sailfish.Elliott Hughes2017-01-111-1/+5
* [nit] Fix typo in properties.hCharles He2016-12-151-1/+1
* Switch to memcpy for accessing misaligned data.Stephen Hines2016-12-071-13/+7
* Enable libbase/libutils/libziparchive on host bionicDan Willemsen2016-11-291-0/+5
* Add StartsWithIgnoreCase/EndsWithIgnoreCase.Elliott Hughes2016-10-253-11/+94
* Move CapturedStderr to test_util libraryWei Wang2016-10-223-36/+46
* Merge "system/core: preparation to pull back interfaces from android/log.h"Mark Salyzyn2016-10-201-1/+1
|\
| * system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-201-1/+1
* | Merge "libbase: add parsedouble.h."Yabin Cui2016-10-203-0/+89
|\ \ | |/ |/|
| * libbase: add parsedouble.h.Yabin Cui2016-10-193-0/+89
* | Move off std::sto* function which abort on failure.Elliott Hughes2016-10-133-12/+49
* | Merge "Add 0X as a valid hex prefix for parseint"Treehugger Robot2016-10-081-2/+2
|\ \
| * | Add 0X as a valid hex prefix for parseintYifan Hong2016-10-071-2/+2
| |/
* / Base: Hand complete log message to aborterAndreas Gampe2016-10-042-0/+26
|/
* system/core Replace log/log.h with android/log.hMark Salyzyn2016-09-301-4/+4
* Merge "Base: Remove LOG_S variants."Treehugger Robot2016-09-253-374/+141
|\
| * Base: Remove LOG_S variants.Andreas Gampe2016-09-243-374/+141
* | Merge "Add std::string system property functions."Treehugger Robot2016-09-234-1/+274
|\ \ | |/ |/|
| * Add std::string system property functions.Elliott Hughes2016-09-234-1/+274
* | Base: Check severity in destructorAndreas Gampe2016-09-232-28/+95
* | Base: Add more log macrosAndreas Gampe2016-09-222-28/+465
|/
* base: rename unique_fd::clear() to unique_fd::reset().Josh Gao2016-09-191-6/+2
* Remove mutex.h and its uses.Pirama Arumuga Nainar2016-09-163-52/+0
* base: add parameter that controls O_NOFOLLOW in file functions.Josh Gao2016-09-143-9/+35
* Fix darwin build break.Josh Gao2016-09-141-2/+2
* Merge changes Ie15fcb8f,I0a895911Treehugger Robot2016-09-146-53/+194
|\
| * base: add quick_exit emulation.Josh Gao2016-09-134-0/+138
| * base: extract mutex.h from logging.cpp.Josh Gao2016-09-132-53/+56
* | Base: Fix dangling-else in CHECK_STROPAndreas Gampe2016-09-132-8/+29
|/
* Base: Add AbortFunction for loggingAndreas Gampe2016-09-083-15/+56
* Base: Add INTERNAL_FATAL to logging severityAndreas Gampe2016-09-073-12/+40
* Clean up the libbase logging test.Elliott Hughes2016-09-071-124/+148
* Base: Fix logging_testAndreas Gampe2016-09-071-1/+6
* Merge "Base: assume and use C++11 in libbase"Treehugger Robot2016-09-012-25/+7
|\
| * Base: assume and use C++11 in libbaseAndreas Gampe2016-09-012-25/+7
* | base: use _NSGetExecutablePath in GetExecutablePathJosh Gao2016-09-011-9/+9
* | Merge "Add android::base::GetExecutablePath, switch adb and fastboot over."Josh Gao2016-09-013-0/+40
|\ \ | |/ |/|