Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-11 | v2api: fix TestOpenBackingDir | Jakob Unterwurzacher | |
2019-01-01 | fusefrontend: make openBackingDir() symlink-safe | Jakob Unterwurzacher | |
openBackingDir() used encryptPath(), which is not symlink-safe itself. Drop encryptPath() and implement our own directory walk. Adds three seconds to untar and two seconds to rm: $ ./benchmark.bash Testing gocryptfs at /tmp/benchmark.bash.MzG: gocryptfs v1.6-36-g8fb3c2f-dirty; go-fuse v20170619-66-g6df8ddc; 2018-10-14 go1.11 WRITE: 262144000 bytes (262 MB, 250 MiB) copied, 1.25078 s, 210 MB/s READ: 262144000 bytes (262 MB, 250 MiB) copied, 1.0318 s, 254 MB/s UNTAR: 20.941 MD5: 11.568 LS: 1.638 RM: 5.337 | |||
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. | |||
2018-03-25 | fusefrontend: add xattr support | Jakob Unterwurzacher | |
At the moment, only for reverse mode. https://github.com/rfjakob/gocryptfs/issues/217 |