summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the Release function for TemporaryFilesTianjie Xu2017-09-111-0/+4
* base: hopefully fix the mac build.Josh Gao2017-08-291-0/+14
* base: add Pipe and Socketpair wrappers.Josh Gao2017-08-281-0/+36
* Define current ABI string in android-base/macros.hdimitry2017-08-231-0/+15
* Merge "Revert "base: work around thread safety analysis bug.""Josh Gao2017-08-021-3/+2
|\
| * Revert "base: work around thread safety analysis bug."Josh Gao2017-08-021-3/+2
* | Merge "base: work around thread safety analysis bug."Josh Gao2017-08-021-2/+3
|\|
| * base: work around thread safety analysis bug.Josh Gao2017-08-021-2/+3
* | Add definition of off64_t for mac os buildsAdam Lesinski2017-07-251-0/+6
* | Merge "libziparchive: Use ReadAtOffset exclusively"Adam Lesinski2017-07-251-0/+11
|\ \ | |/ |/|
| * libziparchive: Use ReadAtOffset exclusivelyAdam Lesinski2017-07-251-0/+11
* | Move Timer from init to libbaseTom Cherry2017-07-101-0/+17
|/
* Add (partial) support for Windows long pathsRenaud Paquay2017-06-281-0/+19
* logging: make LOG(FATAL) always run with the static analyzer.George Burgess IV2017-05-311-1/+5
* logging: always enable DCHECK for the static analyzerGeorge Burgess IV2017-05-261-2/+2
* fix static-analyzer logging/CHECK macrosGeorge Burgess IV2017-05-031-29/+40
* Revert "base: make boot_clock work on host linux, hide it on non-linux."Josh Gao2017-05-011-2/+0
* base: make boot_clock work on host linux, hide it on non-linux.Josh Gao2017-04-281-0/+2
* Add android::base::ScopeGuardTom Cherry2017-04-051-0/+60
* bootstat: Refactor init/utils/boot_clock into base/chrono_utils.James Hawkins2017-03-301-0/+37
* Fix timeouts for android::base::WaitForProperty*Tom Cherry2017-03-271-5/+4
* Add android::base::Realpath.Dimitry Ivanov2017-03-161-0/+1
* Merge "add base::WaitForPropertyCreation"Keun-young Park2017-02-281-0/+6
|\
| * add base::WaitForPropertyCreationKeun-young Park2017-02-281-0/+6
* | Add GetExecutableDirectory to libbaseColin Cross2017-02-281-0/+1
* | Move adb_dirname and adb_basename to libbaseColin Cross2017-02-271-0/+5
|/
* Merge "Add cross-platform <android-base/endian.h>."Elliott Hughes2017-02-241-0/+90
|\
| * Add cross-platform <android-base/endian.h>.Elliott Hughes2017-02-241-0/+90
* | 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-211-2/+7
* Merge "Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_util...James Hawkins2017-02-141-37/+0
|\
| * Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."James Hawkins2017-02-141-37/+0
* | Merge "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."Treehugger Robot2017-02-141-0/+37
|\|
| * bootstat: Refactor init/utils/boot_clock into base/chrono_utils.James Hawkins2017-02-131-0/+37
* | Implement android::base::WaitForProperty.Elliott Hughes2017-02-131-0/+3
|/
* Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime."James Hawkins2017-02-081-37/+0
* bootstat: Remove custom uptime parser in favor of elapsedRealtime.James Hawkins2017-02-071-0/+37
* bootable/recovery wants EqualsIgnoreCase.Elliott Hughes2017-01-131-0/+3
* [nit] Fix typo in properties.hCharles He2016-12-151-1/+1
* Switch to memcpy for accessing misaligned data.Stephen Hines2016-12-071-13/+7
* Add StartsWithIgnoreCase/EndsWithIgnoreCase.Elliott Hughes2016-10-251-0/+2
* Move CapturedStderr to test_util libraryWei Wang2016-10-221-0/+17
* Merge "libbase: add parsedouble.h."Yabin Cui2016-10-201-0/+50
|\
| * libbase: add parsedouble.h.Yabin Cui2016-10-191-0/+50
* | Move off std::sto* function which abort on failure.Elliott Hughes2016-10-131-2/+19
* | Add 0X as a valid hex prefix for parseintYifan Hong2016-10-071-2/+2
|/
* Merge "Base: Remove LOG_S variants."Treehugger Robot2016-09-251-20/+27
|\
| * Base: Remove LOG_S variants.Andreas Gampe2016-09-241-20/+27
* | Merge "Add std::string system property functions."Treehugger Robot2016-09-231-0/+64
|\ \ | |/ |/|
| * Add std::string system property functions.Elliott Hughes2016-09-231-0/+64