aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-21Add .github/dependabot.ymldependabotJakob Unterwurzacher
2022-08-28tests/matrix: fix data race in TestConcurrentReadWriteJakob Unterwurzacher
2022-08-28github ci: add new stable Go versionsJakob Unterwurzacher
2022-08-28README: Update Changelog for v2.3v2.3.0v2.3Jakob Unterwurzacher
2022-08-28Replace remaining golang.org/x/crypto/ssh/terminal ref with golang.org/x/termJakob Unterwurzacher
2022-08-28make formatJakob Unterwurzacher
2022-08-28Add comment to pass Codacy Static Code AnalysisNekoGirlSAIKOU
2022-08-28Fix invalid -longnamemax for reverse modeNekoGirlSAIKOU
2022-08-28tests: add TestLongnamemax100ReverseJakob Unterwurzacher
2022-08-22ctlsock: raise timeout to 10 secondsJakob Unterwurzacher
2022-08-15fix minor unreachable code caused by t.FatalAbirdcfly
2022-06-26Fix typosYuta Hayashibe
2022-04-02Fix reverse gocryptfs.conf access on macOSVal
2022-03-19MANPAGE: document that -scryptn also applies to -passwdJakob Unterwurzacher
2022-01-27root_test: fix leftover loop mountJakob Unterwurzacher
2022-01-27root_test: add TestOverlay ; syscallcompat: add QuirkNoUserXattrJakob Unterwurzacher
2022-01-22MANPAGE: add missing -acl sectionJakob Unterwurzacher
2022-01-22tests: fix build failure on Go 1.15 and olderJakob Unterwurzacher
2022-01-22tests: add skipped O_TMPFILE testJakob Unterwurzacher
2022-01-22fusefrontend: fix "duplicate case" darwin build failureJakob Unterwurzacher
2022-01-22tests: add TestRenameWhiteout, TestRenameExchangeJakob Unterwurzacher
2022-01-22fusefrontend: support RENAME_WHITEOUT, RENAME_EXCHANGEJakob Unterwurzacher
2022-01-22tests: enable -fusedebug if FUSEDEBUG env is setJakob Unterwurzacher
2022-01-10fusefrontend: fix -force_owner not affecting MKNODJakob Unterwurzacher
2022-01-04test.bash: disable parallelism in verbose modeJakob Unterwurzacher
2022-01-04tests: improve SEEK_DATA test for MacOSJakob Unterwurzacher
2022-01-03readpassword: bubble up errors instead of exiting the processJakob Unterwurzacher
2022-01-03tests/cli: Check for leftover socket fileJakob Unterwurzacher
2021-12-19nametransform: fix oversight in commentJakob Unterwurzacher
2021-12-19go.mod: upgrade go-fuseJakob Unterwurzacher
2021-12-19fusefrontend: allow slashes in xattr namesJakob Unterwurzacher
2021-12-11tlog: only enable color if both stderr and stdout are a terminalJakob Unterwurzacher
2021-12-11tlog: respect NO_COLORJakob Unterwurzacher
2021-12-09darwin: use O_NOFOLLOW for xattr opensJakob Unterwurzacher
2021-12-08test.bash, crossbuild: catch MacOS test build failuresJakob Unterwurzacher
2021-12-08root_test, getdents-debug: restrict to linuxJakob Unterwurzacher
2021-12-08tests: convert Creat() calls to Open()Jakob Unterwurzacher
2021-12-08crossbuild.bash: use shell function instead of variableJakob Unterwurzacher
2021-12-04MANPAGE: fix typoJakob Unterwurzacher
2021-12-04MANPAGE: -extpass: document dash duplication bugJakob Unterwurzacher
2021-11-01docs: names longer than 175 bytes (not 176) are stored in longnamesJakob Unterwurzacher
2021-10-21nametransform: fix math.MaxInt build failure on older GoJakob Unterwurzacher
2021-10-21cli: add -longnamemaxJakob Unterwurzacher
2021-10-21configfile: add LongNameMax supportJakob Unterwurzacher
2021-10-21nametransform: add longNameMax parameterJakob Unterwurzacher
2021-10-21configfile: replace broken switch/case logic with ifJakob Unterwurzacher
2021-10-20README: update changelog for v2.2.1v2.2.1Jakob Unterwurzacher
2021-10-15github actions: fix allow_other failureallow_otherJakob Unterwurzacher
2021-10-15fusefrontend: honor ForceOwner for LOOKUP and CREATE operationsCharles Duffy
2021-10-15tests: add TestForceOwnerJakob Unterwurzacher