summaryrefslogtreecommitdiff
path: root/libappfuse
AgeCommit message (Expand)Author
2021-02-19[LSC] Add LOCAL_LICENSE_KINDS to system/coreBob Badour
2021-02-16Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core"Elliott Hughes
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to system/coreBob Badour
2020-12-14Update for v5.10 kernel headers.Christopher Ferris
2020-02-18Fix Deadlock Issue On AppFuseBridgehyeeun.jun@samsung.com
2019-05-31Merge "Close /dev/fuse FD before calling onClosed" into qt-devAnton Hansson
2019-05-31Close /dev/fuse FD before calling onClosedAnton Hansson
2019-05-31Fix BridgeEpollController to handles EAGAIN correctlyDaichi Hirono
2018-12-17use epoll_create1(EPOLL_CLOEXEC)Nick Kralevich
2018-03-15Stop using SO_SNDBUFFORCERyo Hashimoto
2018-02-16bpfmt.Elliott Hughes
2017-12-07Merge "Add OWNERS."Elliott Hughes
2017-12-07Add OWNERS.Elliott Hughes
2017-07-25Merge "Remove LOCAL_CLANG and clang: true" am: 80ec81cf4b am: f7b315c985 am: ...Lennart Wieboldt
2017-07-25Merge "Remove LOCAL_CLANG and clang: true" am: 80ec81cf4b am: f7b315c985Lennart Wieboldt
2017-07-25Merge "Remove LOCAL_CLANG and clang: true"Lennart Wieboldt
2017-07-25Remove LOCAL_CLANG and clang: trueLennart Wieboldt
2017-07-14Remove ScopedLogSeverity for debuggingDaichi Hirono
2017-06-23Add volatile to temporary variable.Daichi Hirono
2017-06-23Add volatile to temporary variable.Daichi Hirono
2017-06-20Skip FUSE request from /dev/fuse if unique=0Daichi Hirono
2017-06-12Add more logs for writing failures.Daichi Hirono
2017-05-17Merge "Change the CHECK failure into function failure." into oc-devDaichi Hirono
2017-05-17Merge "Use SO_SNDBUFFORCE instead of SO_SNDBUF" into oc-devDaichi Hirono
2017-05-17Merge "Change the CHECK failure into function failure." into oc-devTreeHugger Robot
2017-05-17Change the CHECK failure into function failure.Daichi Hirono
2017-04-28Use SO_SNDBUFFORCE instead of SO_SNDBUFDaichi Hirono
2017-04-05Merge "Add test config to libappfuse_test" am: dccf5a1dc8 am: 31d4b50cc4Dan Shi
2017-03-31Add test config to libappfuse_testDan Shi
2017-03-31Retry write operation when getting ENOBUFS.Daichi Hirono
2017-03-29Change FuseAppLoop so that it can process messages asynchronously.Daichi Hirono
2017-03-23Enable FuseBridgeLoop to accept new mount point after startingDaichi Hirono
2017-03-23Add FuseMessage::WriteWithBody functionDaichi Hirono
2017-03-15Add new EpollController class.Daichi Hirono
2017-03-14Add ReadOrAgain and WriteOrAgain methods to FuseMessage.Daichi Hirono
2017-02-08Add permission bits to open() with O_CREAT.George Burgess IV
2016-12-12Support SOCK_STREAM for bridge between system and appDaichi Hirono
2016-12-12Fix checks for reading and writing FuseMessage.Daichi Hirono
2016-11-17Remove FuseBridgeLoop class.Daichi Hirono
2016-11-17Stops the loop when all files are closed.Daichi Hirono
2016-11-16Merge "Use FUSE_COMPAT_22_INIT_OUT_SIZE always if available."Treehugger Robot
2016-11-16Use FUSE_COMPAT_22_INIT_OUT_SIZE always if available.Daichi Hirono
2016-11-15Add static assert to check if FuseBuffer is standard layout union.Daichi Hirono
2016-11-15Add FuseAppLoop to libappfuse.Daichi Hirono
2016-10-27Add FuseBridgeLoop to libappfuse.Daichi Hirono
2016-10-27Add utility functions for FUSE.Daichi Hirono