Age | Commit message (Expand) | Author |
2022-01-04 | test.bash: disable parallelism in verbose mode | Jakob Unterwurzacher |
2021-12-08 | test.bash, crossbuild: catch MacOS test build failures | Jakob Unterwurzacher |
2021-09-10 | test.bash: call out if build-without-openssl.bash failed | Jakob Unterwurzacher |
2021-09-07 | test.bash: only check go files for naked panic | Jakob Unterwurzacher |
2021-09-01 | *: fix spelling | a1346054 |
2021-09-01 | shell scripts: fix shellcheck warnings | a1346054 |
2021-08-19 | Fix issues found by "go vet" | Jakob Unterwurzacher |
2021-03-12 | tests: add TestDiskFull | Jakob Unterwurzacher |
2021-02-06 | syscallcompat: MknodatUser: work around changed syscall.Setgroups semantics | Jakob Unterwurzacher |
2020-04-13 | travis: fix Go Modules build problems | Jakob Unterwurzacher |
2020-04-13 | Convert build and packaging scripts to Go Modules | Jakob Unterwurzacher |
2020-04-13 | shellcheck: make top-level bash scripts warning-free | Jakob Unterwurzacher |
2019-10-06 | test.bash: export TMPDIR | Jakob Unterwurzacher |
2019-10-06 | tests: use /var/tmp by default | Jakob Unterwurzacher |
2019-05-01 | tests: split testParentDir by UID | Jakob Unterwurzacher |
2019-03-31 | test.bash: pass flags on to "go vet" | Jakob Unterwurzacher |
2019-03-02 | Go 1.12 dropped "go tool vet", use "go vet" instead | Jakob Unterwurzacher |
2018-10-10 | tests: respect TMPDIR if set | Jakob Unterwurzacher |
2018-07-01 | main: replace naked panic with log.Panic | Jakob Unterwurzacher |
2018-03-06 | tests: exit with error if we have leftover filesystems | Jakob Unterwurzacher |
2018-03-06 | tests: macos: try to unmount before rm -Rf | Jakob Unterwurzacher |
2018-03-05 | macos: tests: fix deleting of scratch dir | Jakob Unterwurzacher |
2018-03-05 | test.bash: Don't build with openssl if we were passed "-tags without_openssl" | Jakob Unterwurzacher |
2018-03-05 | test-without-openssl: accept extra args | Jakob Unterwurzacher |
2018-03-05 | test.bash: skip flock if not available | Jakob Unterwurzacher |
2018-02-26 | test.bash: disable result caching | Jakob Unterwurzacher |
2017-11-12 | test.bash: don't run "go tool vet" if vendor dir exists | Jakob Unterwurzacher |
2017-10-22 | Revert "test.bash: use "go vet" instead of "go tool vet"" | Jakob Unterwurzacher |
2017-10-22 | test.bash: use "go vet" instead of "go tool vet" | Jakob Unterwurzacher |
2017-04-30 | golint.bash: fix exit codes | Jakob Unterwurzacher |
2017-03-05 | test.bash: execute build-without-openssl.bash instead of sourcing it | Jakob Unterwurzacher |
2017-02-17 | tests.bash: OSX compat: use "flock -n" and skip openssl build | Jakob Unterwurzacher |
2017-02-16 | tests: OSX compat: use "mount" command instead of /proc/mounts | Jakob Unterwurzacher |
2017-02-15 | OSX compat: replace fusermount calls with fuse-unmount.bash | Jakob Unterwurzacher |
2017-01-03 | test.bash: don't let the test process inherit the lock file | Jakob Unterwurzacher |
2016-12-10 | test.bash: call vet early | Jakob Unterwurzacher |
2016-12-10 | stupidgcm: Fix without_openssl build failure | Jakob Unterwurzacher |
2016-12-10 | test.bash: check for naked "panic()" calls | Jakob Unterwurzacher |
2016-11-26 | test.bash: lock against multiple parallel incovations | Jakob Unterwurzacher |
2016-10-08 | tests: unmount leftover filesystems before starting the tests | Jakob Unterwurzacher |
2016-10-04 | tests: skip "go tool vet" if the command is not available | Jakob Unterwurzacher |
2016-09-25 | tests: enable all go vet checks | Jakob Unterwurzacher |
2016-09-25 | reverse: add gcmsiv flag and associated tests | Jakob Unterwurzacher |
2016-06-30 | test: split up integration_tests | Jakob Unterwurzacher |
2016-04-10 | Fix "go tool vet -shadow=true" warnings | Jakob Unterwurzacher |
2016-02-06 | test.bash: Accept flags | Jakob Unterwurzacher |
2016-02-06 | Fix tests - were broken by the refactoring | Jakob Unterwurzacher |
2016-02-06 | Major refactoring: Split up "cryptfs" into several internal packages | Jakob Unterwurzacher |
2016-01-09 | Make test.bash work when called from outside the gocryptfs directory | Jakob Unterwurzacher |
2015-11-12 | tests: move integration tests to separate directory | Jakob Unterwurzacher |