summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* [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
|\ \ | |/ |/|
| * Add android::base::GetExecutablePath, switch adb and fastboot over.Elliott Hughes2016-09-013-0/+40
* | Merge "Base: add more thread annotations"Treehugger Robot2016-08-311-0/+24
|\ \
| * | Base: add more thread annotationsAndreas Gampe2016-08-311-0/+24
| |/
* | Merge "base: disallow close() on unique_fd."Josh Gao2016-08-311-0/+10
|\ \ | |/ |/|
| * base: disallow close() on unique_fd.Josh Gao2016-08-291-0/+10
* | Merge "Add android::base::Readlink."Treehugger Robot2016-08-313-0/+56
|\ \
| * | Add android::base::Readlink.Elliott Hughes2016-08-313-0/+56
| |/
* / Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORSAndreas Gampe2016-08-291-0/+9
|/
* Move init's kernel logging into libbase.Elliott Hughes2016-08-042-31/+78
* libbase should use its own logging!Elliott Hughes2016-07-282-8/+6
* Convert libbase Android.mk to Android.bpColin Cross2016-07-112-140/+96
* Add timestamps to libbase's stderr logging.Elliott Hughes2016-06-211-2/+15
* Fix misc-macro-parentheses warnings in init and other core modules.Chih-Hung Hsieh2016-05-181-4/+4
* adb/base: allow use of unique_fd inside adb.Josh Gao2016-05-141-12/+22