Age | Commit message (Expand) | Author |
2019-01-04 | reverse mode: -exclude: filter out excluded .name files | Jakob Unterwurzacher |
2019-01-04 | reverse mode: fix "-exclude" in "-plaintextnames" dir listings | Jakob Unterwurzacher |
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 | 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 | fusefronted: dirCache: fix bug handling "" | 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 | fusefrontend: xattr: fix operations on files without read permissions | Jakob Unterwurzacher |
2019-01-02 | fusefrontend: don't downgrade type needlessly | Jakob Unterwurzacher |
2019-01-02 | fusefrontend: use Fsetxattr/Fgetxattr/etc on all platforms | Jakob Unterwurzacher |
2019-01-02 | syscallcompat: add Fgetxattr / Fsetxattr wrappers | Jakob Unterwurzacher |
2019-01-02 | fusefrontend: openBackingDir: fix fd leak in error path | Jakob Unterwurzacher |
2019-01-02 | nametransform: fix possible incomplete read in ReadLongNameAt | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: fix fd leak in error path | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: fix fd leak in Access() | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: xattr: fix hang on FIFOs | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: only compile getBackingPath() on Darwin | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make ListXAttr symlink-safe on Linux | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make RemoveXAttr() symlink-safe | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make SetXAttr() symlink-safe on Linux | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make GetXAttr() symlink-safe on Linux | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make Utimens symlink-safe | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: fix compile failure on Darwin | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: mark Truncate, Unlink, Symlink symlink-safe | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make Rmdir symlink-safe | Jakob Unterwurzacher |
2019-01-01 | nametransform: rename WriteLongName() -> WriteLongNameAt() | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make Readlink() symlink-safe | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make OpenDir() symlink-safe | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: mark a few more functions as symlink-safe / unsafe | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: use openBackingDir in ctlsock interface | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make GetAttr() symlink-safe | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make openBackingDir() symlink-safe | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: mark symlink-safe FUSE calls | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make DecryptPath() symlink-safe | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: make Access() symlink-safe. | Jakob Unterwurzacher |
2019-01-01 | nametransform: comments: directly link to ioutil.WriteFile fix | Jakob Unterwurzacher |
2019-01-01 | fusefrontend: Fix debug message in doWrite() method. | Sebastian Lackner |
2019-01-01 | fusefrontend: Fix order of arguments in debug message for Read() FUSE call. | Sebastian Lackner |
2019-01-01 | nametransform: Delete incomplete longname files on error. | Sebastian Lackner |