Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
48a348183f5f4478ca5b0ca2059fa829648fc090
/
include
/
cutils
b34e4a0
libcutils/fastboot: improve multi-buffer write.
by David Pursell
· 9 years ago
8385fb2
libcutils: add multi-buffer socket send.
by David Pursell
· 9 years ago
756e1c8
libcutils: add socket_get_local_port().
by David Pursell
· 9 years ago
572bce2
fastboot: use cutils socket functions.
by David Pursell
· 9 years ago
0eb8e1b
libcutils: share Windows networking code.
by David Pursell
· 9 years ago
c314b2b
cutils: trace: add DATABASE tag
by Greg Hackmann
· 10 years ago
fcdd7ea
am 7b0bdec4: Merge "Add a tag for tracing system server."
by Yasuhiro Matsuda
· 9 years ago
7b0bdec
Merge "Add a tag for tracing system server."
by Yasuhiro Matsuda
· 9 years ago
78d632a
am 38f4a139: am 532e6cde: Merge "libcutils: cleanups for -fsanitize=integer"
by Nick Kralevich
· 9 years ago
7390478
libcutils: cleanups for -fsanitize=integer
by Nick Kralevich
· 9 years ago
715f463
Add a tag for tracing system server.
by Yasuhiro Matsuda
· 9 years ago
9492722
am 1f6204a8: am 6782ca0b: Merge "Add a trace constant for PackageManager"
by Todd Kennedy
· 9 years ago
da106ad
Add a trace constant for PackageManager
by Todd Kennedy
· 9 years ago
c6dbc85
am 42dbc4b1: am 44443bea: Merge "Use _WIN32 rather than HAVE_WINSOCK."
by Elliott Hughes
· 9 years ago
adbf442
Use _WIN32 rather than HAVE_WINSOCK.
by Elliott Hughes
· 9 years ago
5937a86
am 1f76c1ab: am 9727a6a0: Merge "Report getaddrinfo failures correctly."
by Elliott Hughes
· 9 years ago
381cfa9
Report getaddrinfo failures correctly.
by Elliott Hughes
· 9 years ago
7c842b5
am ab64465d: am 0e3ce82b: Merge "Use fsck.f2fs -a instead of -f for faster boot"
by Yusuke Sato
· 9 years ago
0df0827
Use fsck.f2fs -a instead of -f for faster boot
by Yusuke Sato
· 9 years ago
b769c8d
add cpuset support to libcutils
by Tim Murray
· 9 years ago
cd206b3
Fix gettid() on Windows.
by Dan Albert
· 10 years ago
b3a36ca
Fix gettid() on Windows.
by Dan Albert
· 10 years ago
d5ff3e9
Remove dead code.
by Elliott Hughes
· 10 years ago
e886ba9
Remove a declaration for an unimplemented function.
by Elliott Hughes
· 10 years ago
0e2d601
Merge "Revert "cutils: add OS-independent endian.h""
by Greg Hackmann
· 10 years ago
bf7f28a
Revert "cutils: add OS-independent endian.h"
by Greg Hackmann
· 10 years ago
88e0344
Merge "cutils: add OS-independent endian.h"
by Greg Hackmann
· 10 years ago
c3bac8b
cutils: add OS-independent endian.h
by Greg Hackmann
· 10 years ago
a8ac32c
Move trace.h to stdatomic.
by Yabin Cui
· 10 years ago
edc49d7
Just use snprintf for android_get_control_socket.
by Elliott Hughes
· 10 years ago
2040031
Be more intention-revealing with libcutils' strlcpy.
by Elliott Hughes
· 10 years ago
af98efb
Move all libcutils tests into the gtests.
by Elliott Hughes
· 10 years ago
0c266ef
Merge "Define atrace_* functions for both target and host."
by Richard Uhler
· 10 years ago
da40c00
Log more timing information from init.
by Elliott Hughes
· 10 years ago
7d451ab
Define atrace_* functions for both target and host.
by Richard Uhler
· 10 years ago
fc3576f
Fix mac sdk build.
by Christopher Ferris
· 10 years ago
7dfb61d
Move gettid() into libcutils.
by Dan Albert
· 10 years ago
0068da6
android_reboot should take a const char*.
by Elliott Hughes
· 10 years ago
4a6e5a3
Kill HAVE_PTHREADS.
by Yabin Cui
· 10 years ago
9774df6
Move 32 bit/64 bit check into debuggerd.
by Christopher Ferris
· 10 years ago
f21717c
Remove unused cruft from libcutils.
by Elliott Hughes
· 10 years ago
9f72ef8
Merge "Extend to receive NFLOG packets."
by Jeff Sharkey
· 10 years ago
fa41e0f
Add timed versions of stack dumping functions.
by Christopher Ferris
· 10 years ago
9a20e67
Extend to receive NFLOG packets.
by Jeff Sharkey
· 10 years ago
ae52165
Remove HAVE_LIBC_SYSTEM_PROPERTIES and HAVE_SYSTEM_PROPERTY_SERVER.
by Elliott Hughes
· 10 years ago
3906c85
You either have winsock or <sys/sockets.h>.
by Elliott Hughes
· 10 years ago
c3914d2
Remove atomic-inline.h.
by Elliott Hughes
· 10 years ago
e9ca709
Remove the error-prone TARGET_CPU_SMP from system/core.
by Elliott Hughes
· 10 years ago
c566489
Second attempt to "Rewrite atomic.h to use stdatomic.h."
by Hans Boehm
· 10 years ago
c37387a
am 07f1300c: am 7979f1ce: Merge "Do not inline rarely used trace function bodies."
by Chih-Hung Hsieh
· 10 years ago
2d3150e
Do not inline rarely used trace function bodies.
by Chih-Hung Hsieh
· 10 years ago
f381920
am 072877af: am 41198eea: Merge "Revert "Rewrite atomic.h to use stdatomic.h.""
by Hans Boehm
· 10 years ago
2789faa
Revert "Rewrite atomic.h to use stdatomic.h."
by Hans Boehm
· 10 years ago
954fc61
am f5204549: am 028928fe: Merge "Rewrite atomic.h to use stdatomic.h."
by Hans Boehm
· 10 years ago
cb344d4
Rewrite atomic.h to use stdatomic.h.
by Hans Boehm
· 10 years ago
6bcc4ac
Use the correct debuggerd given the tid.
by Christopher Ferris
· 10 years ago
07bb3f1
am 07dda6b5: Merge "Use the correct debuggerd given the tid." into lmp-dev
by Christopher Ferris
· 10 years ago
a9fa7b8
Use the correct debuggerd given the tid.
by Christopher Ferris
· 10 years ago
cad56b6
Remove android_... store_barriers and 64-bit atomics.
by Hans Boehm
· 10 years ago
d034eb1
am 424eaece: am 69001e08: Merge "Remove android_... store_barriers and 64-bit atomics."
by Hans Boehm
· 10 years ago
9959ed9
Remove android_... store_barriers and 64-bit atomics.
by Hans Boehm
· 10 years ago
176fe90
am 4592d73e: am a59b6ac6: Merge "Only the Mac doesn\'t have open_memstream."
by Elliott Hughes
· 10 years ago
a59b6ac
Merge "Only the Mac doesn't have open_memstream."
by Elliott Hughes
· 10 years ago
3ff8888
Only the Mac doesn't have open_memstream.
by Elliott Hughes
· 10 years ago
3601abb
am f7e88e51: am 373c7758: Merge "There\'s no non-SMP LP64."
by Elliott Hughes
· 10 years ago
901c900
There's no non-SMP LP64.
by Elliott Hughes
· 10 years ago
de4d921
Add trace tag for power management.
by Jeff Brown
· 10 years ago
2befa73
Remove <cutils/tztime.h>.
by Elliott Hughes
· 10 years ago
f2e4b41
Remove <cutils/tztime.h>.
by Elliott Hughes
· 10 years ago
b14f65c
Do not typedef char16_t if it is a keyword.
by Hans Boehm
· 10 years ago
dfdbe61
Do not typedef char16_t if it is a keyword.
by Hans Boehm
· 10 years ago
5af7877
Add comment to discourage use of cutils/atomic.h.
by Hans Boehm
· 10 years ago
4b9f899
am e6b0c566: am 981dcd79: Merge "Add comment to discourage use of cutils/atomic.h."
by Hans Boehm
· 10 years ago
e6d567b
am 8e1f3f58: am 2c2fdae7: am 633be1f3: Merge "Remove android_atomic_swap from mips & mips64."
by Elliott Hughes
· 10 years ago
7688ef0
am bad62c53: am ba467827: am 29705171: Merge "[MIPS64] add atomic-mips64"
by Elliott Hughes
· 10 years ago
a74680f
Remove android_atomic_swap from mips & mips64.
by Elliott Hughes
· 10 years ago
2970517
Merge "[MIPS64] add atomic-mips64"
by Elliott Hughes
· 10 years ago
d8f2a8d
cutils: Add property_get_bool, _get_int32, _get_int64
by Igor Murashkin
· 11 years ago
84c3e99
[MIPS64] add atomic-mips64
by Duane Sand
· 11 years ago
540a184
am b3697ec2: am c752d6dd: am bf082ffb: Merge "Updated trace.h to recognize ATRACE_TAG_BIONIC."
by Elliott Hughes
· 10 years ago
bf082ff
Merge "Updated trace.h to recognize ATRACE_TAG_BIONIC."
by Elliott Hughes
· 10 years ago
8c82b35
Updated trace.h to recognize ATRACE_TAG_BIONIC.
by Brigid Smith
· 10 years ago
881c89c
am 7aa8cdfb: am 21157abc: am 8814bd1d: Merge "include: cleanup for -Wsystem-header"
by Mark Salyzyn
· 10 years ago
4887842
include: cleanup for -Wsystem-header
by Mark Salyzyn
· 10 years ago
2594f0f
am 2113474a: am 17c3a227: am 617c28b8: Merge "Fix list_for_each_safe macro"
by Colin Cross
· 10 years ago
795e59b
am fcc81e3c: am 184eecf0: am 4ecbda41: Merge "Add list_add_head to libcutils"
by Colin Cross
· 10 years ago
617c28b
Merge "Fix list_for_each_safe macro"
by Colin Cross
· 10 years ago
4ecbda4
Merge "Add list_add_head to libcutils"
by Colin Cross
· 10 years ago
3edc252
am b42f1413: am 0e71e3ab: am 9cae50b3: Merge "Bound the ADB connect time with a non-blocking connect"
by Elliott Hughes
· 10 years ago
aecc6a6
Bound the ADB connect time with a non-blocking connect
by Ken Lierman
· 11 years ago
f8a1089
Add list_add_head to libcutils
by Samuel Ortiz
· 11 years ago
8cc7427
Fix list_for_each_safe macro
by Thierry Escande
· 11 years ago
84a445b
am 29941ec8: am f8db4afb: am ab3d49b0: Merge "Use the si_code value bionic passes us."
by Elliott Hughes
· 11 years ago
855fcc3
Use the si_code value bionic passes us.
by Elliott Hughes
· 11 years ago
d4507e9
cutils: Add property_get_bool, _get_int32, _get_int64
by Igor Murashkin
· 11 years ago
55c6407
Adding a handy predicate function (str_parms_has_key()
by Paul McLean
· 11 years ago
2583dec
am 3f4855c1: am 46f3ebba: am 28171447: Merge "cutils: trace 64-bit compile issues"
by Mark Salyzyn
· 11 years ago
a459d0b
cutils: trace 64-bit compile issues
by Mark Salyzyn
· 11 years ago
665902e
am db480f75: am 6a58c4f3: am 33e86e00: Merge "libcutils: add method to get klog level"
by Alex Ray
· 11 years ago
157e1b6
libcutils: add method to get klog level
by Alex Ray
· 11 years ago
Next »