Age | Commit message (Expand) | Author |
2019-01-04 | tests: bump maxCacheFds to 3 | Jakob Unterwurzacher |
2019-01-04 | fusefrontend: fix fd leak in dirCache | Jakob Unterwurzacher |
2019-01-04 | nametransform: ReadDirIVAt: return raw syscall error | Jakob Unterwurzacher |
2019-01-04 | fusefrontend: print warning when Create() runs out of file descriptors | Jakob Unterwurzacher |
2019-01-04 | fusefrontend: fix setting xattrs on directories | Jakob Unterwurzacher |
2019-01-04 | fusefrontend: disable dirCache stats printing | Jakob Unterwurzacher |
2019-01-04 | Documentation: Fix MANPAGE-render.bash script. | Sebastian Lackner |
2019-01-04 | Update performance.txt | Jakob Unterwurzacher |
2019-01-04 | fusefrontend: upgrade to three-entry dirCachev1.7-rc1 | Jakob Unterwurzacher |
2019-01-04 | fsck: don't misdetect a file hole at EOF | Jakob Unterwurzacher |
2019-01-04 | Update gocryptfs-xray manpage, have MANPAGE-render.bash generate both | Jakob Unterwurzacher |
2019-01-04 | Update changelog and gocryptfs-xray manpage | Jakob Unterwurzacher |
2019-01-04 | fusefrontend_reverse: Fix redeclaration of 'entries' variable. | Sebastian Lackner |
2019-01-04 | xray: print "assuming AES-GCM mode" unless -aessiv is passed | Jakob Unterwurzacher |
2019-01-04 | file-format.md: document AES-SIV block layout | Jakob Unterwurzacher |
2019-01-04 | xray: recreate test filesytems with -scrypt 10 | Jakob Unterwurzacher |
2019-01-04 | xray: add dumpmasterkey test | Jakob Unterwurzacher |
2019-01-04 | xray: add support for inspecting AES-SIV files (-aessiv flag) | Jakob Unterwurzacher |
2019-01-04 | xray: add tests and example aes-gcm fs | Jakob Unterwurzacher |
2019-01-04 | Update changelog | Jakob Unterwurzacher |
2019-01-04 | reverse mode: -exclude: filter out excluded .name files | Jakob Unterwurzacher |
2019-01-04 | tests: reverse: verify that longname .name files are exluded as well | Jakob Unterwurzacher |
2019-01-04 | reverse mode: fix "-exclude" in "-plaintextnames" dir listings | Jakob Unterwurzacher |
2019-01-04 | tests: fix VerifyExistence() helper, it missed unstat()able files | Jakob Unterwurzacher |
2019-01-04 | fsck: Do not show files/directories without access permissions as corrupt. | Sebastian Lackner |
2019-01-04 | fusefrontend: Allow to create sparse file of size 4096. | Sebastian Lackner |
2019-01-04 | A few more spelling fixes. | Sebastian Lackner |
2019-01-03 | Update README for v1.7-beta1v1.7-beta1 | Jakob Unterwurzacher |
2019-01-03 | travis: bump clone depth to 300 | Jakob Unterwurzacher |
2019-01-03 | tests: overengineer extractloop_plot_csv.m a little | Jakob Unterwurzacher |
2019-01-03 | Omit syscall.O_RDONLY flag when passing O_PATH. | Sebastian Lackner |
2019-01-03 | fusefrontend: Use appropriate flags in decryptPathAt. | Sebastian Lackner |
2019-01-03 | fusefrontend: Open directory with syscall.O_DIRECTORY in OpenDir. | Sebastian Lackner |
2019-01-03 | fusefrontend: Open directory with syscall.O_DIRECTORY in Rmdir. | Sebastian Lackner |
2019-01-03 | fusefrontend: Do not Clear cache at end of Rmdir function. | Sebastian Lackner |
2019-01-03 | nametransform: Add implicit syscall.O_RDONLY flag. | Sebastian Lackner |
2019-01-03 | syscallcompat: Use O_PATH to open base directory. | Sebastian Lackner |
2019-01-03 | fusefrontend: Remove debug code. | Sebastian Lackner |
2019-01-03 | tests: extractloop: renice to level 19 | Jakob Unterwurzacher |
2019-01-03 | fusefronted: dirCache: fix bug handling "" | Jakob Unterwurzacher |
2019-01-03 | tests: allow one extra fd in fd leak detector (dirCache) | Jakob Unterwurzacher |
2019-01-03 | fusefrontend: add dirCache | Jakob Unterwurzacher |
2019-01-03 | nametransform: simplify WriteDirIV to WriteDirIVAt | Jakob Unterwurzacher |
2019-01-02 | fusefrontend: use O_RDONLY in the ListXAttr fallback path | Jakob Unterwurzacher |
2019-01-02 | fusefrontend: move openBackingDir into its own file | Jakob Unterwurzacher |
2019-01-02 | fusefronted: make EncryptPath symlink-safe | Jakob Unterwurzacher |
2019-01-02 | tests: retry longer when we see a fd leak | Jakob Unterwurzacher |
2019-01-02 | travis: "go get" must descend into subdirs to catch pkg/xattr | Jakob Unterwurzacher |
2019-01-02 | fusefrontend: xattr: fix operations on files without read permissions | Jakob Unterwurzacher |
2019-01-02 | tests: xattr: set on 0200 file, list on 0000 file | Jakob Unterwurzacher |