summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpfmt.Elliott Hughes2018-02-161-2/+2
* Merge "Add OWNERS."Elliott Hughes2017-12-071-0/+1
|\
| * Add OWNERS.Elliott Hughes2017-12-071-0/+1
* | Merge "Remove LOCAL_CLANG and clang: true" am: 80ec81cf4b am: f7b315c985 am: ...Lennart Wieboldt2017-07-251-1/+0
|\|
| * Merge "Remove LOCAL_CLANG and clang: true" am: 80ec81cf4b am: f7b315c985Lennart Wieboldt2017-07-251-1/+0
| |\
| | * Merge "Remove LOCAL_CLANG and clang: true"Lennart Wieboldt2017-07-251-1/+0
| | |\
| | | * Remove LOCAL_CLANG and clang: trueLennart Wieboldt2017-07-251-1/+0
| * | | Add volatile to temporary variable.Daichi Hirono2017-06-231-1/+3
* | | | Remove ScopedLogSeverity for debuggingDaichi Hirono2017-07-141-3/+0
* | | | Add volatile to temporary variable.Daichi Hirono2017-06-221-1/+3
* | | | Skip FUSE request from /dev/fuse if unique=0Daichi Hirono2017-06-192-1/+9
|/ / /
* / / Add more logs for writing failures.Daichi Hirono2017-06-112-1/+17
|/ /
* | Merge "Change the CHECK failure into function failure." into oc-devDaichi Hirono2017-05-171-1/+6
|\ \
| * \ Merge "Change the CHECK failure into function failure." into oc-devTreeHugger Robot2017-05-161-1/+6
| |\ \
| | * | Change the CHECK failure into function failure.Daichi Hirono2017-05-161-1/+6
* | | | Merge "Use SO_SNDBUFFORCE instead of SO_SNDBUF" into oc-devDaichi Hirono2017-05-171-2/+2
|\| | |
| * | | Use SO_SNDBUFFORCE instead of SO_SNDBUFDaichi Hirono2017-04-281-2/+2
| |/ /
* | | Merge "Add test config to libappfuse_test" am: dccf5a1dc8 am: 31d4b50cc4Dan Shi2017-04-042-0/+27
|\ \ \ | |/ / |/| / | |/
| * Add test config to libappfuse_testDan Shi2017-03-312-0/+27
* | Retry write operation when getting ENOBUFS.Daichi Hirono2017-03-301-21/+30
* | Change FuseAppLoop so that it can process messages asynchronously.Daichi Hirono2017-03-283-227/+277
* | Enable FuseBridgeLoop to accept new mount point after startingDaichi Hirono2017-03-234-77/+389
* | Add FuseMessage::WriteWithBody functionDaichi Hirono2017-03-222-42/+66
* | Add new EpollController class.Daichi Hirono2017-03-153-0/+117
* | Add ReadOrAgain and WriteOrAgain methods to FuseMessage.Daichi Hirono2017-03-135-90/+148
|/
* Add permission bits to open() with O_CREAT.George Burgess IV2017-02-091-1/+1
* Support SOCK_STREAM for bridge between system and appDaichi Hirono2016-12-113-31/+64
* Fix checks for reading and writing FuseMessage.Daichi Hirono2016-12-112-13/+27
* Remove FuseBridgeLoop class.Daichi Hirono2016-11-162-23/+8
* Stops the loop when all files are closed.Daichi Hirono2016-11-162-4/+28
* Merge "Use FUSE_COMPAT_22_INIT_OUT_SIZE always if available."Treehugger Robot2016-11-152-11/+6
|\
| * Use FUSE_COMPAT_22_INIT_OUT_SIZE always if available.Daichi Hirono2016-11-152-11/+6
* | Add static assert to check if FuseBuffer is standard layout union.Daichi Hirono2016-11-142-16/+26
* | Add FuseAppLoop to libappfuse.Daichi Hirono2016-11-1410-49/+678
|/
* Add FuseBridgeLoop to libappfuse.Daichi Hirono2016-10-277-8/+336
* Add utility functions for FUSE.Daichi Hirono2016-10-264-0/+425