aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
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-04-19inomap: comment constantsJakob Unterwurzacher
2020-04-19inomap: rework logic to efficiently support flagsJakob Unterwurzacher
2020-04-19inomap: add benchmarkJakob Unterwurzacher
2020-04-18nametransform: update comment & simplify testsJakob Unterwurzacher
2020-04-13Prefer Go stdlib aes-gcm on arm64 with aes instructionsJakob Unterwurzacher
2020-04-13inomap: split into separate packageJakob Unterwurzacher
2020-04-13speed: add XChaCha20-Poly1305-GoJakob Unterwurzacher
2020-02-29speed: add code commentsJakob Unterwurzacher
2020-02-29fusefrontend: drop xattr user namespace restrictionJakob Unterwurzacher
2020-02-28Show undecryptable filenames if they match supplied globorcas
2020-02-15contentenc: encryptBlocksParallel: explain why last part runs in new goroutineJakob Unterwurzacher
2020-02-15merge prefer_openssl package into stupidgcmJakob Unterwurzacher
2020-02-15contentenc: move parallel encryption into encryptBlocksParallelJakob Unterwurzacher
2019-12-28remove Trezor supportPavol Rusnak
2019-11-16fs: add uint64 cast to fix Darwin buildJakob Unterwurzacher
2019-11-16fusefrontend: use inummapJakob Unterwurzacher
2019-11-16openfiletable: add inummapJakob Unterwurzacher
2019-11-03fusefrontend: warn about missing dirivJakob Unterwurzacher
2019-11-03fusefrontend: don't return EIO on directory with corrupt file namesJakob Unterwurzacher
2019-10-06fusefrontend: unregister from openfiletable before closing the fdJakob Unterwurzacher
2019-10-06fusefrontend: print file hexdump on header errorJakob Unterwurzacher
2019-10-06contentenc: add explicit test for all-zero headerJakob Unterwurzacher
2019-09-08serialize_reads: drop superflous "continue"Jakob Unterwurzacher
2019-09-08Fix -idle unmounting despite activityJakob Unterwurzacher
2019-05-19Fix unix2syscall_darwin.go build failureJakob Unterwurzacher
2019-05-01syscallcompat: fetch supplementary groups for OpenatUser & friendsSebastian Lackner
2019-05-01tests: split testParentDir by UIDJakob Unterwurzacher
2019-04-09fusefrontend: get rid of last hardcoded "gocryptfs.diriv" instancesJakob Unterwurzacher
2019-04-08readpassword: delete CheckTrailingGarbageJakob Unterwurzacher
2019-04-08configfile: fall back to sync() if fsync() failsJakob Unterwurzacher
2019-03-30forward mode: create gocryptfs.diriv files with 0440 permissionsJakob Unterwurzacher
2019-03-26reverse: don't show gocryptfs.conf if a custom config path was passedJakob Unterwurzacher
2019-03-26reverse mode: support wildcard exclude (--exclude-wildcard)Eduardo M KALINOWSKI
2019-03-03Allow multiple -extpass argumentsJakob Unterwurzacher
2019-02-17ParseHeader: print hexdump on errorJakob Unterwurzacher
2019-02-17nametransform: reject names longer than 255 charsJakob Unterwurzacher
2019-02-04Disable Trezor supportJakob Unterwurzacher
2019-01-20fusefronted: comment why Access() does not check context.UidJakob Unterwurzacher
2019-01-20fusefrontend: ensure directories without W or X perms can be deletedJakob Unterwurzacher
2019-01-20Revert "syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper"Jakob Unterwurzacher
2019-01-20syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helperJakob Unterwurzacher
2019-01-20ctlsock: fix buffer truncation of JSON unmarshal errorJakob Unterwurzacher
2019-01-16fusefrontend: Always use intFd() method instead of int(f.fd.Fd()).Sebastian Lackner
2019-01-16fusefrontend: Rework the Utimens handling on macOS.Sebastian Lackner
2019-01-15fusefrontend: Print 'too many open files' warning for both short and long names.Sebastian Lackner
2019-01-15fusefrontend_reverse: Delete leftover debug statement.Sebastian Lackner