summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add the Release function for TemporaryFilesTianjie Xu2017-09-112-1/+13
* base: hopefully fix the mac build.Josh Gao2017-08-291-0/+14
* base: add Pipe and Socketpair wrappers.Josh Gao2017-08-281-0/+36
* Merge "Define current ABI string in android-base/macros.h"Dimitry Ivanov2017-08-241-0/+15
|\
| * Define current ABI string in android-base/macros.hdimitry2017-08-231-0/+15
* | Mark the modules as VNDK-SP in Android.bpJustin Yun2017-08-231-0/+4
|/
* 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-252-0/+42
|\ \
| * | libziparchive: Use ReadAtOffset exclusivelyAdam Lesinski2017-07-252-0/+42
* | | Remove LOCAL_CLANG and clang: trueLennart Wieboldt2017-07-251-2/+0
| |/ |/|
* | Move Timer from init to libbaseTom Cherry2017-07-103-1/+57
|/
* Add (partial) support for Windows long pathsRenaud Paquay2017-06-283-2/+145
* 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
* 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
| |/ /