Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test config to libappfuse_test | Dan Shi | 2017-03-31 | 2 | -0/+27 |
* | Add permission bits to open() with O_CREAT. | George Burgess IV | 2017-02-08 | 1 | -1/+1 |
* | Support SOCK_STREAM for bridge between system and app | Daichi Hirono | 2016-12-12 | 3 | -31/+64 |
* | Fix checks for reading and writing FuseMessage. | Daichi Hirono | 2016-12-12 | 2 | -13/+27 |
* | Remove FuseBridgeLoop class. | Daichi Hirono | 2016-11-17 | 2 | -23/+8 |
* | Stops the loop when all files are closed. | Daichi Hirono | 2016-11-17 | 2 | -4/+28 |
* | Merge "Use FUSE_COMPAT_22_INIT_OUT_SIZE always if available." | Treehugger Robot | 2016-11-16 | 2 | -11/+6 |
|\ | |||||
| * | Use FUSE_COMPAT_22_INIT_OUT_SIZE always if available. | Daichi Hirono | 2016-11-16 | 2 | -11/+6 |
* | | Add static assert to check if FuseBuffer is standard layout union. | Daichi Hirono | 2016-11-15 | 2 | -16/+26 |
* | | Add FuseAppLoop to libappfuse. | Daichi Hirono | 2016-11-15 | 10 | -49/+678 |
|/ | |||||
* | Add FuseBridgeLoop to libappfuse. | Daichi Hirono | 2016-10-27 | 7 | -8/+336 |
* | Add utility functions for FUSE. | Daichi Hirono | 2016-10-27 | 4 | -0/+425 |