Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-01 | *: trim trailing whitespace | a1346054 | |
2021-09-01 | shell scripts: fix shellcheck warnings | a1346054 | |
2021-08-24 | benchmark.bash: add -xchacha support | Jakob Unterwurzacher | |
2020-04-13 | shellcheck: make top-level bash scripts warning-free | Jakob Unterwurzacher | |
And run shellcheck in test.bash. | |||
2019-09-21 | benchmark.bash: drop hardcoded encfs path | Jakob Unterwurzacher | |
2019-03-31 | benchmark.bash: add support for go-fuse loopback | Jakob Unterwurzacher | |
Make testing the performance of the new nodefs API easier https://github.com/hanwen/go-fuse/pull/280 | |||
2018-02-06 | benchmark.bash: print tested version | Jakob Unterwurzacher | |
2017-07-27 | fusefrontend_reverse: return ENOENT for undecryptable names | Jakob Unterwurzacher | |
This was working until DecryptName switched to returning EBADMSG instead of EINVAL. Add a test to catch the regression next time. | |||
2017-06-11 | benchmark.bash: add dd-only mode, enable via "-dd" | Jakob Unterwurzacher | |
Allows for quickly testing the streaming write throughput. | |||
2017-02-15 | OSX compat: replace fusermount calls with fuse-unmount.bash | Jakob Unterwurzacher | |
Mac OS X does not have fusermount and uses umount instead. The fuse-unmount.bash calls the appropriate command. | |||
2016-12-13 | benchmark.bash: reject "-openssl" option for encfs mode | Jakob Unterwurzacher | |
2016-12-13 | benchmark.bash: add proper argument handling | Jakob Unterwurzacher | |
2016-12-10 | benchmark.bash: add comments to show how to force openssl usage | Jakob Unterwurzacher | |
2016-11-23 | benchmark.bash: allow to specify directory | Jakob Unterwurzacher | |
2016-07-16 | tests: factor out fs-agnostic benchmark script | Jakob Unterwurzacher | |
"canonical-benchmarks.bash TESTDIR" can now be used on any filesystem. | |||
2016-07-11 | tests: add encfs support to benchmark.bash and extractloop.bash | Jakob Unterwurzacher | |
Pass "-encfs" to test encfs instead of gocryptfs. | |||
2016-01-23 | Show new benchmark.bash in README | Jakob Unterwurzacher | |
The old benchmark is in benchmark-builtin.bash. renamed: benchmarks-builtin.bash -> benchmark-builtin.bash renamed: benchmarks-external.bash -> benchmark.bash | |||
2016-01-23 | renamed: benchmark.bash -> benchmarks-builtin.bash | Jakob Unterwurzacher | |
2015-11-12 | tests: move integration tests to separate directory | Jakob Unterwurzacher | |
Also, use new "-defaultonly" flag for benchmarks (only tests with openssl=true plaintextnames=false) | |||
2015-10-11 | Fix helper scripts for new top-level path | Jakob Unterwurzacher | |
2015-10-05 | Move main binary to gocryptfs_main | Jakob Unterwurzacher | |
That way the wrapper shell script can be named just "gocryptfs" | |||
2015-10-04 | tests: simplify names | Jakob Unterwurzacher | |
main_test_tmp -> tmp main_benchmark.bash -> benchmark.bash |