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
/
libutils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix uninitialized member variable
Renaud Paquay
2017-05-11
1
-8
/
+16
*
Merge "added include for unistd.h that was missing"
Treehugger Robot
2017-04-28
1
-0
/
+1
|
\
|
*
added include for unistd.h that was missing
Jaesoo Lee
2017-04-24
1
-0
/
+1
*
|
libutils_headers: export libcutils_headers
Jaesoo Lee
2017-04-28
1
-2
/
+8
*
|
libutils: export libbacktrace headers
Steven Moreland
2017-04-28
1
-0
/
+5
*
|
libutils: export system_headers
Steven Moreland
2017-04-28
1
-0
/
+3
|
/
*
libutils: mark as vendor_available
Steven Moreland
2017-04-12
1
-0
/
+2
*
logd: ASAN cleansing
Mark Salyzyn
2017-03-27
1
-12
/
+35
*
libziparchive: fix mac os breakage
Adam Lesinski
2017-03-23
1
-0
/
+4
*
Add heuristic data race detection to sp<>
Hans Boehm
2017-03-17
3
-20
/
+51
*
Enable more modules on linux_bionic builds
Dan Willemsen
2017-03-15
1
-2
/
+5
*
libutils: String\d+ make std_string private
Steven Moreland
2017-03-10
2
-0
/
+13
*
Merge "Clarify that Condition::wait() can spuriously wake up"
Tom Cherry
2017-03-06
1
-12
/
+7
|
\
|
*
Clarify that Condition::wait() can spuriously wake up
Tom Cherry
2017-03-02
1
-12
/
+7
*
|
Add tests for multiton issue
Colin Cross
2017-02-28
5
-0
/
+212
|
/
*
Make libutils test compile on the host
Colin Cross
2017-02-24
1
-17
/
+33
*
Merge "Revert "Make libutils test compile on the host""
Richard Uhler
2017-02-24
1
-25
/
+15
|
\
|
*
Revert "Make libutils test compile on the host"
Richard Uhler
2017-02-24
1
-25
/
+15
*
|
Merge changes Icd5f39ae,I2a4e956c
Treehugger Robot
2017-02-24
2
-22
/
+32
|
\
|
|
*
Make libutils test compile on the host
Colin Cross
2017-02-23
1
-15
/
+25
|
*
Fix ODR issue in StrongPointer_test.cpp
Colin Cross
2017-02-23
1
-7
/
+7
*
|
Merge "Fix multiton issue"
Treehugger Robot
2017-02-24
1
-5
/
+13
|
\
|
|
*
Fix multiton issue
Colin Cross
2017-02-23
1
-5
/
+13
*
|
Make Condition use CLOCK_MONOTONIC
Tom Cherry
2017-02-23
1
-9
/
+12
|
/
*
Merge "Vector.h: remove unused import <new>"
Treehugger Robot
2017-02-17
1
-2
/
+0
|
\
|
*
Vector.h: remove unused import <new>
Steven Moreland
2017-02-17
1
-2
/
+0
*
|
Remove unused primes.py python file.
Steven Moreland
2017-02-16
1
-47
/
+0
|
/
*
RefBase.cpp remove unused include typeinfo
Steven Moreland
2017-02-15
1
-1
/
+0
*
Make __android_log_assert behave more like libc asserts.
Elliott Hughes
2017-02-06
1
-18
/
+4
*
Exporting C++ headers from system/core
Vijay Venkatraman
2017-01-24
48
-0
/
+7650
*
liblog: use log/log.h when utilizing ALOG macros
Mark Salyzyn
2017-01-11
4
-4
/
+4
*
Enable libbase/libutils/libziparchive on host bionic
Dan Willemsen
2016-11-29
1
-0
/
+7
*
system/core: preparation to pull back interfaces from android/log.h
Mark Salyzyn
2016-10-20
2
-0
/
+4
*
Test for _WIN32 in instead of USE_MINGW.
Elliott Hughes
2016-10-05
1
-2
/
+2
*
system/core Replace log/log.h with android/log.h
Mark Salyzyn
2016-09-30
2
-4
/
+4
*
system/core Replace cutils/log.h with android/log.h
Mark Salyzyn
2016-09-30
5
-18
/
+20
*
Merge "Fix more system/core/include warnings"
Colin Cross
2016-09-29
1
-2
/
+0
|
\
|
*
Fix more system/core/include warnings
Colin Cross
2016-09-27
1
-2
/
+0
*
|
Use readdir instead of readdir_r.
Elliott Hughes
2016-09-28
1
-9
/
+2
|
/
*
Fix warnings in libutils headers
Colin Cross
2016-09-22
3
-3
/
+11
*
libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8
Sergio Giro
2016-08-25
3
-16
/
+43
*
Unicode: specify destination length in utf8_to_utf16 methods
Sergio Giro
2016-08-25
3
-32
/
+41
*
Merge "Make RefBase more robust and debuggable"
Hans Boehm
2016-08-24
2
-53
/
+151
|
\
|
*
Make RefBase more robust and debuggable
Hans Boehm
2016-08-13
2
-53
/
+151
*
|
Merge "Improve RefBase documentation, especially for clients."
Hans Boehm
2016-08-10
1
-10
/
+17
|
\
|
|
*
Merge "Improve RefBase documentation, especially for clients."
Hans Boehm
2016-08-10
1
-10
/
+17
|
|
\
|
|
*
Improve RefBase documentation, especially for clients.
Hans Boehm
2016-08-09
1
-10
/
+17
*
|
|
Merge "SharedBuffer: Fix bug in return value of release()"
Greg Kaiser
2016-08-08
1
-2
/
+3
|
\
|
|
|
*
|
SharedBuffer: Fix bug in return value of release()
Greg Kaiser
2016-08-08
1
-2
/
+3
|
|
/
*
|
Merge "Fix race bug in attemptIncStrong"
Hans Boehm
2016-08-04
1
-10
/
+9
|
\
|
[next]