summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sync: Cache knowledge of kernel uapi versionJesse Hall2017-03-081-21/+95
* sync: rename sync/sync.h to android/sync.hJesse Hall2017-02-235-65/+73
* sync: move declarations from sync/sync.h to sync.cJesse Hall2017-02-232-53/+39
* sync: implement sync_file_infoJesse Hall2017-02-232-8/+104
* sync: refactor sync_fence_infoJesse Hall2017-02-231-36/+60
* sync: Add NDK sync.h and libsyncJesse Hall2017-02-235-61/+338
* sync: Use correct type in size calculationJesse Hall2017-02-231-1/+1
* libsync: Replace inserting tuple into unordered_map in favour of pair.mtezych2017-01-301-3/+3
* libsync: tests: redefine PollOnDestroyedTimeline()Gustavo Padovan2017-01-171-2/+1
* libsync: tests: remove WaitOnDestroyedTimeline testGustavo Padovan2017-01-171-27/+0
* libsync: add support to new Sync APIGustavo Padovan2017-01-171-17/+109
* libsync: open new location of sw_sync fileGustavo Padovan2017-01-171-1/+7
* libsync: add new Sync kernel APIGustavo Padovan2017-01-171-0/+60
* libsync: move kernel headers for sync ioctls to sync.hGustavo Padovan2017-01-172-17/+54
* Update for kernel headers v4.8.14.Christopher Ferris2016-12-121-2/+10
* Rely on the platform -std default.Elliott Hughes2016-10-101-1/+0
* Merge "Convert to Android.bp"Treehugger Robot2016-08-293-59/+42
|\
| * Convert to Android.bpDan Willemsen2016-08-263-59/+42
* | Update for kernel headers v4.7.2.Christopher Ferris2016-08-261-1/+15
|/
* libsync: add static library for recoveryGreg Hackmann2016-08-051-0/+12
* libsync: remove unused liblog dependencyGreg Hackmann2016-08-051-2/+0
* Cleanup uses of sprintf so we can deprecate it.George Burgess IV2016-03-071-2/+2
* Fix isValid() condition for libsync testsTom Cherry2015-11-051-2/+2
* Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.Elliott Hughes2015-04-021-1/+0
* Remove uses of libcxx.mk.Dan Albert2015-03-271-1/+0
* Add missing <malloc.h> and <string.h> includes.Elliott Hughes2015-01-281-0/+1
* Add gtest conformance tests for libsync.Riley Andrews2014-10-102-0/+646
* libsync: Turn on -WerrorMark Salyzyn2014-05-211-0/+2
* move sync headers from include to libsyncRom Lemarchand2014-01-034-0/+93
* update libsync to support new timeout semanticsErik Gilling2012-08-211-2/+2
* am 00f06911: am c6620cb3: Merge "Fixing unused param warnings in sync_test"Jean-Baptiste Queru2012-08-211-1/+1
|\
| * Fixing unused param warnings in sync_testEdwin Vane2012-08-131-1/+1
* | libsync: remove linux includes from sync/sync.hJamie Gennis2012-06-191-2/+3
|/
* sync: Add lib sync helper libraryErik Gilling2012-04-183-0/+276