Age | Commit message (Expand) | Author |
2016-05-11 | README: Note fallocate changes for v0.10 (issue #22) | Jakob Unterwurzacher |
2016-05-08 | fusefrontend: fix panic due to concurrently unregistered wlock | Jakob Unterwurzacher |
2016-05-08 | stress_tests: improve output | Jakob Unterwurzacher |
2016-05-05 | stress_tests: extractloop: run two loops in parallel | Jakob Unterwurzacher |
2016-05-05 | fusefrontend: fix wlock memory leak | Jakob Unterwurzacher |
2016-05-05 | stress_tests: add stress test scripts | Jakob Unterwurzacher |
2016-05-05 | stupidgcm: set dummy locking callback.v0.10-rc2 | Jakob Unterwurzacher |
2016-05-05 | stupidgcm: skip tests on Go 1.4 and older | Jakob Unterwurzacher |
2016-05-05 | Revert "stupidgcm: print openssl error stack before panicing" | Jakob Unterwurzacher |
2016-05-05 | cryptocore: support Go 1.4 in tests | Jakob Unterwurzacher |
2016-05-05 | stupidgcm: reorder calls to support openssl <= 1.0.1c | Jakob Unterwurzacher |
2016-05-04 | stupidgcm: print openssl error stack before panicing | Jakob Unterwurzacher |
2016-05-04 | stupidgcm: fix copy-paste error in panic message | Jakob Unterwurzacher |
2016-05-04 | Fix typos in README | Jakob Unterwurzacher |
2016-05-04 | Update README for v0.10-rc1v0.10-rc1 | Jakob Unterwurzacher |
2016-05-04 | stupidgcm: completely replace spacemonkeygo/openssl | Jakob Unterwurzacher |
2016-05-04 | stupidgcm: add our own thin wrapper around openssl gcm | Jakob Unterwurzacher |
2016-05-04 | cryptocore: add API tests | Jakob Unterwurzacher |
2016-04-28 | build.bash: replace "git -C" | Jakob Unterwurzacher |
2016-04-20 | prelloc: warn and continue if fallocate(2) is not supported | Jakob Unterwurzacher |
2016-04-17 | Update manpage with "longnames" option, explain feature flag options | Jakob Unterwurzacher |
2016-04-10 | build.bash: bake the go-fuse commit hash into the binariesv0.9 | Jakob Unterwurzacher |
2016-04-10 | Update readme.md and performance.txt for v0.9 | Jakob Unterwurzacher |
2016-04-10 | Fix "go tool vet -shadow=true" warnings | Jakob Unterwurzacher |
2016-04-10 | tests: clean up leftover mounts in resetTmpDir | Jakob Unterwurzacher |
2016-04-10 | longnames: fix fsstress failure, use dirfd | Jakob Unterwurzacher |
2016-04-10 | longnames: use symbolic constants instead of naked ints | Jakob Unterwurzacher |
2016-04-10 | Add v0.9-rc2 performance numbers | Jakob Unterwurzacher |
2016-04-03 | Add v0.9 changes to READMEv0.9-rc2 | Jakob Unterwurzacher |
2016-04-03 | travis ci: also build with Go 1.6 | Jakob Unterwurzacher |
2016-03-03 | Enable openssl in tests to support old Go versions | Jakob Unterwurzacher |
2016-03-03 | Fix Go 1.4 build failure caused by a refactoring oversight | Jakob Unterwurzacher |
2016-02-07 | longnames part II: Rename, Unlink, Rmdir, Mknod, Mkdir + testsv0.9-rc1 | Jakob Unterwurzacher |
2016-02-07 | tests: do not create gocryptfs.diriv if plaintextnames==true | Jakob Unterwurzacher |
2016-02-07 | Move OpenDir to fs_dir.go | Jakob Unterwurzacher |
2016-02-07 | Add tests for long name creation and renaming (currently failing, obviously) | Jakob Unterwurzacher |
2016-02-06 | longnames part I: Create and OpenDir work with long filenames > 176 bytes | Jakob Unterwurzacher |
2016-02-06 | travis: run all tests in "internal" | Jakob Unterwurzacher |
2016-02-06 | Move dirIVCache to its own file | Jakob Unterwurzacher |
2016-02-06 | test.bash: Accept flags | Jakob Unterwurzacher |
2016-02-06 | Run go fmt | Jakob Unterwurzacher |
2016-02-06 | Fix tests - were broken by the refactoring | Jakob Unterwurzacher |
2016-02-06 | Move pathfs_frontend to internal/fusefrontend | Jakob Unterwurzacher |
2016-02-06 | Major refactoring: Split up "cryptfs" into several internal packages | Jakob Unterwurzacher |
2016-02-06 | Rename DirIVCacheEnc to just DirIVCache | Jakob Unterwurzacher |
2016-01-31 | Don't print plain text directory name in "Invalid name" warning | Jakob Unterwurzacher |
2016-01-31 | Add new "-wpanic" option and enable it for the automated tests | Jakob Unterwurzacher |
2016-01-25 | Convert fdLock to an RWMutex and protect the whole transaction | Jakob Unterwurzacher |
2016-01-24 | Only warn once for unsupported fallocate(2) and truncate(2) | Jakob Unterwurzacher |
2016-01-24 | Downgrade "gocryptfs.diriv not found" warning if the directory was deleted | Jakob Unterwurzacher |