summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libbase: add host properties support.Elliott Hughes2018-05-241-4/+4
* Add StdioLogger for command-line tools.Elliott Hughes2018-05-232-7/+28
* Add android::base::ParseByteCount.Elliott Hughes2018-04-191-7/+25
* Add SIZEOF_MEMBER.Elliott Hughes2018-04-111-0/+4
* Merge "Allow android::base::ScopeGuard in STL containers"Treehugger Robot2018-03-261-5/+15
|\
| * Allow android::base::ScopeGuard in STL containersLuis Hector Chavez2018-03-261-5/+15
* | base: export GetThreadId.Josh Gao2018-03-161-0/+28
|/
* base: Add TemporaryFile::DoNotRemove().Yabin Cui2018-03-081-0/+4
* Base: Add default tag manipulationAndreas Gampe2018-03-061-0/+3
* EndsWith *suffix*Erik Kline2018-02-271-2/+2
* base: adb.exe build errorMark Salyzyn2018-02-051-0/+2
* Adding per-method clang thread safety annotationsVasily Tarasov2018-01-101-0/+6
* Add __attribute__((__format__)) to fastboot's die().Elliott Hughes2018-01-091-7/+7
* Merge "Use LOG_TAG instead of binary name as a tag."Tomasz Wasilczyk2017-12-201-27/+52
|\
| * Use LOG_TAG instead of binary name as a tag.Tomasz Wasilczyk2017-12-201-27/+52
* | Merge "Add std::string StartsWith*/EndsWith* overloads."Elliott Hughes2017-12-201-0/+6
|\ \
| * | Add std::string StartsWith*/EndsWith* overloads.Elliott Hughes2017-12-201-0/+6
| |/
* / base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test.Josh Gao2017-12-191-0/+29
|/
* base: allow creating tempfile in a custom temporary dir.Yabin Cui2017-12-061-0/+1
* 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-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