Age | Commit message (Expand) | Author |
2020-05-09 | Update README for v1.8.0 releasev1.8.0 | Jakob Unterwurzacher |
2020-05-03 | Documentation: update performance.txt | Jakob Unterwurzacher |
2020-05-03 | go mod: update dependencies | Jakob Unterwurzacher |
2020-05-03 | build-without-openssl.bash: suppress "not a dynamic executable" message | Jakob Unterwurzacher |
2020-05-03 | inomap: fix TestSpill bit check | Jakob Unterwurzacher |
2020-05-03 | inomap: fix spillBit not set on 2nd hit | Jakob Unterwurzacher |
2020-05-03 | inomap: remove leftover debug output | Jakob Unterwurzacher |
2020-05-03 | fusefrontend_reverse: use inomap for inode number translation | Jakob Unterwurzacher |
2020-05-03 | tests: reverse: add inode mapping test (TestVirtualFileIno) | Jakob Unterwurzacher |
2020-04-19 | inomap: comment constants | Jakob Unterwurzacher |
2020-04-19 | inomap: rework logic to efficiently support flags | Jakob Unterwurzacher |
2020-04-19 | inomap: add benchmark | Jakob Unterwurzacher |
2020-04-18 | build.bash: handle missing git tags | Jakob Unterwurzacher |
2020-04-18 | build.bash: don't enable -buildmode=pie for static builds | Jakob Unterwurzacher |
2020-04-18 | nametransform: update comment & simplify tests | Jakob Unterwurzacher |
2020-04-13 | Prefer Go stdlib aes-gcm on arm64 with aes instructions | Jakob Unterwurzacher |
2020-04-13 | travis: fix Go Modules build problems | Jakob Unterwurzacher |
2020-04-13 | build.bash: use GOFLAGS -trimpath and enable PIE | Jakob Unterwurzacher |
2020-04-13 | Convert build and packaging scripts to Go Modules | Jakob Unterwurzacher |
2020-04-13 | dep: migrate to Go Modules | Jakob Unterwurzacher |
2020-04-13 | shellcheck: make top-level bash scripts warning-free | Jakob Unterwurzacher |
2020-04-13 | build.bash: append branch name != master | Jakob Unterwurzacher |
2020-04-13 | speed: show gocryptfs version | Jakob Unterwurzacher |
2020-04-13 | inomap: split into separate package | Jakob Unterwurzacher |
2020-04-13 | speed: add XChaCha20-Poly1305-Go | Jakob Unterwurzacher |
2020-04-07 | Update manpage examples | Oscar |
2020-02-29 | crossbuild.bash: set GOARM=7 | Jakob Unterwurzacher |
2020-02-29 | speed: add code comments | Jakob Unterwurzacher |
2020-02-29 | tests: test xattr acls | Jakob Unterwurzacher |
2020-02-29 | fusefrontend: drop xattr user namespace restriction | Jakob Unterwurzacher |
2020-02-28 | Show undecryptable filenames if they match supplied glob | orcas |
2020-02-15 | README: update changelog | Jakob Unterwurzacher |
2020-02-15 | tests: randomize data in testWriteN | Jakob Unterwurzacher |
2020-02-15 | performance.txt: update result for governor = performance | Jakob Unterwurzacher |
2020-02-15 | contentenc: encryptBlocksParallel: explain why last part runs in new goroutine | Jakob Unterwurzacher |
2020-02-15 | main: respect GOMAXPROCS environment variable | Jakob Unterwurzacher |
2020-02-15 | merge prefer_openssl package into stupidgcm | Jakob Unterwurzacher |
2020-02-15 | contentenc: move parallel encryption into encryptBlocksParallel | Jakob Unterwurzacher |
2020-02-15 | README: Raw64 change should be bold | Jakob Unterwurzacher |
2020-02-15 | Add contrib/cleanup-tmp-mounts.sh | Jakob Unterwurzacher |
2020-01-25 | tests: cli: add TestSymlinkedCipherdir | Jakob Unterwurzacher |
2020-01-14 | main: haveFusermount2: respect PATH environment variable | Jakob Unterwurzacher |
2019-12-29 | Travis CI: upgrade from Ubuntu 16.04 "Xenial" to Ubuntu 18.04 "Bionic" | Jakob Unterwurzacher |
2019-12-29 | Travis CI: clean up Go versions | Jakob Unterwurzacher |
2019-12-28 | main: detect fusermount3 and don't add `nonempty` | Jakob Unterwurzacher |
2019-12-28 | remove Trezor support | Pavol Rusnak |
2019-12-24 | Fix "go get" failure | Jakob Unterwurzacher |
2019-11-17 | MANPAGE: describe how to unmount, and that default options are fine | Jakob Unterwurzacher |
2019-11-16 | fs: add uint64 cast to fix Darwin build | Jakob Unterwurzacher |
2019-11-16 | fusefrontend: use inummap | Jakob Unterwurzacher |