Age | Commit message (Expand) | Author |
2020-05-24 | contrib: add sshfs-benchmark.bash | Jakob Unterwurzacher |
2020-05-23 | syscallcompat: getdents: retry on EINTR | Jakob Unterwurzacher |
2020-05-17 | dircache: increase cache size & lifetime | Jakob Unterwurzacher |
2020-05-17 | dircache: improve debug messages | Jakob Unterwurzacher |
2020-05-17 | Update changelog | Jakob Unterwurzacher |
2020-05-17 | main: accept multiple -passfile options | Jakob Unterwurzacher |
2020-05-17 | go mod tidy | Jakob Unterwurzacher |
2020-05-17 | Update go-fuse import path to github.com/hanwen/go-fuse/v2 | Jakob Unterwurzacher |
2020-05-10 | Fix spelling mistakes found by misspell | Jakob Unterwurzacher |
2020-05-10 | contrib: delete ctlsock-encrypt.bash | Jakob Unterwurzacher |
2020-05-10 | gocryptfs-xray: document -encrypt-paths / -decrypt-paths | Jakob Unterwurzacher |
2020-05-10 | gocryptfs-xray: add -0 flag, add tests | Jakob Unterwurzacher |
2020-05-09 | main: add "go doc" package comment | Jakob Unterwurzacher |
2020-05-09 | gocryptfs-xray: integrate ctlsock path encryption/decryption | Jakob Unterwurzacher |
2020-05-09 | test_helpers: use new ctlsock.CtlSock API | Jakob Unterwurzacher |
2020-05-09 | ctlsock: add CtlSock API | Jakob Unterwurzacher |
2020-05-09 | test_helper: kill lsof after 1 second | Jakob Unterwurzacher |
2020-05-09 | ctlsock: create exported ctlsock client library | Jakob Unterwurzacher |
2020-05-09 | tests: add TestPasswdMasterkeyStdin | Jakob Unterwurzacher |
2020-05-09 | main: untangle `-masterkey` handling and config loading | Jakob Unterwurzacher |
2020-05-09 | main: rename parseMasterKey() -> unhexMasterKey() | Jakob Unterwurzacher |
2020-05-09 | tests: use t.Name() | Jakob Unterwurzacher |
2020-05-09 | tests: cli: rename TestBypass -> TestBadname | Jakob Unterwurzacher |
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 |