summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Use -Werror in system/coreChih-Hung Hsieh2017-11-011-7/+6
* Add test for android::base::Split with a trailing empty part.Tom Cherry2017-10-261-0/+8
* libcutils: Fix thread ID on macOSChristopher N. Hesse2017-10-221-1/+3
* Use target.linux for all linux kernel based targetsDan Willemsen2017-10-161-17/+6
* Move some properties users to __system_property_read_callback()Tom Cherry2017-10-101-3/+8
* base: chrono_utils: supported in linuxMark Salyzyn2017-10-031-2/+2
* Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]Dan Willemsen2017-10-021-2/+2
* Remove default librariesDan Willemsen2017-09-291-2/+0
* Base: Warn on using ostream<< with std::string*Andreas Gampe2017-09-221-0/+32
* Revert "Base: Delete ostream<< with std::string*"Andreas Gampe2017-09-211-10/+0
* Base: Delete ostream<< with std::string*Andreas Gampe2017-09-201-0/+10
* 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