Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
libbase
/
667a8cfc0ddf116401ed26ce40740c9aa18c2a80
667a8cf
[base] Make MappedFile work with OS file handles
by Yurii Zubrytskyi
· 5 years ago
cfa5ff3
Use as much of the macOS endian support as we can.
by Elliott Hughes
· 5 years ago
6633857
Add header that defines strerror()
by Anatol Pomazau
· 5 years ago
6ca8855
Merge "Implement unique_fd.ok()"
by Tomasz Wasilczyk
· 5 years ago
36815d4
Implement unique_fd.ok()
by Tomasz Wasilczyk
· 5 years ago
b944288
Merge "Add nolint for implicit borrowed_fd constructors"
by Treehugger Robot
· 5 years ago
3d4916e
Add nolint for implicit borrowed_fd constructors
by Tom Cherry
· 5 years ago
900c321
Add noexcept to missing places in expected.h
by Tom Cherry
· 5 years ago
4b45425
Merge "Don't implement our own remove_cvref_t."
by Tom Cherry
· 5 years ago
158ea06
Don't implement our own remove_cvref_t.
by Tom Cherry
· 5 years ago
195856e
Fix a few clang-tidy issues and add NOLINT for others
by Tom Cherry
· 5 years ago
3f82dfb
Add android::base::GetPids() function to return all pids
by Tom Cherry
· 5 years ago
3a53df0
Prevent definitions of expected.h from being included twice
by Mohammad Samiul Islam
· 5 years ago
377d1ad
Create android-base/format.h that includes fmtlib headers
by Tom Cherry
· 5 years ago
4e223e6
Add Errorf and ErrnoErrorf
by Jiyong Park
· 5 years ago
072c714
fix: passing ResultError to Error thru operator<<
by Jooyung Han
· 5 years ago
e2ea1ef
Remove Result<Success> in favor of Result<void>
by Tom Cherry
· 5 years ago
9ec5dd1
base: Add MmapFile as a synonym for MappedFile
by Tom Cherry
· 5 years ago
76fd5eb
Merge "Add expected<void,E>"
by Treehugger Robot
· 5 years ago
1fe1c4f
Merge "Move result.h from init to libbase"
by Treehugger Robot
· 5 years ago
bdf42dc
Add expected<void,E>
by Jiyong Park
· 5 years ago
ab7dc5a
Move result.h from init to libbase
by Jiyong Park
· 5 years ago
d4c9c47
Merge "base: fix out of date documentation with PropertySet()"
by Treehugger Robot
· 5 years ago
7456197
base: fix out of date documentation with PropertySet()
by Tom Cherry
· 5 years ago
800e9aa
Merge "Fix leak of mapped zip central directories"
by Treehugger Robot
· 5 years ago
6b46ba7
Minor fixes on android::base::expected
by Jiyong Park
· 5 years ago
aff1951
Fix leak of mapped zip central directories
by Ryan Mitchell
· 5 years ago
de84d4a
Add android::base::expected
by Jiyong Park
· 6 years ago
3ab52bd
Merge "Revert "Revert "Add a way to turn off unique_fd's operator int."""
by Josh Gao
· 6 years ago
bda9b2b
Merge "Enable native_bridge_support" am: 9a45f8ff4c
by Dimitry Ivanov
· 6 years ago
e440199
Revert "Revert "Add a way to turn off unique_fd's operator int.""
by Josh Gao
· 6 years ago
3b9b11e
Enable native_bridge_support
by dimitry
· 6 years ago
7f75d41
Merge "libbase: add ConsumePrefix/ConsumeSuffix." am: 7046bcb461
by Elliott Hughes
· 6 years ago
26a40e8
libbase: add ConsumePrefix/ConsumeSuffix.
by Elliott Hughes
· 6 years ago
5ebbc2e
Merge "Revert "Add a way to turn off unique_fd's operator int."" am: e30fe5fe89
by Ian Kasprzak
· 6 years ago
15d55a9
Revert "Add a way to turn off unique_fd's operator int."
by Ian Kasprzak
· 6 years ago
2b15c19
Merge "Add a way to turn off unique_fd's operator int." am: 971bae0bcf
by Josh Gao
· 6 years ago
e2406b0
Add a way to turn off unique_fd's operator int.
by Josh Gao
· 6 years ago
bee46f3
Merge "Disallow operator!() on unique_fd" am: 0a887aa14c
by Bernie Innocenti
· 6 years ago
cf2a948
Disallow operator!() on unique_fd
by Bernie Innocenti
· 6 years ago
3af9bba
Merge changes from topic "lpdumpd" am: f959fffc1c
by Yifan Hong
· 6 years ago
99579c2
Merge changes from topic "lpdumpd"
by Yifan Hong
· 6 years ago
26fd234
libbase: realpath is wrapped with TEMP_FAILURE_RETRY
by Yifan Hong
· 6 years ago
634a7b7
Merge "[base] Convert Starts/Ends/Equals string functions to string_view"
by Yurii Zubrytskyi
· 6 years ago
ef973ce
[base] Convert Starts/Ends/Equals string functions to string_view
by Yurii Zubrytskyi
· 6 years ago
662b0e2
Merge "Support zero-length mapped files" am: 2009e32008
by Pirama Arumuga Nainar
· 6 years ago
5b58966
Support zero-length mapped files
by Pirama Arumuga Nainar
· 6 years ago
d2a17bc
Merge "Hopefully fix more darwin build breakage." am: b8573e2082
by Josh Gao
· 6 years ago
23de6f6
Hopefully fix more darwin build breakage.
by Josh Gao
· 6 years ago
e0e8381
Merge "Fix darwin build break." am: 3ea374f54c
by Josh Gao
· 6 years ago
c934adc
Merge changes from topic "base_cmsg" am: 8954d0bc98
by Josh Gao
· 6 years ago
52e38a8
Fix darwin build break.
by Josh Gao
· 6 years ago
057625d
Merge changes from topic "base_cmsg"
by Josh Gao
· 6 years ago
8a3f201
Merge "base: add ScopedLockAssertion." am: 3777d9cc10
by Josh Gao
· 6 years ago
c50f38f
base: add helpers for sending/receiving file descriptors.
by Josh Gao
· 6 years ago
a8dc1b2
base: add ScopedLockAssertion.
by Josh Gao
· 6 years ago
4d18e22
Merge "MappedFile and FileMap should support zero-length mappings."
by Elliott Hughes
· 6 years ago
f5b28ff
MappedFile and FileMap should support zero-length mappings.
by Elliott Hughes
· 6 years ago
05bcd28
Merge changes Ief3dbf8e,Ib06e6f65 am: ee0e63f71d
by Josh Gao
· 6 years ago
34e157b
base: don't overwrite errno in unique_fd::~unique_fd.
by Josh Gao
· 6 years ago
6bbf7d9
Merge "base: support optional flags in android::base::Pipe." am: 0182f71d96
by Yabin Cui
· 6 years ago
f6aa738
base: support optional flags in android::base::Pipe.
by Yabin Cui
· 6 years ago
df529e6
Merge "Libbase: NOLINT legacy unique_fd operator int" am: d9e73a009b
by Andreas Gampe
· 6 years ago
cbc9bc0
Libbase: NOLINT legacy unique_fd operator int
by Andreas Gampe
· 6 years ago
da2c92c
Merge "Build libbase with _FILE_OFFSET_BITS=64." am: ef4c29886c
by Elliott Hughes
· 6 years ago
c9add2a
Build libbase with _FILE_OFFSET_BITS=64.
by Elliott Hughes
· 6 years ago
88f0fd7
Merge "Add missing includes." am: e813ad4b4f
by Florian Mayer
· 6 years ago
c08f3d4
Add missing includes.
by Florian Mayer
· 6 years ago
bc2ebd3
Merge "Base: Explicitly set abort message on FATAL" am: 72050f715f
by Andreas Gampe
· 6 years ago
2f9e49f
Base: Explicitly set abort message on FATAL
by Andreas Gampe
· 6 years ago
dfbb0c4
Merge "base: add more error-checking overloads for unique_fd." am: 946f7d44c2
by Josh Gao
· 6 years ago
8ce33c0
Merge "base: add more error-checking overloads for unique_fd."
by Josh Gao
· 6 years ago
84152b5
Merge "base: TemporaryDir add DoNotRemove() method" am: 2979d385cb
by Mark Salyzyn
· 6 years ago
17e60de
Merge changes from topic "TemporaryDir rm -rf" am: baa4818925
by Mark Salyzyn
· 6 years ago
8806882
Merge "base: Add sensitivity to TMPDIR environment for TemporaryDir and TemporaryFile"
by Mark Salyzyn
· 6 years ago
b6f6a20
base: TemporaryDir add DoNotRemove() method
by Mark Salyzyn
· 6 years ago
f2e7615
base: TemporaryDir rm -rf directory in destructor
by Mark Salyzyn
· 6 years ago
00a6803
base: Add sensitivity to TMPDIR environment for TemporaryDir and TemporaryFile
by Mark Salyzyn
· 6 years ago
615e825
Merge "switch to using android-base/file.h instead of android-base/test_utils.h"
by Mark Salyzyn
· 6 years ago
6f91d21
switch to using android-base/file.h instead of android-base/test_utils.h
by Mark Salyzyn
· 6 years ago
fa757cd
Merge "base: move TemporaryFile and TemporaryDir to android-base/file.h"
by Mark Salyzyn
· 6 years ago
40a4cb4
base: move TemporaryFile and TemporaryDir to android-base/file.h
by Mark Salyzyn
· 6 years ago
2048046
Merge "libbase: add Fdopendir that takes a unique_fd." am: f8d62f06e7
by Mathieu Chartier
· 6 years ago
1f02e83
base: add more error-checking overloads for unique_fd.
by Josh Gao
· 6 years ago
a5d863b
libbase: add Fdopendir that takes a unique_fd.
by Mathieu Chartier
· 6 years ago
691c11e
Merge "libbase: support char parameter in StartsWith/EndsWith." am: bb3e479268
by Yabin Cui
· 6 years ago
a87b388
libbase: support char parameter in StartsWith/EndsWith.
by Yabin Cui
· 6 years ago
f70e6e1
Merge "libbase: a slightly cleaner solution to libbase's `off64_t` problem."
by Elliott Hughes
· 6 years ago
c0f3e4a
libbase: a slightly cleaner solution to libbase's `off64_t` problem.
by Elliott Hughes
· 6 years ago
6cb5ad1
Merge "libbase: quick fix for Mac build." am: 602f9a29b0
by Elliott Hughes
· 6 years ago
7fb58b1
Merge "libbase: quick fix for Mac build."
by Treehugger Robot
· 6 years ago
eb5684b
libbase: quick fix for Mac build.
by Elliott Hughes
· 6 years ago
fe126b3
Merge "libbase: add O_CLOEXEC to <android-base/file.h>." am: 2a8460721c
by Elliott Hughes
· 6 years ago
3f438d2
Merge "libbase: add O_CLOEXEC to <android-base/file.h>."
by Elliott Hughes
· 6 years ago
f384b1b
Merge "libbase: remove ARRAYSIZE_UNSAFE." am: 120383140e
by Elliott Hughes
· 6 years ago
eee38ff
Merge "Add a simple MappedFile to libbase and switch fastboot and libziparchive over."
by Elliott Hughes
· 6 years ago
0c84ced
libbase: remove ARRAYSIZE_UNSAFE.
by Elliott Hughes
· 6 years ago
2f5c3ff
libbase: add O_CLOEXEC to <android-base/file.h>.
by Elliott Hughes
· 6 years ago
0909e46
Merge "Add a simple MappedFile to libbase and switch fastboot and libziparchive over."
by Elliott Hughes
· 6 years ago
5114008
Add a simple MappedFile to libbase and switch fastboot and libziparchive over.
by Elliott Hughes
· 6 years ago
Next »