Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-07 | xattr: added passing of a "flags" parameter | Bolshevik | |
Pass the "flags" parameter to the lower layer syscall. This makes Apple applications being able to successfully save data. | |||
2018-04-17 | Improved xattr handling on non-linux systems (#227) | bolshevik | |
* Fixed xattr filtering for MacOS. "system." and "user." prefixes are only relevant for Linux. * Small cleanup and additional tests. |