index
:
replicant/core
GNUtoo/history/14-07-2019
GNUtoo/history/devtmpfs-debug-wip
GNUtoo/lineage-16.0-base
GNUtoo/modem-i9300
master
replicant-9
Patches not merged yet, used for building and testing them
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove mutex.h and its uses.
Pirama Arumuga Nainar
2016-09-16
3
-52
/
+0
*
base: add parameter that controls O_NOFOLLOW in file functions.
Josh Gao
2016-09-14
3
-9
/
+35
*
Fix darwin build break.
Josh Gao
2016-09-14
1
-2
/
+2
*
Merge changes Ie15fcb8f,I0a895911
Treehugger Robot
2016-09-14
6
-53
/
+194
|
\
|
*
base: add quick_exit emulation.
Josh Gao
2016-09-13
4
-0
/
+138
|
*
base: extract mutex.h from logging.cpp.
Josh Gao
2016-09-13
2
-53
/
+56
*
|
Base: Fix dangling-else in CHECK_STROP
Andreas Gampe
2016-09-13
2
-8
/
+29
|
/
*
Base: Add AbortFunction for logging
Andreas Gampe
2016-09-08
3
-15
/
+56
*
Base: Add INTERNAL_FATAL to logging severity
Andreas Gampe
2016-09-07
3
-12
/
+40
*
Clean up the libbase logging test.
Elliott Hughes
2016-09-07
1
-124
/
+148
*
Base: Fix logging_test
Andreas Gampe
2016-09-07
1
-1
/
+6
*
Merge "Base: assume and use C++11 in libbase"
Treehugger Robot
2016-09-01
2
-25
/
+7
|
\
|
*
Base: assume and use C++11 in libbase
Andreas Gampe
2016-09-01
2
-25
/
+7
*
|
base: use _NSGetExecutablePath in GetExecutablePath
Josh Gao
2016-09-01
1
-9
/
+9
*
|
Merge "Add android::base::GetExecutablePath, switch adb and fastboot over."
Josh Gao
2016-09-01
3
-0
/
+40
|
\
\
|
|
/
|
/
|
|
*
Add android::base::GetExecutablePath, switch adb and fastboot over.
Elliott Hughes
2016-09-01
3
-0
/
+40
*
|
Merge "Base: add more thread annotations"
Treehugger Robot
2016-08-31
1
-0
/
+24
|
\
\
|
*
|
Base: add more thread annotations
Andreas Gampe
2016-08-31
1
-0
/
+24
|
|
/
*
|
Merge "base: disallow close() on unique_fd."
Josh Gao
2016-08-31
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
base: disallow close() on unique_fd.
Josh Gao
2016-08-29
1
-0
/
+10
*
|
Merge "Add android::base::Readlink."
Treehugger Robot
2016-08-31
3
-0
/
+56
|
\
\
|
*
|
Add android::base::Readlink.
Elliott Hughes
2016-08-31
3
-0
/
+56
|
|
/
*
/
Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORS
Andreas Gampe
2016-08-29
1
-0
/
+9
|
/
*
Move init's kernel logging into libbase.
Elliott Hughes
2016-08-04
2
-31
/
+78
*
libbase should use its own logging!
Elliott Hughes
2016-07-28
2
-8
/
+6
*
Convert libbase Android.mk to Android.bp
Colin Cross
2016-07-11
2
-140
/
+96
*
Add timestamps to libbase's stderr logging.
Elliott Hughes
2016-06-21
1
-2
/
+15
*
Fix misc-macro-parentheses warnings in init and other core modules.
Chih-Hung Hsieh
2016-05-18
1
-4
/
+4
*
adb/base: allow use of unique_fd inside adb.
Josh Gao
2016-05-14
1
-12
/
+22
*
Don't include android-base/macros.h from android-base/unique_fd.h
Christopher Wiley
2016-04-19
1
-2
/
+6
*
Define LIKELY and UNLIKELY in a vendor friendly way
Christopher Wiley
2016-04-18
1
-2
/
+5
*
Add operator int() to unique_fd.
Elliott Hughes
2016-03-28
1
-0
/
+1
*
Merge "Fix <android-base/*.h> header guards."
Elliott Hughes
2016-03-26
13
-37
/
+38
|
\
|
*
Fix <android-base/*.h> header guards.
Elliott Hughes
2016-03-23
13
-37
/
+38
*
|
Merge "Copy the good comment and warn_unused_result from ScopedFd to unique_fd."
Elliott Hughes
2016-03-26
1
-15
/
+19
|
\
\
|
|
/
|
/
|
|
*
Copy the good comment and warn_unused_result from ScopedFd to unique_fd.
Elliott Hughes
2016-03-23
1
-15
/
+19
*
|
Merge "Add C++ thread annotations support to core."
Pierre Imai
2016-03-23
1
-0
/
+83
|
\
\
|
|
/
|
/
|
|
*
Add C++ thread annotations support to core.
Pierre Imai
2016-03-23
1
-0
/
+83
*
|
base: Avoid compilation error when compiled with -Wdangling-else.
Yabin Cui
2016-03-21
1
-19
/
+13
|
/
*
Make CHECK(x) work with static analyzer.
Chih-Hung Hsieh
2016-03-02
1
-0
/
+12
*
Remove libbase's libutils dependency.
Elliott Hughes
2016-02-17
1
-1
/
+3
*
Merge "libziparchive: port unit tests to darwin and windows."
Yabin Cui
2016-02-09
2
-4
/
+4
|
\
|
*
libziparchive: port unit tests to darwin and windows.
Yabin Cui
2016-02-08
2
-4
/
+4
*
|
Merge "Fix windows 64-bit builds"
Dan Willemsen
2016-02-08
1
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
Fix windows 64-bit builds
Dan Willemsen
2016-02-05
1
-1
/
+7
*
|
Fix libbase's logging dependency.
Elliott Hughes
2016-02-04
1
-4
/
+2
|
/
*
base: add SystemErrorCodeToString() function.
David Pursell
2016-02-01
5
-4
/
+186
*
base: add API to remove file if it exists.
Yabin Cui
2016-01-29
3
-0
/
+43
*
base: add network address parsing function from adb.
David Pursell
2016-01-21
4
-0
/
+249
*
Fix a couple sign-comparison warnings.
Dan Albert
2016-01-15
1
-1
/
+1
[prev]
[next]