summaryrefslogtreecommitdiffstats
path: root/base/include
Commit message (Expand)AuthorAgeFilesLines
* Disallow operator!() on unique_fdBernie Innocenti2019-03-281-0/+3
* [base] Convert Starts/Ends/Equals string functions to string_viewYurii Zubrytskyi2019-03-211-13/+7
* Merge changes from topic "base_cmsg"Josh Gao2019-02-192-0/+166
|\
| * base: add helpers for sending/receiving file descriptors.Josh Gao2019-02-132-0/+166
* | base: add ScopedLockAssertion.Josh Gao2019-02-121-0/+38
|/
* base: don't overwrite errno in unique_fd::~unique_fd.Josh Gao2019-01-301-1/+5
* base: support optional flags in android::base::Pipe.Yabin Cui2019-01-181-6/+19
* Libbase: NOLINT legacy unique_fd operator intAndreas Gampe2019-01-101-1/+1
* Merge "base: add more error-checking overloads for unique_fd."Josh Gao2018-12-031-0/+11
|\
| * base: add more error-checking overloads for unique_fd.Josh Gao2018-11-021-0/+11
* | base: TemporaryDir add DoNotRemove() methodMark Salyzyn2018-11-141-0/+4
* | base: move TemporaryFile and TemporaryDir to android-base/file.hMark Salyzyn2018-11-132-36/+39
* | libbase: add Fdopendir that takes a unique_fd.Mathieu Chartier2018-11-021-0/+12
|/
* libbase: support char parameter in StartsWith/EndsWith.Yabin Cui2018-10-301-0/+2
* libbase: a slightly cleaner solution to libbase's `off64_t` problem.Elliott Hughes2018-10-253-10/+25
* Merge "libbase: quick fix for Mac build."Treehugger Robot2018-10-251-0/+5
|\
| * libbase: quick fix for Mac build.Elliott Hughes2018-10-251-0/+5
* | Merge "libbase: add O_CLOEXEC to <android-base/file.h>."Elliott Hughes2018-10-251-1/+7
|\ \
| * | libbase: add O_CLOEXEC to <android-base/file.h>.Elliott Hughes2018-10-241-1/+7
| |/
* / libbase: remove ARRAYSIZE_UNSAFE.Elliott Hughes2018-10-241-54/+14
|/
* Add a simple MappedFile to libbase and switch fastboot and libziparchive over.Elliott Hughes2018-10-231-0/+74
* Merge changes from topic "windows-libcxx"Pirama Arumuga Nainar2018-10-111-0/+1
|\
| * Add sys/types.h in utf8.hPirama Arumuga Nainar2018-09-211-0/+1
* | Assert that ParseInt/ParseUint are only used with signed/unsigned numbers res...Tom Cherry2018-10-051-0/+3
* | Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh2018-10-052-3/+3
|/
* Suppress implicit-fallthrough warnings.Chih-Hung Hsieh2018-09-171-0/+2
* Merge "Add Start/Stop/Reset to CapturedStdFd."Christopher Ferris2018-09-051-4/+6
|\
| * Add Start/Stop/Reset to CapturedStdFd.Christopher Ferris2018-09-041-4/+6
* | libbase: add Fdopen that takes a unique_fd.Josh Gao2018-09-041-0/+12
|/
* Set errno for all error return cases.Christopher Ferris2018-08-291-4/+18
* Fix two ParseInt edge casesTom Cherry2018-08-221-0/+12
* base: remove execute bit from utf8.hSpencer Low2018-08-111-0/+0
* ParseFloat/ParseDouble, also take std::stringSteven Moreland2018-08-091-0/+11
* Add ParseFloat (in parsedouble.h).Steven Moreland2018-08-081-5/+22
* ParseDouble: allow validation only.Steven Moreland2018-08-082-8/+10
* Remove unused logging symbols.Tomasz Wasilczyk2018-07-311-5/+0
* Merge "Revert "Revert "base: add support for tagged fd closure to unique_fd."""Treehugger Robot2018-07-201-14/+74
|\
| * Revert "Revert "base: add support for tagged fd closure to unique_fd.""Josh Gao2018-07-201-14/+74
* | ParseInt/ParseUint: allow validation only.Steven Moreland2018-07-201-2/+6
|/
* Revert "base: add support for tagged fd closure to unique_fd."Josh Gao2018-07-201-68/+14
* debuggerd_handler: use syscall(__NR_close) instead of close.Josh Gao2018-07-181-3/+7
* base: add support for tagged fd closure to unique_fd.Josh Gao2018-07-181-14/+68
* Move libbacktrace off cutils.Elliott Hughes2018-07-111-0/+5
* libbase: assume clang.Elliott Hughes2018-07-025-31/+2
* Fix misleading commentsInseob Kim2018-06-291-5/+5
* libbase: switch to #pragma once.Elliott Hughes2018-06-2619-76/+19
* Simplify __attribute__((__printf__)) use.Elliott Hughes2018-06-261-7/+3
* Do not customize __format__ for Windows/MinGW to gnu_printfPirama Arumuga Nainar2018-06-251-10/+1
* Adapt to switch to Clang for Windows host buildsPirama Arumuga Nainar2018-06-251-1/+1
* libbase: add host properties support.Elliott Hughes2018-05-241-4/+4