Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-23 | tests/matrix: add -xchacha test | Jakob Unterwurzacher | |
2021-08-23 | go mod: declare module version v2 | Jakob Unterwurzacher | |
Our git version is v2+ for some time now, but go.mod still declared v1. Hopefully making both match makes https://pkg.go.dev/github.com/rfjakob/gocryptfs/v2 work. All the import paths have been fixed like this: find . -name \*.go | xargs sed -i s%github.com/rfjakob/gocryptfs/%github.com/rfjakob/gocryptfs/v2/% | |||
2019-01-06 | tests: check that fallocate does not over-allocate space | Jakob Unterwurzacher | |
We currently allocate 18 bytes too much: https://github.com/rfjakob/gocryptfs/issues/311 | |||
2019-01-06 | tests: move fallocate tests to its own file | Jakob Unterwurzacher | |
matrix_test.go is already too big. |