Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
c7a1fb8fd970c6fa41843f48cc7bcc02fd07800d
/
base
/
include
/
android-base
d5f9d87
base: remove Errorf/ErrnoErrorf work around
by Tom Cherry
· 6 years ago
91bbe9e
Merge "Check Errorf()/ErrnoErrorf() format string at compile time"
by Tom Cherry
· 6 years ago
beffc02
Add macros to check for successful Result
by Bernie Innocenti
· 6 years ago
4adfde4
Add android::base::expected::ok()
by Bernie Innocenti
· 6 years ago
f8e6bf6
Check Errorf()/ErrnoErrorf() format string at compile time
by Tom Cherry
· 6 years ago
1cc76df
Delete dangerous comparison operators from base::expected
by Bernie Innocenti
· 6 years ago
ff464b1
liblog: always restore errno in logging functions
by Tom Cherry
· 6 years ago
041f8f5
add NOLINTNEXTLINE(google-explicit-constructor)
by Maciej Żenczykowski
· 6 years ago
69ee5dd
Move default tag from libbase to liblog
by Tom Cherry
· 6 years ago
7becf26
Merge "Make OSTREAM_STRING_POINTER_USAGE_WARNING build even with GCC"
by Elliott Hughes
· 6 years ago
0391a87
Move minimum log priority from libbase to liblog
by Tom Cherry
· 6 years ago
349b0c4
Move SetLogger and SetAborter from libbase to liblog
by Tom Cherry
· 6 years ago
2acd25a
Make OSTREAM_STRING_POINTER_USAGE_WARNING build even with GCC
by Davide Pallotti
· 6 years ago
f633b62
Merge "Require liblog for libbase in all configurations"
by Tom Cherry
· 6 years ago
9ef741c
Merge "Add unique_fd::operator{==,!=} overloads that take a unique_fd."
by Peter Collingbourne
· 6 years ago
cc9566b
Add unique_fd::operator{==,!=} overloads that take a unique_fd.
by Peter Collingbourne
· 6 years ago
d044eaa
base: remove LOG_TO(), PLOG_TO() and LOG_STREAM_TO() macros
by Tom Cherry
· 6 years ago
9921630
Require liblog for libbase in all configurations
by Tom Cherry
· 6 years ago
fba2a1a
Fix SEGV in libziparchive with malformed zip file.
by Elliott Hughes
· 6 years ago
81e316b
base: avoid evaluating macro argument multiple times.
by Josh Gao
· 6 years ago
9e6ac64
Merge "base: steal Chromium's NoDestructor."
by Josh Gao
· 6 years ago
efc9a63
base: steal Chromium's NoDestructor.
by Josh Gao
· 6 years ago
9e3cbb6
Expose ParseBool from libbase
by Daniel Colascione
· 6 years ago
908e0df
Add absl-like StringReplace.
by Elliott Hughes
· 6 years ago
2d70aad
Remove Mac/Windows quick_exit() implementation.
by Elliott Hughes
· 6 years ago
41d8a57
<android-base/endian.h>: fix interoperability issue
by Bowgo Tsai
· 6 years ago
7c706ba
Improve codegen slightly when doing FD validity checks
by Daniel Colascione
· 6 years ago
f4c3471
Include chrono.h
by Haibo Huang
· 6 years ago
5f0e5e0
Merge "[base] Make MappedFile work with OS file handles"
by Yurii Zubrytskyi
· 6 years ago
d77c99e
[base] Make MappedFile work with OS file handles
by Yurii Zubrytskyi
· 6 years ago
888c1b9
Fix more endian.h issues
by Colin Cross
· 6 years ago
f86ea02
Use as much of the macOS endian support as we can.
by Elliott Hughes
· 6 years ago
c9ec952
Merge "Implement unique_fd.ok()"
by Tomasz Wasilczyk
· 6 years ago
c3fc960
Implement unique_fd.ok()
by Tomasz Wasilczyk
· 6 years ago
8987f06
Merge "Add nolint for implicit borrowed_fd constructors"
by Treehugger Robot
· 6 years ago
aa55ee6
Add nolint for implicit borrowed_fd constructors
by Tom Cherry
· 6 years ago
820333d
Add noexcept to missing places in expected.h
by Tom Cherry
· 6 years ago
a93e09f
Merge "Don't implement our own remove_cvref_t."
by Tom Cherry
· 6 years ago
a2928b5
Don't implement our own remove_cvref_t.
by Tom Cherry
· 6 years ago
247ffbf
Fix a few clang-tidy issues and add NOLINT for others
by Tom Cherry
· 6 years ago
13b1f34
Add android::base::GetPids() function to return all pids
by Tom Cherry
· 6 years ago
9f24c38
Prevent definitions of expected.h from being included twice
by Mohammad Samiul Islam
· 6 years ago
b90dcc0
Create android-base/format.h that includes fmtlib headers
by Tom Cherry
· 6 years ago
20524ed
Add Errorf and ErrnoErrorf
by Jiyong Park
· 6 years ago
df7d327
fix: passing ResultError to Error thru operator<<
by Jooyung Han
· 6 years ago
91e6f88
Remove Result<Success> in favor of Result<void>
by Tom Cherry
· 6 years ago
383e141
base: Add MmapFile as a synonym for MappedFile
by Tom Cherry
· 6 years ago
bb1b83e
Merge "Add expected<void,E>"
by Treehugger Robot
· 6 years ago
2ba59c5
Merge "Move result.h from init to libbase"
by Treehugger Robot
· 6 years ago
b2a85c4
Add expected<void,E>
by Jiyong Park
· 6 years ago
8fd64c8
Move result.h from init to libbase
by Jiyong Park
· 6 years ago
ef2469e
base: fix out of date documentation with PropertySet()
by Tom Cherry
· 6 years ago
5c06e6e
Minor fixes on android::base::expected
by Jiyong Park
· 6 years ago
7d89fb1
Add android::base::expected
by Jiyong Park
· 6 years ago
27241a7
Revert "Revert "Add a way to turn off unique_fd's operator int.""
by Josh Gao
· 6 years ago
b4dc7be
libbase: add ConsumePrefix/ConsumeSuffix.
by Elliott Hughes
· 6 years ago
2c58e19
Revert "Add a way to turn off unique_fd's operator int."
by Ian Kasprzak
· 6 years ago
93d63c0
Add a way to turn off unique_fd's operator int.
by Josh Gao
· 6 years ago
7cb72c9
Disallow operator!() on unique_fd
by Bernie Innocenti
· 6 years ago
59d876c
[base] Convert Starts/Ends/Equals string functions to string_view
by Yurii Zubrytskyi
· 6 years ago
8954d0b
Merge changes from topic "base_cmsg"
by Josh Gao
· 7 years ago
14f9500
base: add helpers for sending/receiving file descriptors.
by Josh Gao
· 7 years ago
982f7bd
base: add ScopedLockAssertion.
by Josh Gao
· 7 years ago
92ee52c
base: don't overwrite errno in unique_fd::~unique_fd.
by Josh Gao
· 7 years ago
e284104
base: support optional flags in android::base::Pipe.
by Yabin Cui
· 7 years ago
468ffae
Libbase: NOLINT legacy unique_fd operator int
by Andreas Gampe
· 7 years ago
946f7d4
Merge "base: add more error-checking overloads for unique_fd."
by Josh Gao
· 7 years ago
d2f5888
base: TemporaryDir add DoNotRemove() method
by Mark Salyzyn
· 7 years ago
0790b24
base: move TemporaryFile and TemporaryDir to android-base/file.h
by Mark Salyzyn
· 7 years ago
1390e81
base: add more error-checking overloads for unique_fd.
by Josh Gao
· 7 years ago
1666baf
libbase: add Fdopendir that takes a unique_fd.
by Mathieu Chartier
· 7 years ago
a656b98
libbase: support char parameter in StartsWith/EndsWith.
by Yabin Cui
· 7 years ago
46e0cc2
libbase: a slightly cleaner solution to libbase's `off64_t` problem.
by Elliott Hughes
· 7 years ago
602f9a2
Merge "libbase: quick fix for Mac build."
by Treehugger Robot
· 7 years ago
9854386
libbase: quick fix for Mac build.
by Elliott Hughes
· 7 years ago
2a84607
Merge "libbase: add O_CLOEXEC to <android-base/file.h>."
by Elliott Hughes
· 7 years ago
514edae
libbase: remove ARRAYSIZE_UNSAFE.
by Elliott Hughes
· 7 years ago
32df7ee
libbase: add O_CLOEXEC to <android-base/file.h>.
by Elliott Hughes
· 7 years ago
e8f4b14
Add a simple MappedFile to libbase and switch fastboot and libziparchive over.
by Elliott Hughes
· 7 years ago
a2ccce8
Merge changes from topic "windows-libcxx"
by Pirama Arumuga Nainar
· 7 years ago
bc64e50
Assert that ParseInt/ParseUint are only used with signed/unsigned numbers respectively
by Tom Cherry
· 7 years ago
747eb14
Add noexcept to move constructors and assignment operators.
by Chih-Hung Hsieh
· 7 years ago
18a1606
Add sys/types.h in utf8.h
by Pirama Arumuga Nainar
· 7 years ago
502f486
Suppress implicit-fallthrough warnings.
by Chih-Hung Hsieh
· 7 years ago
4a16630
Merge "Add Start/Stop/Reset to CapturedStdFd."
by Christopher Ferris
· 7 years ago
eea85c9
Add Start/Stop/Reset to CapturedStdFd.
by Christopher Ferris
· 7 years ago
a3c8688
libbase: add Fdopen that takes a unique_fd.
by Josh Gao
· 7 years ago
9d3f453
Set errno for all error return cases.
by Christopher Ferris
· 7 years ago
8e3f0b1
Fix two ParseInt edge cases
by Tom Cherry
· 7 years ago
991eedd
base: remove execute bit from utf8.h
by Spencer Low
· 7 years ago
f1911f4
ParseFloat/ParseDouble, also take std::string
by Steven Moreland
· 7 years ago
586ef26
Add ParseFloat (in parsedouble.h).
by Steven Moreland
· 7 years ago
1b8981e
ParseDouble: allow validation only.
by Steven Moreland
· 7 years ago
3b70eed
Remove unused logging symbols.
by Tomasz Wasilczyk
· 7 years ago
d4abb70
Merge "Revert "Revert "base: add support for tagged fd closure to unique_fd."""
by Treehugger Robot
· 7 years ago
22666fe
Revert "Revert "base: add support for tagged fd closure to unique_fd.""
by Josh Gao
· 7 years ago
a96e43d
ParseInt/ParseUint: allow validation only.
by Steven Moreland
· 7 years ago
30dd7d4
Revert "base: add support for tagged fd closure to unique_fd."
by Josh Gao
· 7 years ago
c954ec0
debuggerd_handler: use syscall(__NR_close) instead of close.
by Josh Gao
· 7 years ago
fcf2c01
base: add support for tagged fd closure to unique_fd.
by Josh Gao
· 7 years ago
Next »