summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-13Update README vor v0.10-rc3v0.10-rc3Jakob Unterwurzacher
2016-05-12Encrypt path in statfs() callsDavid Gnedt
2016-05-12prefer_openssl: add amd64 constraintJakob Unterwurzacher
2016-05-12prefer_openssl: autodetect whether to use OpenSSL or Go GCMJakob Unterwurzacher
2016-05-11README: Note fallocate changes for v0.10 (issue #22)Jakob Unterwurzacher
2016-05-08fusefrontend: fix panic due to concurrently unregistered wlockJakob Unterwurzacher
2016-05-08stress_tests: improve outputJakob Unterwurzacher
2016-05-05stress_tests: extractloop: run two loops in parallelJakob Unterwurzacher
2016-05-05fusefrontend: fix wlock memory leakJakob Unterwurzacher
2016-05-05stress_tests: add stress test scriptsJakob Unterwurzacher
2016-05-05stupidgcm: set dummy locking callback.v0.10-rc2Jakob Unterwurzacher
2016-05-05stupidgcm: skip tests on Go 1.4 and olderJakob Unterwurzacher
2016-05-05Revert "stupidgcm: print openssl error stack before panicing"Jakob Unterwurzacher
2016-05-05cryptocore: support Go 1.4 in testsJakob Unterwurzacher
2016-05-05stupidgcm: reorder calls to support openssl <= 1.0.1cJakob Unterwurzacher
2016-05-04stupidgcm: print openssl error stack before panicingJakob Unterwurzacher
2016-05-04stupidgcm: fix copy-paste error in panic messageJakob Unterwurzacher
2016-05-04Fix typos in READMEJakob Unterwurzacher
2016-05-04Update README for v0.10-rc1v0.10-rc1Jakob Unterwurzacher
2016-05-04stupidgcm: completely replace spacemonkeygo/opensslJakob Unterwurzacher
2016-05-04stupidgcm: add our own thin wrapper around openssl gcmJakob Unterwurzacher
2016-05-04cryptocore: add API testsJakob Unterwurzacher
2016-04-28build.bash: replace "git -C"Jakob Unterwurzacher
2016-04-20prelloc: warn and continue if fallocate(2) is not supportedJakob Unterwurzacher
2016-04-17Update manpage with "longnames" option, explain feature flag optionsJakob Unterwurzacher
2016-04-10build.bash: bake the go-fuse commit hash into the binariesv0.9Jakob Unterwurzacher
2016-04-10Update readme.md and performance.txt for v0.9Jakob Unterwurzacher
2016-04-10Fix "go tool vet -shadow=true" warningsJakob Unterwurzacher
2016-04-10tests: clean up leftover mounts in resetTmpDirJakob Unterwurzacher
2016-04-10longnames: fix fsstress failure, use dirfdJakob Unterwurzacher
2016-04-10longnames: use symbolic constants instead of naked intsJakob Unterwurzacher
2016-04-10Add v0.9-rc2 performance numbersJakob Unterwurzacher
2016-04-03Add v0.9 changes to READMEv0.9-rc2Jakob Unterwurzacher
2016-04-03travis ci: also build with Go 1.6Jakob Unterwurzacher
2016-03-03Enable openssl in tests to support old Go versionsJakob Unterwurzacher
2016-03-03Fix Go 1.4 build failure caused by a refactoring oversightJakob Unterwurzacher
2016-02-07longnames part II: Rename, Unlink, Rmdir, Mknod, Mkdir + testsv0.9-rc1Jakob Unterwurzacher
2016-02-07tests: do not create gocryptfs.diriv if plaintextnames==trueJakob Unterwurzacher
2016-02-07Move OpenDir to fs_dir.goJakob Unterwurzacher
2016-02-07Add tests for long name creation and renaming (currently failing, obviously)Jakob Unterwurzacher
2016-02-06longnames part I: Create and OpenDir work with long filenames > 176 bytesJakob Unterwurzacher
2016-02-06travis: run all tests in "internal"Jakob Unterwurzacher
2016-02-06Move dirIVCache to its own fileJakob Unterwurzacher
2016-02-06test.bash: Accept flagsJakob Unterwurzacher
2016-02-06Run go fmtJakob Unterwurzacher
2016-02-06Fix tests - were broken by the refactoringJakob Unterwurzacher
2016-02-06Move pathfs_frontend to internal/fusefrontendJakob Unterwurzacher
2016-02-06Major refactoring: Split up "cryptfs" into several internal packagesJakob Unterwurzacher
2016-02-06Rename DirIVCacheEnc to just DirIVCacheJakob Unterwurzacher
2016-01-31Don't print plain text directory name in "Invalid name" warningJakob Unterwurzacher