summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-04-18nametransform: update comment & simplify testsJakob Unterwurzacher
2020-04-13Prefer Go stdlib aes-gcm on arm64 with aes instructionsJakob Unterwurzacher
2020-04-13travis: fix Go Modules build problemsJakob Unterwurzacher
2020-04-13build.bash: use GOFLAGS -trimpath and enable PIEJakob Unterwurzacher
2020-04-13Convert build and packaging scripts to Go ModulesJakob Unterwurzacher
2020-04-13dep: migrate to Go ModulesJakob Unterwurzacher
2020-04-13shellcheck: make top-level bash scripts warning-freeJakob Unterwurzacher
2020-04-13build.bash: append branch name != masterJakob Unterwurzacher
2020-04-13speed: show gocryptfs versionJakob Unterwurzacher
2020-04-13inomap: split into separate packageJakob Unterwurzacher
2020-04-13speed: add XChaCha20-Poly1305-GoJakob Unterwurzacher
2020-04-07Update manpage examplesOscar
2020-02-29crossbuild.bash: set GOARM=7Jakob Unterwurzacher
2020-02-29speed: add code commentsJakob Unterwurzacher
2020-02-29tests: test xattr aclsJakob Unterwurzacher
2020-02-29fusefrontend: drop xattr user namespace restrictionJakob Unterwurzacher
2020-02-28Show undecryptable filenames if they match supplied globorcas
2020-02-15README: update changelogJakob Unterwurzacher
2020-02-15tests: randomize data in testWriteNJakob Unterwurzacher
2020-02-15performance.txt: update result for governor = performanceJakob Unterwurzacher
2020-02-15contentenc: encryptBlocksParallel: explain why last part runs in new goroutineJakob Unterwurzacher
2020-02-15main: respect GOMAXPROCS environment variableJakob Unterwurzacher
2020-02-15merge prefer_openssl package into stupidgcmJakob Unterwurzacher