Age | Commit message (Expand) | Author |
2020-05-24 | contrib: collect getdents stuff in getdents-debug folder | Jakob Unterwurzacher |
2020-05-24 | Revert "fusefrontend: don't always clear the dircache in Rename" | Jakob Unterwurzacher |
2020-05-24 | syscallcompat: warn when Getdents truncates data | Jakob Unterwurzacher |
2020-05-24 | contrib: add getdents_c | Jakob Unterwurzacher |
2020-05-24 | Add contrib/getdents | Jakob Unterwurzacher |
2020-05-24 | contrib/sshfs-benchmark.bash: add rmdir, mkdir, touch | Jakob Unterwurzacher |
2020-05-24 | fusefrontend: don't always clear the dircache in Rename | Jakob Unterwurzacher |
2020-05-24 | fusefrontend: don't clear dircache on Mkdir | Jakob Unterwurzacher |
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 |