index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
debuggerd_handler: use syscall(__NR_close) instead of close.
Josh Gao
2018-07-18
1
-3
/
+7
*
base: add support for tagged fd closure to unique_fd.
Josh Gao
2018-07-18
3
-14
/
+123
*
libbase: return different result depend on the errno
liwugang
2018-07-12
2
-4
/
+48
*
Move libbacktrace off cutils.
Elliott Hughes
2018-07-11
2
-0
/
+11
*
libbase: assume clang.
Elliott Hughes
2018-07-02
5
-31
/
+2
*
Fix misleading comments
Inseob Kim
2018-06-29
1
-5
/
+5
*
libbase: switch to #pragma once.
Elliott Hughes
2018-06-26
19
-76
/
+19
*
Simplify __attribute__((__printf__)) use.
Elliott Hughes
2018-06-26
1
-7
/
+3
*
Do not customize __format__ for Windows/MinGW to gnu_printf
Pirama Arumuga Nainar
2018-06-25
1
-10
/
+1
*
Adapt to switch to Clang for Windows host builds
Pirama Arumuga Nainar
2018-06-25
1
-1
/
+1
*
libbase: fix libbase_test.logging.StdioLogger.
Elliott Hughes
2018-06-06
1
-26
/
+25
*
Merge "libbase: add host properties support."
Elliott Hughes
2018-05-29
4
-29
/
+72
|
\
|
*
libbase: add host properties support.
Elliott Hughes
2018-05-24
4
-29
/
+72
*
|
Build adbd for recovery
Jiyong Park
2018-05-24
1
-0
/
+1
|
/
*
Add StdioLogger for command-line tools.
Elliott Hughes
2018-05-23
5
-25
/
+83
*
Mark as recovery_available: true
Jiyong Park
2018-05-15
1
-0
/
+1
*
Add test_suites lines.
Elliott Hughes
2018-04-27
1
-0
/
+1
*
Add android::base::ParseByteCount.
Elliott Hughes
2018-04-19
2
-7
/
+66
*
Add SIZEOF_MEMBER.
Elliott Hughes
2018-04-11
3
-0
/
+35
*
base: kernel logging get pre-opened /dev/kmsg from environment
Mark Salyzyn
2018-04-09
1
-1
/
+19
*
Merge "Allow android::base::ScopeGuard in STL containers"
Treehugger Robot
2018-03-26
2
-5
/
+28
|
\
|
*
Allow android::base::ScopeGuard in STL containers
Luis Hector Chavez
2018-03-26
2
-5
/
+28
*
|
base: export GetThreadId.
Josh Gao
2018-03-16
4
-37
/
+81
|
/
*
base: Add TemporaryFile::DoNotRemove().
Yabin Cui
2018-03-08
2
-1
/
+7
*
Base: Add default tag manipulation
Andreas Gampe
2018-03-06
3
-10
/
+60
*
EndsWith *suffix*
Erik Kline
2018-02-27
1
-2
/
+2
*
Base: Add an NDK-compiled version of libbase
Andreas Gampe
2018-02-21
3
-19
/
+29
*
bpfmt.
Elliott Hughes
2018-02-16
1
-1
/
+5
*
Prevent WaitForProperty() from using ~100% of CPU time on 32bit builds
yusukes
2018-02-14
1
-1
/
+2
*
base: adb.exe build error
Mark Salyzyn
2018-02-05
3
-3
/
+4
*
Adding per-method clang thread safety annotations
Vasily Tarasov
2018-01-10
1
-0
/
+6
*
Add __attribute__((__format__)) to fastboot's die().
Elliott Hughes
2018-01-09
1
-7
/
+7
*
Merge "Use LOG_TAG instead of binary name as a tag."
Tomasz Wasilczyk
2017-12-20
2
-46
/
+82
|
\
|
*
Use LOG_TAG instead of binary name as a tag.
Tomasz Wasilczyk
2017-12-20
2
-46
/
+82
*
|
Merge "Add std::string StartsWith*/EndsWith* overloads."
Elliott Hughes
2017-12-20
3
-4
/
+46
|
\
\
|
*
|
Add std::string StartsWith*/EndsWith* overloads.
Elliott Hughes
2017-12-20
3
-4
/
+46
|
|
/
*
/
base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test.
Josh Gao
2017-12-19
3
-0
/
+76
|
/
*
Merge "Add OWNERS."
Elliott Hughes
2017-12-07
1
-0
/
+3
|
\
|
*
Add OWNERS.
Elliott Hughes
2017-12-07
1
-0
/
+3
*
|
base: allow creating tempfile in a custom temporary dir.
Yabin Cui
2017-12-06
2
-0
/
+5
|
/
*
Fix / suppress new unused warnings for mingw+clang
Dan Willemsen
2017-11-29
3
-1
/
+4
*
Use -Werror in system/core
Chih-Hung Hsieh
2017-11-01
1
-7
/
+6
*
Add test for android::base::Split with a trailing empty part.
Tom Cherry
2017-10-26
1
-0
/
+8
*
libcutils: Fix thread ID on macOS
Christopher N. Hesse
2017-10-22
1
-1
/
+3
*
Use target.linux for all linux kernel based targets
Dan Willemsen
2017-10-16
1
-17
/
+6
*
Move some properties users to __system_property_read_callback()
Tom Cherry
2017-10-10
1
-3
/
+8
*
base: chrono_utils: supported in linux
Mark Salyzyn
2017-10-03
1
-2
/
+2
*
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]
Dan Willemsen
2017-10-02
1
-2
/
+2
*
Remove default libraries
Dan Willemsen
2017-09-29
1
-2
/
+0
*
Base: Warn on using ostream<< with std::string*
Andreas Gampe
2017-09-22
1
-0
/
+32
[next]