Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
37514bb907f5a5742460b6d648a154f13bf2c1e9
/
libsync
176ec1b
Replace llndk_library with llndk clause in cc_library
by Colin Cross
· 3 years, 7 months ago
d69ad69
[LSC] Add LOCAL_LICENSE_KINDS to system/core
by Bob Badour
· 3 years, 9 months ago
c3a206c
Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core"
by Elliott Hughes
· 3 years, 9 months ago
187b7d1
[LSC] Add LOCAL_LICENSE_KINDS to system/core
by Bob Badour
· 3 years, 9 months ago
2d30fe4
Remove __ANDROID_API__ guards
by Jiyong Park
· 4 years, 3 months ago
6a2b166
Make the connection between implementation and llndk_library explicit
by Colin Cross
· 4 years, 1 month ago
78fc553
Make libsync a stubs library
by Jooyung Han
· 4 years, 5 months ago
8cb4c48
libsystem/libsync: Update OWNERS
by Marissa Wall
· 4 years, 8 months ago
b2542d2
Rename # vndk tag to # llndk
by Jiyong Park
· 5 years ago
0726be3
Enable native_bridge_support for libsync
by dimitry
· 5 years ago
f32d3df
Merge libsync_recovery rules into libsync.
by Tao Bao
· 6 years ago
9b66330
Make libadf, libsync_recovery recovery_available.
by Jerry Zhang
· 6 years ago
d1c5c5b
NDK: add availability comments to <sync.h>.
by Elliott Hughes
· 6 years ago
d2fec76
Restore the libsync __ANDROID_API__ guard
by Ryan Prichard
· 6 years ago
9d9c91a
Merge "libsync: add __INTRODUCED_IN annotations."
by Elliott Hughes
· 6 years ago
2a35810
libsync: add __INTRODUCED_IN annotations.
by Elliott Hughes
· 6 years ago
82d377b
sync: remove legacy sync info API
by Jesse Hall
· 6 years ago
666f62e
Merge "libsync: OWNERS."
by Treehugger Robot
· 6 years ago
f2570c2
libsync: OWNERS.
by Elliott Hughes
· 6 years ago
eed25df
Revert "sync: remove legacy sync info API"
by Marissa Wall
· 6 years ago
798ba95
sync: remove legacy sync info API
by Jesse Hall
· 7 years ago
2576a43
Remove obsolete sync_test.c
by Jesse Hall
· 6 years ago
55a7671
Add missing @addtogroup tags.
by Dan Albert
· 7 years ago
6832535
Merge "libsync: Add fence info tests"
by Treehugger Robot
· 7 years ago
6822350
libsync: Add fence info tests
by Alexandros Frantzis
· 7 years ago
90a7460
sync: store the num_fences from first SYNC_IOC_FILE_INFO
by Saurabh Shah
· 7 years ago
b87f884
Mark libsync as LL-NDK
by Jiyong Park
· 7 years ago
b5ec6a0
Fix NDK libsync to match ndk/sync.h
by Jesse Hall
· 7 years ago
4ff5ff2
libsync: Fix a double-free.
by George Burgess IV
· 7 years ago
f7b315c
Merge "Remove LOCAL_CLANG and clang: true" am: 80ec81cf4b
by Lennart Wieboldt
· 7 years ago
cd15fc7
Remove LOCAL_CLANG and clang: true
by Lennart Wieboldt
· 7 years ago
9990de1
libsync: vendor_available
by Steven Moreland
· 8 years ago
5bebf84
libsync: ndk: Fix compilation in C mode.
by Alistair Strachan
· 8 years ago
d0b26ed
libsync: vendor_available
by Steven Moreland
· 8 years ago
db9b260
Remove .(ll)ndk suffix from (ll)ndk_library
by Steven Moreland
· 8 years ago
6cd0fc5
sync: Cache knowledge of kernel uapi version
by Jesse Hall
· 8 years ago
41129a2
sync: rename sync/sync.h to android/sync.h
by Jesse Hall
· 8 years ago
b7fdb2a
sync: move declarations from sync/sync.h to sync.c
by Jesse Hall
· 8 years ago
8366616
sync: implement sync_file_info
by Jesse Hall
· 8 years ago
8953082
sync: refactor sync_fence_info
by Jesse Hall
· 8 years ago
081806e
sync: Add NDK sync.h and libsync
by Jesse Hall
· 8 years ago
077ffd5
sync: Use correct type in size calculation
by Jesse Hall
· 8 years ago
380b2f4
libsync: Replace inserting tuple into unordered_map in favour of pair.
by mtezych
· 8 years ago
801492b
libsync: tests: redefine PollOnDestroyedTimeline()
by Gustavo Padovan
· 8 years ago
e468280
libsync: tests: remove WaitOnDestroyedTimeline test
by Gustavo Padovan
· 8 years ago
61ab0d7
libsync: add support to new Sync API
by Gustavo Padovan
· 8 years ago
ffc687b
libsync: open new location of sw_sync file
by Gustavo Padovan
· 8 years ago
6786575
libsync: add new Sync kernel API
by Gustavo Padovan
· 8 years ago
d6bbc5d
libsync: move kernel headers for sync ioctls to sync.h
by Gustavo Padovan
· 8 years ago
1514bb4
Update for kernel headers v4.8.14.
by Christopher Ferris
· 8 years ago
36e0d39
Rely on the platform -std default.
by Elliott Hughes
· 8 years ago
10348cb
Merge "Convert to Android.bp"
by Treehugger Robot
· 8 years ago
f83c792
Update for kernel headers v4.7.2.
by Christopher Ferris
· 8 years ago
194edf7
Convert to Android.bp
by Dan Willemsen
· 8 years ago
d86dd3b
libsync: add static library for recovery
by Greg Hackmann
· 8 years ago
a90aa13
libsync: remove unused liblog dependency
by Greg Hackmann
· 8 years ago
e7aa2b2
Cleanup uses of sprintf so we can deprecate it.
by George Burgess IV
· 9 years ago
a7c7bce
Fix isValid() condition for libsync tests
by Tom Cherry
· 9 years ago
bcc2b5f
Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.
by Elliott Hughes
· 10 years ago
d0a793d
Remove uses of libcxx.mk.
by Dan Albert
· 10 years ago
a744b05
Add missing <malloc.h> and <string.h> includes.
by Elliott Hughes
· 10 years ago
d0d7f6a
Add gtest conformance tests for libsync.
by Riley Andrews
· 10 years ago
af77498
libsync: Turn on -Werror
by Mark Salyzyn
· 10 years ago
ddc20de
move sync headers from include to libsync
by Rom Lemarchand
· 11 years ago
984d357
update libsync to support new timeout semantics
by Erik Gilling
· 12 years ago
a4ad734
am 00f06911: am c6620cb3: Merge "Fixing unused param warnings in sync_test"
by Jean-Baptiste Queru
· 12 years ago
b627968
Fixing unused param warnings in sync_test
by Edwin Vane
· 12 years ago
3be33e4
libsync: remove linux includes from sync/sync.h
by Jamie Gennis
· 12 years ago
196b3a5
sync: Add lib sync helper library
by Erik Gilling
· 13 years ago