Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
13d78e440ae4cc5527bf7dde6e8ba4e4a7a8738c
/
include
1cfa56d
libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8
by Sergio Giro
· 9 years ago
9de6776
Unicode: specify destination length in utf8_to_utf16 methods
by Sergio Giro
· 8 years ago
daac359
Merge "Make RefBase more robust and debuggable"
by Hans Boehm
· 8 years ago
6322efe
Merge "liblog: add __android_log_close()" am: 812d1c7ea2
by Mark Salyzyn
· 8 years ago
2d562c9
Merge "logger: validate hdr_size field in logger entry" am: fcf7ab8b1b
by Mark Salyzyn
· 8 years ago
812d1c7
Merge "liblog: add __android_log_close()"
by Treehugger Robot
· 8 years ago
fcf7ab8
Merge "logger: validate hdr_size field in logger entry"
by Treehugger Robot
· 8 years ago
8b1f7b5
Merge "libcutils: Add ashmem_valid() function" am: d00c7470ea
by Mark Salyzyn
· 8 years ago
ee43111
libcutils: Add ashmem_valid() function
by Mark Salyzyn
· 8 years ago
df7a4c6
liblog: add __android_log_close()
by Mark Salyzyn
· 8 years ago
305374c
logger: validate hdr_size field in logger entry
by Mark Salyzyn
· 8 years ago
97e3cb7
Merge "Remove process_name.c" am: e5b7ad1c39
by Dmitriy Filchenko
· 8 years ago
1bb49f4
Remove process_name.c
by Dmitriy Filchenko
· 8 years ago
23c857e
Make RefBase more robust and debuggable
by Hans Boehm
· 8 years ago
df6c464
Merge "Improve RefBase documentation, especially for clients." am: 0f39fe22ae
by Hans Boehm
· 8 years ago
0f39fe2
Merge "Improve RefBase documentation, especially for clients."
by Hans Boehm
· 8 years ago
9ba7192
Improve RefBase documentation, especially for clients.
by Hans Boehm
· 8 years ago
4d031d6
Merge "Fix google-explicit-constructor warnings in utils." am: 5b7e3b9a2a
by Chih-Hung Hsieh
· 8 years ago
2a92996
Fix google-explicit-constructor warnings in utils.
by Chih-Hung Hsieh
· 8 years ago
4476929
Merge \"LruCache: avoid copying keys in lookup\" am: 896c6b14ae
by Sergio Giro
· 8 years ago
896c6b1
Merge "LruCache: avoid copying keys in lookup"
by Sergio Giro
· 8 years ago
4c56e0a
LruCache: avoid copying keys in lookup
by Sergio Giro
· 9 years ago
8932be8
Merge \"Remove no-op klog_init.\" am: 5558cd362b
by Elliott Hughes
· 8 years ago
489e3fb
Remove no-op klog_init.
by Elliott Hughes
· 8 years ago
ed1c074
Merge \"Add static UID for the webview zygote process.\" am: 07f5d8cc0c
by Robert Sesek
· 8 years ago
07f5d8c
Merge "Add static UID for the webview zygote process."
by Treehugger Robot
· 8 years ago
3b43562
Merge \"RefBase: Silence compiler warnings\" am: f76ca2a43b
by Greg Kaiser
· 8 years ago
f76ca2a
Merge "RefBase: Silence compiler warnings"
by Treehugger Robot
· 8 years ago
d9885e7
RefBase: Silence compiler warnings
by Greg Kaiser
· 9 years ago
e782a44
Add static UID for the webview zygote process.
by Robert Sesek
· 8 years ago
73d363b
Merge \"Make klog_fd thread-safe and make klog_init a no-op.\" am: 588b770063
by Elliott Hughes
· 9 years ago
588b770
Merge "Make klog_fd thread-safe and make klog_init a no-op."
by Elliott Hughes
· 9 years ago
fcf3ed5
Merge \"Add UIDs for system DNS and tethering DNS\" am: c4dc4f3fc2
by Erik Kline
· 9 years ago
c4dc4f3
Merge "Add UIDs for system DNS and tethering DNS"
by Treehugger Robot
· 9 years ago
b13d0ce
Merge \"logcat: format verbs and adverbs\" am: 82fb012a03
by Mark Salyzyn
· 9 years ago
9cfd1c6
logcat: format verbs and adverbs
by Mark Salyzyn
· 9 years ago
d63cf7d
Add UIDs for system DNS and tethering DNS
by Erik Kline
· 9 years ago
171a829
Make klog_fd thread-safe and make klog_init a no-op.
by Elliott Hughes
· 9 years ago
1c01bae
Merge \"[qemu]: Move qemu_pipe.h from include/system/ directory.\"
by David 'Digit' Turner
· 9 years ago
44b7339
Merge "[qemu]: Move qemu_pipe.h from include/system/ directory."
by David Turner
· 9 years ago
a1d9edf
Merge \"Use __ with attribute __noreturn__ to avoid colliding with noreturn.\"
by Elliott Hughes
· 9 years ago
e0dfd2a
Merge "Use __ with attribute __noreturn__ to avoid colliding with noreturn."
by Treehugger Robot
· 9 years ago
665051c
Use __ with attribute __noreturn__ to avoid colliding with noreturn.
by Elliott Hughes
· 9 years ago
88347e1
Merge changes from topic \'debuggerd_client\' am: abf88685e3
by Josh Gao
· 9 years ago
abf8868
Merge changes from topic 'debuggerd_client'
by Treehugger Robot
· 9 years ago
e1eb227
Merge \"Fix race condition updating local map data.\" am: 863d8e11b9
by Christopher Ferris
· 9 years ago
9c02dc5
debuggerd: add libdebuggerd_client.
by Josh Gao
· 9 years ago
c7b098c
[qemu]: Move qemu_pipe.h from include/system/ directory.
by David 'Digit' Turner
· 9 years ago
3a14004
Fix race condition updating local map data.
by Christopher Ferris
· 9 years ago
771c1ed
Merge "cutils: don\'t fortify property_get on clang." am: 310da0b990
by Josh Gao
· 9 years ago
310da0b
Merge "cutils: don't fortify property_get on clang."
by Treehugger Robot
· 9 years ago
74ebdf3
cutils: don't fortify property_get on clang.
by Josh Gao
· 9 years ago
65d7c47
Merge "Add utility to prepare files in a similar way to directories" into nyc-dev
by Calin Juravle
· 9 years ago
9812105
Add utility to prepare files in a similar way to directories
by Calin Juravle
· 9 years ago
12f788e
Merge "Fix SharedBuffer. Remove aref." am: 069517574e am: 1e081a8c5f
by Hans Boehm
· 9 years ago
54828dc
Fix SharedBuffer. Remove aref.
by Hans Boehm
· 9 years ago
3e4c076
Fix SharedBuffer. Remove aref.
by Hans Boehm
· 9 years ago
70a46d6
Fix memory order and race bugs in Refbase.h & RefBase.cpp
by Hans Boehm
· 9 years ago
fdad5af
Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp" am: 62212954ef
by Hans Boehm
· 9 years ago
6221295
Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp"
by Hans Boehm
· 9 years ago
847d963
Remove a dead header (<netutils/dhcp.h>).
by Elliott Hughes
· 9 years ago
e263e6c
Fix memory order and race bugs in Refbase.h & RefBase.cpp
by Hans Boehm
· 9 years ago
cb4abee
Merge "Don\'t expose ashmem constants on the host." am: 54fed512b9
by Elliott Hughes
· 9 years ago
2a9a993
Merge commit '8b452b876b90dcfff1dab9012b65b5e67c4531a4' into manual_merge_8b452b8
by Michael Wright
· 9 years ago
427c605
Don't expose ashmem constants on the host.
by Elliott Hughes
· 9 years ago
8374276
Move canned_fs_config into libcutils
by Mohamad Ayyash
· 9 years ago
5bacef3
Add String16#contains and strstr16 methods.
by Michael Wright
· 9 years ago
46ae7d3
Merge "Remove <utils/ashmem.h>." am: f9f76146a1 am: ee3202563b
by Elliott Hughes
· 9 years ago
6d7823a
Remove <utils/ashmem.h>.
by Elliott Hughes
· 9 years ago
78440e8
Merge "Change remaining Android logging macros to use C99 varidaic syntax" am: 3abd032
by Treehugger Robot
· 9 years ago
3b0d65a
Change remaining Android logging macros to use C99 varidaic syntax
by Alex Vakulenko
· 9 years ago
2131fd9
Merge "Remove libmincrypt." am: d93e7ca am: 98ab3c0
by Elliott Hughes
· 9 years ago
6b11c13
Remove libmincrypt.
by Elliott Hughes
· 9 years ago
85dd915
Merge "binderwrapper: Resolve ambiguous base::Closure reference" am: 979ce0e
by Treehugger Robot
· 9 years ago
09910f4
binderwrapper: Resolve ambiguous base::Closure reference
by Christopher Wiley
· 9 years ago
fa7c7dd
Merge "Move canned_fs_config into libcutils" into nyc-dev am: 3f28318
by Mohamad Ayyash
· 9 years ago
3f28318
Merge "Move canned_fs_config into libcutils" into nyc-dev
by Mohamad Ayyash
· 9 years ago
8c78858
Move canned_fs_config into libcutils
by Mohamad Ayyash
· 9 years ago
76a9032
Merge "graphics.h: Add android_hdr_t" into nyc-dev am: 1dcf560
by Dan Stoza
· 9 years ago
1dcf560
Merge "graphics.h: Add android_hdr_t" into nyc-dev
by Dan Stoza
· 9 years ago
7f7c1c5
graphics.h: Add android_hdr_t
by Dan Stoza
· 9 years ago
e60b407
Merge "Mutex: Note that STL is generally prefered" into nyc-dev am: a30a626
by Greg Kaiser
· 9 years ago
d62698d
Mutex: Note that STL is generally prefered
by Greg Kaiser
· 9 years ago
8ea3006
Merge "Fix Condition::waitRelative." am: 0d6bb55 am: 9bf8f9e
by Elliott Hughes
· 9 years ago
fd376b9
Fix Condition::waitRelative.
by Elliott Hughes
· 9 years ago
0daf872
Merge "Rename single buffer mode to shared buffer mode" into nyc-dev am: 0e28c1f
by Pablo Ceballos
· 9 years ago
0e28c1f
Merge "Rename single buffer mode to shared buffer mode" into nyc-dev
by Pablo Ceballos
· 9 years ago
42d5a1f
Merge "graphics.h: Add android_color_transform_t" into nyc-dev am: beda52b
by Dan Stoza
· 9 years ago
bb1deda
graphics.h: Add android_color_transform_t
by Dan Stoza
· 9 years ago
b82b279
Merge "Add nvram user." am: 4c9b149
by Mattias Nissler
· 9 years ago
4c9b149
Merge "Add nvram user."
by Mattias Nissler
· 9 years ago
b8e596e
Merge changes If37ef423,If93df3ae,I01b38637 into nyc-dev am: df4e31b
by Mark Salyzyn
· 9 years ago
2b8157d
liblog: add __android_log_pmsg_file_read
by Mark Salyzyn
· 9 years ago
10bdf61
liblog: add __android_log_pmsg_file_write
by Mark Salyzyn
· 9 years ago
864e8e8
liblog: add __android_log_pmsg_file_read
by Mark Salyzyn
· 9 years ago
d4b061b
liblog: add __android_log_pmsg_file_write
by Mark Salyzyn
· 9 years ago
0897ab0
Add nvram user.
by Mattias Nissler
· 9 years ago
248e771
Rename single buffer mode to shared buffer mode
by Pablo Ceballos
· 9 years ago
de6d604
system/core: Make Thread::run threadName argument required am: e71b914775
by Brian Carlstrom
· 9 years ago
e71b914
system/core: Make Thread::run threadName argument required
by Brian Carlstrom
· 9 years ago
Next »