summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove libbase's trivial libutils-headers dependency.Elliott Hughes2017-05-152-3/+3
* fix static-analyzer logging/CHECK macrosGeorge Burgess IV2017-05-031-29/+40
* base: remove execute bit from utf8.cpp, utf8_test.cpp.Josh Gao2017-04-272-0/+0
* Don't export libutils_headers from libbaseColin Cross2017-04-201-4/+4
* libbase: fix build breakageSteven Moreland2017-04-191-1/+0
* libbase: make vendor_availableSteven Moreland2017-04-191-0/+2
* libbase: add libbase_headersSteven Moreland2017-04-191-2/+23
* Merge "Add android::base::ScopeGuard"Tom Cherry2017-04-063-0/+107
|\
| * Add android::base::ScopeGuardTom Cherry2017-04-053-0/+107
* | Convert opens to use unique_fd.Christopher Ferris2017-04-051-12/+7
|/
* bootstat: Refactor init/utils/boot_clock into base/chrono_utils.James Hawkins2017-03-304-4/+143
* Fix timeouts for android::base::WaitForProperty*Tom Cherry2017-03-273-23/+51
* Keep the ReadFileToString/ReadFdToString overhead down.Elliott Hughes2017-03-212-0/+51
* Add android::base::Realpath.Dimitry Ivanov2017-03-163-0/+47
* Remove extraneous .clang-format filesTom Cherry2017-03-141-11/+1
* Merge "add base::WaitForPropertyCreation"Keun-young Park2017-02-283-7/+57
|\
| * add base::WaitForPropertyCreationKeun-young Park2017-02-283-7/+57
* | Add GetExecutableDirectory to libbaseColin Cross2017-02-283-1/+13
* | Move adb_dirname and adb_basename to libbaseColin Cross2017-02-273-0/+70
|/
* Merge "Add cross-platform <android-base/endian.h>."Elliott Hughes2017-02-243-0/+160
|\
| * Add cross-platform <android-base/endian.h>.Elliott Hughes2017-02-243-0/+160
* | Add some basic docs for <android-base/logging.h>Elliott Hughes2017-02-221-0/+31
|/
* Add timeout support to android::base::WaitForProperty.Elliott Hughes2017-02-213-9/+58
* Only sanitize Android.Elliott Hughes2017-02-141-6/+6
* Merge "Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_util...James Hawkins2017-02-144-149/+4
|\
| * 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
|\ \