Age | Commit message (Expand) | Author |
2019-03-18 | gocryptfs-xray man page: I did mean gocryptfs-xray | Jakob Unterwurzacher |
2019-03-18 | Makefile: also install gocryptfs-xray man page | Jakob Unterwurzacher |
2019-03-18 | Add install goal in Makefile | Maxim Baz |
2019-03-18 | Add missing -ldflags for gocryptfs-xray | Maxim Baz |
2019-03-17 | Update changelog for v1.7v1.7 | Jakob Unterwurzacher |
2019-03-17 | Add contrib/statfs tool | Jakob Unterwurzacher |
2019-03-03 | tests: fix data race in TestDirIVRace | Jakob Unterwurzacher |
2019-03-03 | Allow multiple -extpass arguments | Jakob Unterwurzacher |
2019-03-02 | Include rendered man page in source tarballs | Jakob Unterwurzacher |
2019-03-02 | Update deps | Jakob Unterwurzacher |
2019-03-02 | Go 1.12 dropped "go tool vet", use "go vet" instead | Jakob Unterwurzacher |
2019-02-17 | tests: fix compile error in matrix_test.go | Jakob Unterwurzacher |
2019-02-17 | ParseHeader: print hexdump on error | Jakob Unterwurzacher |
2019-02-17 | nametransform: reject names longer than 255 chars | Jakob Unterwurzacher |
2019-02-17 | test: len2elen.sh: fix first line output | Jakob Unterwurzacher |
2019-02-17 | tests: add len2elen.sh | Jakob Unterwurzacher |
2019-02-17 | tests: parallel_cp.sh: automount fs | Jakob Unterwurzacher |
2019-02-15 | Update dependencies | Jakob Unterwurzacher |
2019-02-04 | dep: update dependenciesv1.7-rc2 | Jakob Unterwurzacher |
2019-02-04 | Disable Trezor support | Jakob Unterwurzacher |
2019-01-23 | tests: simplify parallel_cp.sh | Jakob Unterwurzacher |
2019-01-20 | tests: darwin: ignore error in TestMvWarningSymlink | Jakob Unterwurzacher |
2019-01-20 | fusefronted: comment why Access() does not check context.Uid | Jakob Unterwurzacher |
2019-01-20 | tests: check that we can delete directories with all permission | Jakob Unterwurzacher |
2019-01-20 | fusefrontend: ensure directories without W or X perms can be deleted | Jakob Unterwurzacher |
2019-01-20 | tests: matrix: split out directory tests into their own file | Jakob Unterwurzacher |
2019-01-20 | Revert "syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper" | Jakob Unterwurzacher |
2019-01-20 | syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper | Jakob Unterwurzacher |
2019-01-20 | ctlsock: fix buffer truncation of JSON unmarshal error | Jakob Unterwurzacher |
2019-01-16 | fusefrontend: Always use intFd() method instead of int(f.fd.Fd()). | Sebastian Lackner |
2019-01-16 | fusefrontend: Rework the Utimens handling on macOS. | Sebastian Lackner |
2019-01-15 | tests: Increase timeout in Mount() function. | Sebastian Lackner |
2019-01-15 | mount: Replace commas in volume name. | Sebastian Lackner |
2019-01-15 | fusefrontend: Print 'too many open files' warning for both short and long names. | Sebastian Lackner |
2019-01-15 | fusefrontend_reverse: Delete leftover debug statement. | Sebastian Lackner |
2019-01-14 | tests: reduce noise on MacOS | Jakob Unterwurzacher |
2019-01-14 | syscallcompat: fix FchmodatNofollow tests | Jakob Unterwurzacher |
2019-01-14 | syscallcompat: rework Fchmodat to FchmodatNofollow | Jakob Unterwurzacher |
2019-01-14 | syscallcompat: Drop Fstatat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Mkdirat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Symlinkat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Fchownat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Fchmodat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Unlinkat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Renameat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Drop Openat emulation on macOS. | Sebastian Lackner |
2019-01-14 | syscallcompat: Use pthread_setugid_np() to implement *User() functions on macOS. | Sebastian Lackner |
2019-01-13 | fusefrontend: drop last remaining call into loopbackFileSystem | Jakob Unterwurzacher |
2019-01-13 | fusefrontend: Do not pass unsupported flags to Faccessat on macOS. | Sebastian Lackner |
2019-01-13 | macos: filter SUID and SGID bits in OpenatUser, MknodatUser, MkdiratUser | Jakob Unterwurzacher |