Age | Commit message (Expand) | Author |
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 |
2018-12-30 | main: Remove a duplicate word in a comment. | Sebastian Lackner |
2018-12-28 | configfile: Fix a copy&paste error in validateParams method. | Sebastian Lackner |
2018-12-27 | configfile: Explicitly wipe scrypt derived key after decrypting/encrypting ma... | Sebastian Lackner |
2018-12-27 | Assorted spelling fixes. | Sebastian Lackner |
2018-12-27 | fusefrontend: Remove unnecessary check in doRead function. | Sebastian Lackner |
2018-12-27 | fusefrontend: Don't treat Fchownat error as failure in Mkdir. | Sebastian Lackner |
2018-12-27 | fusefrontend: Check the correct 'err' variable. | Sebastian Lackner |
2018-12-27 | build.bash: Escape LDFLAGS before passing them to 'go build'. | Sebastian Lackner |
2018-12-16 | build.bash: support user-set LDFLAGS | Jakob Unterwurzacher |
2018-12-16 | build.bash: use -trimpath for reproducible builds | Jakob Unterwurzacher |
2018-12-16 | build.bash: respect SOURCE_DATE_EPOCH | Jakob Unterwurzacher |
2018-12-16 | README: replace openssl-gcm.md with link to wiki | Jakob Unterwurzacher |
2018-12-16 | tests: fix TestPassfileNewline | Jakob Unterwurzacher |
2018-12-15 | passfile: directly read file instead of invoking cat | Jakob Unterwurzacher |
2018-12-12 | Add v1.6.1 to changelog | Jakob Unterwurzacher |
2018-11-17 | syscallcompat: downgrade DT_UNKNOWN message level on XFS | Jakob Unterwurzacher |
2018-11-17 | main: drop hardcoded /usr/bin/logger path | Jakob Unterwurzacher |
2018-10-17 | tlog: disable color codes when switching to syslog | Jakob Unterwurzacher |
2018-10-17 | fusefronted: log more details on WriteAt failures | Jakob Unterwurzacher |
2018-10-17 | main: also redirect Fatal logger to syslog on daemonization | Jakob Unterwurzacher |
2018-10-11 | Updated manpage for -idle flag | Jesse Dunietz |
2018-10-11 | tests: fix golint error | Jakob Unterwurzacher |
2018-10-11 | tests: add idle timeout test | Jakob Unterwurzacher |
2018-10-11 | Add option for autounmount | Jesse Dunietz |
2018-10-11 | tests: syscallcompat: allow failure for symlinks > 1000 | Jakob Unterwurzacher |
2018-10-10 | tests: catch "name too long" symlink failure on XFS | Jakob Unterwurzacher |
2018-10-10 | tests: respect TMPDIR if set | Jakob Unterwurzacher |
2018-09-23 | fusefrontend: Fix uint16 build failure on Darwin | Jakob Unterwurzacher |
2018-09-23 | fusefrontend: make Rename() symlink-safe | Jakob Unterwurzacher |
2018-09-23 | fusefrontend: make Create() symlink-safe | Jakob Unterwurzacher |
2018-09-23 | fusefrontend: Open(): fix dirfd leak | Jakob Unterwurzacher |
2018-09-23 | fusefrontend: add named parameters to openBackingDir | Jakob Unterwurzacher |
2018-09-23 | fusefrontend: get rid of os.File* wrapping | Jakob Unterwurzacher |
2018-09-23 | fusefrontent: make Open() symlink-safe | Jakob Unterwurzacher |
2018-09-23 | tests: add symlink_race tool | Jakob Unterwurzacher |
2018-09-23 | tlog: always trim trailing newlines | Jakob Unterwurzacher |
2018-09-22 | syscallcompat: untangle Openat flag check | Jakob Unterwurzacher |
2018-09-22 | tests: detect and report chmod failures earlier | Jakob Unterwurzacher |
2018-09-18 | main: sanitize commas from fsname | Jakob Unterwurzacher |
2018-09-08 | fusefrontend: use OpenDirNofollow in openBackingDir | Jakob Unterwurzacher |
2018-09-08 | tests: restore Go 1.7 compatibility | Jakob Unterwurzacher |
2018-09-08 | syscallcompat: use O_PATH in OpenDirNofollow | Jakob Unterwurzacher |
2018-09-08 | syscallcompat: untangle OpenNofollow and rename to OpenDirNofollow | Jakob Unterwurzacher |
2018-09-08 | tests: add chmod test | Jakob Unterwurzacher |
2018-09-08 | tests: restore TestUtimesNanoSymlink | Jakob Unterwurzacher |
2018-09-08 | main: don't read the config file twice (fix pipe bug) | Jakob Unterwurzacher |
2018-09-08 | configfile: add LoadAndDecrypt wrapper | Jakob Unterwurzacher |