summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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-252-2/+7
|\ \
| * | libbase: add O_CLOEXEC to <android-base/file.h>.Elliott Hughes2018-10-242-2/+7
| |/
* / libbase: remove ARRAYSIZE_UNSAFE.Elliott Hughes2018-10-241-54/+14
|/
* Merge "Add a simple MappedFile to libbase and switch fastboot and libziparchi...Elliott Hughes2018-10-244-0/+187
|\
| * Add a simple MappedFile to libbase and switch fastboot and libziparchive over.Elliott Hughes2018-10-234-0/+187
* | adb: rationalize fatal/error logging.Elliott Hughes2018-10-191-8/+3
|/
* 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
* | Enable -Wexit-time-destructor for all targetsPirama Arumuga Nainar2018-09-261-2/+1
|/
* Suppress implicit-fallthrough warnings.Chih-Hung Hsieh2018-09-171-0/+2
* Merge "Add Start/Stop/Reset to CapturedStdFd."Christopher Ferris2018-09-054-101/+161
|\
| * Add Start/Stop/Reset to CapturedStdFd.Christopher Ferris2018-09-044-101/+161
* | libbase: add Fdopen that takes a unique_fd.Josh Gao2018-09-041-0/+12
|/
* Set errno for all error return cases.Christopher Ferris2018-08-292-4/+54
* Fix typo in parseint.untouched_on_failure testTom Cherry2018-08-231-1/+1
* Fix two ParseInt edge casesTom Cherry2018-08-222-0/+32
* base: remove execute bit from utf8.hSpencer Low2018-08-111-0/+0
* ParseFloat/ParseDouble, also take std::stringSteven Moreland2018-08-091-0/+11
* Merge "Add ParseFloat (in parsedouble.h)."Steven Moreland2018-08-092-6/+47
|\
| * Add ParseFloat (in parsedouble.h).Steven Moreland2018-08-082-6/+47
* | Merge "ParseDouble: allow validation only."Treehugger Robot2018-08-093-8/+15
|\|
| * ParseDouble: allow validation only.Steven Moreland2018-08-083-8/+15
* | base: move unique_fd fdsan tests into bionic.Josh Gao2018-08-082-55/+0
|/
* Remove unused logging symbols.Tomasz Wasilczyk2018-07-312-14/+0
* Merge "Revert "Revert "base: add support for tagged fd closure to unique_fd."""Treehugger Robot2018-07-203-14/+129
|\
| * Revert "Revert "base: add support for tagged fd closure to unique_fd.""Josh Gao2018-07-203-14/+129
* | ParseInt/ParseUint: allow validation only.Steven Moreland2018-07-202-2/+14
|/
* Revert "base: add support for tagged fd closure to unique_fd."Josh Gao2018-07-203-123/+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-183-14/+123
* libbase: return different result depend on the errnoliwugang2018-07-122-4/+48
* Move libbacktrace off cutils.Elliott Hughes2018-07-112-0/+11
* 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: fix libbase_test.logging.StdioLogger.Elliott Hughes2018-06-061-26/+25
* Merge "libbase: add host properties support."Elliott Hughes2018-05-294-29/+72
|\
| * libbase: add host properties support.Elliott Hughes2018-05-244-29/+72
* | Build adbd for recoveryJiyong Park2018-05-241-0/+1
|/
* Add StdioLogger for command-line tools.Elliott Hughes2018-05-235-25/+83
* Mark as recovery_available: trueJiyong Park2018-05-151-0/+1
* Add test_suites lines.Elliott Hughes2018-04-271-0/+1