summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-06sshfs-benchmark.bash: fix locale trouble and move to testsJakob Unterwurzacher
2020-06-01contrib/getdents-debug: fix function call missing argument from 22e3eec15302e...Jeremy Hilliker
2020-05-28getdents-debug: loop and stop on first errorJakob Unterwurzacher
2020-05-25contrib/getdents-debug: implement getdents -loopJakob Unterwurzacher
2020-05-24Add contrib/getdents-debug/readdirnamesJakob Unterwurzacher
2020-05-24contrib: collect getdents stuff in getdents-debug folderJakob Unterwurzacher
2020-05-24Revert "fusefrontend: don't always clear the dircache in Rename"Jakob Unterwurzacher
2020-05-24syscallcompat: warn when Getdents truncates dataJakob Unterwurzacher
2020-05-24contrib: add getdents_cJakob Unterwurzacher
2020-05-24Add contrib/getdentsJakob Unterwurzacher
2020-05-24contrib/sshfs-benchmark.bash: add rmdir, mkdir, touchJakob Unterwurzacher
2020-05-24fusefrontend: don't always clear the dircache in RenameJakob Unterwurzacher
2020-05-24fusefrontend: don't clear dircache on MkdirJakob Unterwurzacher
2020-05-24contrib: add sshfs-benchmark.bashJakob Unterwurzacher
2020-05-23syscallcompat: getdents: retry on EINTRJakob Unterwurzacher
2020-05-17dircache: increase cache size & lifetimeJakob Unterwurzacher
2020-05-17dircache: improve debug messagesJakob Unterwurzacher
2020-05-17Update changelogJakob Unterwurzacher
2020-05-17main: accept multiple -passfile optionsJakob Unterwurzacher
2020-05-17go mod tidyJakob Unterwurzacher
2020-05-17Update go-fuse import path to github.com/hanwen/go-fuse/v2Jakob Unterwurzacher
2020-05-10Fix spelling mistakes found by misspellJakob Unterwurzacher
2020-05-10contrib: delete ctlsock-encrypt.bashJakob Unterwurzacher
2020-05-10gocryptfs-xray: document -encrypt-paths / -decrypt-pathsJakob Unterwurzacher
2020-05-10gocryptfs-xray: add -0 flag, add testsJakob Unterwurzacher
2020-05-09main: add "go doc" package commentJakob Unterwurzacher
2020-05-09gocryptfs-xray: integrate ctlsock path encryption/decryptionJakob Unterwurzacher
2020-05-09test_helpers: use new ctlsock.CtlSock APIJakob Unterwurzacher
2020-05-09ctlsock: add CtlSock APIJakob Unterwurzacher
2020-05-09test_helper: kill lsof after 1 secondJakob Unterwurzacher
2020-05-09ctlsock: create exported ctlsock client libraryJakob Unterwurzacher
2020-05-09tests: add TestPasswdMasterkeyStdinJakob Unterwurzacher
2020-05-09main: untangle `-masterkey` handling and config loadingJakob Unterwurzacher
2020-05-09main: rename parseMasterKey() -> unhexMasterKey()Jakob Unterwurzacher
2020-05-09tests: use t.Name()Jakob Unterwurzacher
2020-05-09tests: cli: rename TestBypass -> TestBadnameJakob Unterwurzacher
2020-05-09Update README for v1.8.0 releasev1.8.0Jakob Unterwurzacher
2020-05-03Documentation: update performance.txtJakob Unterwurzacher
2020-05-03go mod: update dependenciesJakob Unterwurzacher
2020-05-03build-without-openssl.bash: suppress "not a dynamic executable" messageJakob Unterwurzacher
2020-05-03inomap: fix TestSpill bit checkJakob Unterwurzacher
2020-05-03inomap: fix spillBit not set on 2nd hitJakob Unterwurzacher
2020-05-03inomap: remove leftover debug outputJakob Unterwurzacher
2020-05-03fusefrontend_reverse: use inomap for inode number translationJakob Unterwurzacher
2020-05-03tests: reverse: add inode mapping test (TestVirtualFileIno)Jakob Unterwurzacher
2020-04-19inomap: comment constantsJakob Unterwurzacher
2020-04-19inomap: rework logic to efficiently support flagsJakob Unterwurzacher
2020-04-19inomap: add benchmarkJakob Unterwurzacher
2020-04-18build.bash: handle missing git tagsJakob Unterwurzacher
2020-04-18build.bash: don't enable -buildmode=pie for static buildsJakob Unterwurzacher