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
/
libutils
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
|
|
*
Merge "Fix race bug in attemptIncStrong"
Hans Boehm
2016-08-04
1
-10
/
+9
|
|
\
|
|
*
Fix race bug in attemptIncStrong
Hans Boehm
2016-07-29
1
-10
/
+9
*
|
|
Merge \"Fix google-explicit-constructor warnings in system/core.\"
Chih-Hung Hsieh
2016-07-29
3
-3
/
+3
|
\
|
|
|
*
|
Fix google-explicit-constructor warnings in system/core.
Chih-Hung Hsieh
2016-07-26
3
-3
/
+3
|
|
/
*
|
Merge \"LruCache: avoid copying keys in lookup\"
Sergio Giro
2016-07-20
1
-0
/
+18
|
\
|
|
*
LruCache: avoid copying keys in lookup
Sergio Giro
2016-07-20
1
-0
/
+18
*
|
Merge \"Add test for RefBase etc.\"
Hans Boehm
2016-07-14
4
-2
/
+199
|
\
|
|
*
Add test for RefBase etc.
Hans Boehm
2016-07-13
4
-2
/
+199
*
|
Merge \"libutils: Limit integer sanitize to target only\"
Dan Willemsen
2016-07-13
1
-3
/
+4
|
\
|
|
*
libutils: Limit integer sanitize to target only
Dan Willemsen
2016-07-13
1
-3
/
+4
*
|
resolve merge conflicts of 41e82a3 to stage-aosp-master
Colin Cross
2016-07-12
4
-173
/
+164
|
\
|
|
*
Convert libbacktrace, libutils to Soong
Dan Willemsen
2016-07-12
4
-176
/
+167
*
|
Merge "Fix SharedBuffer. Remove aref." am: 069517574e
Hans Boehm
2016-05-23
2
-14
/
+24
|
\
|
|
*
Fix SharedBuffer. Remove aref.
Hans Boehm
2016-05-23
2
-14
/
+24
*
|
Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp" am: 62212954ef
Hans Boehm
2016-05-19
1
-58
/
+140
|
\
|
|
*
Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp"
Hans Boehm
2016-05-19
1
-58
/
+140
|
|
\
|
|
*
Fix memory order and race bugs in Refbase.h & RefBase.cpp
Hans Boehm
2016-05-17
1
-58
/
+140
*
|
|
Merge "Fix strstr16." into nyc-dev
Michael Wright
2016-05-17
1
-1
/
+2
|
\
\
\
|
*
|
|
Fix strstr16.
Michael Wright
2016-05-16
1
-1
/
+2
*
|
|
|
Merge "SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux...
Greg Hackmann
2016-05-16
1
-28
/
+9
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge "SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux"
Treehugger Robot
2016-05-16
1
-28
/
+9
|
|
\
\
\
|
|
*
|
|
SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux
Greg Hackmann
2016-05-02
1
-28
/
+9
*
|
|
|
|
Merge "SystemClock: add test" am: 282e8fb037
Greg Hackmann
2016-05-16
2
-0
/
+75
|
\
|
|
|
|
|
*
|
|
|
Merge "SystemClock: add test"
Treehugger Robot
2016-05-16
2
-0
/
+75
|
|
\
|
|
|
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
SystemClock: add test
Greg Hackmann
2016-05-02
2
-0
/
+75
*
|
|
|
Merge commit '8b452b876b90dcfff1dab9012b65b5e67c4531a4' into manual_merge_8b4...
Michael Wright
2016-05-16
3
-3
/
+66
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Add String16#contains and strstr16 methods.
Michael Wright
2016-05-09
3
-3
/
+66
*
|
|
|
Merge "Fix google-explicit-constructor warnings." am: 7bdd6a8b5a
Chih-hung Hsieh
2016-04-30
1
-1
/
+1
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Fix google-explicit-constructor warnings.
Chih-Hung Hsieh
2016-04-29
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge "Remove debugging code for a fixed 3.6 kernel bug." am: af61acc
Elliott Hughes
2016-04-09
1
-71
/
+6
|
\
|
|
|
*
|
Remove debugging code for a fixed 3.6 kernel bug.
Elliott Hughes
2016-04-04
1
-71
/
+6
*
|
|
system/core: Make Thread::run threadName argument required
Brian Carlstrom
2016-03-14
2
-2
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
system/core: Make Thread::run threadName argument required
Brian Carlstrom
2016-03-12
2
-2
/
+4
|
*
|
Fix windows 64-bit builds
Dan Willemsen
2016-02-25
2
-4
/
+2
*
|
|
Merge "Cleanup uses of sprintf so we can deprecate it." am: 2c5b89a64a
George Burgess IV
2016-03-08
1
-5
/
+10
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Cleanup uses of sprintf so we can deprecate it.
George Burgess IV
2016-03-07
1
-5
/
+10
*
|
|
Merge "system/core/lib[c]utils: Fix signedness comparison warnings." am: bba2...
James Hawkins
2016-03-01
1
-2
/
+2
|
\
|
|
|
*
|
system/core/lib[c]utils: Fix signedness comparison warnings.
James Hawkins
2016-03-01
1
-2
/
+2
[next]