Age | Commit message (Expand) | Author |
2016-06-23 | Drop deprecated "-diriv" option | Jakob Unterwurzacher |
2016-06-19 | Refuse mounting of v0.6 and older filesystems | Jakob Unterwurzacher |
2016-06-16 | Mount v0.6 and older filesystems as read-only | Jakob Unterwurzacher |
2016-06-16 | tests: update config_test example files | Jakob Unterwurzacher |
2016-06-16 | tests: exit with correct error code from TestMain | Jakob Unterwurzacher |
2016-06-16 | readpassword: clean up leftover debug commit | Jakob Unterwurzacher |
2016-06-16 | Rename nametransform, contentenc source files | Jakob Unterwurzacher |
2016-06-15 | Rename internal "toggledlog" package to "tlog" | Jakob Unterwurzacher |
2016-06-15 | toggledlog: assume command of color handling | Jakob Unterwurzacher |
2016-06-15 | readpassword: create internal package for password reading | Jakob Unterwurzacher |
2016-06-14 | Fix warnings reported by Go 1.6 "go tool vet -shadow=true" | Jakob Unterwurzacher |
2016-06-09 | fusefrontend: Utimens: convert ENOENT to EBADF | Jakob Unterwurzacher |
2016-06-08 | fusefrontend: fix chown on dangling symlinks | Jakob Unterwurzacher |
2016-06-06 | configfile: warn about missing feature flags | Jakob Unterwurzacher |
2016-06-05 | toggledlog: convert remaing naked fmt.Print* | Jakob Unterwurzacher |
2016-06-05 | main: print actual error from LoadConfFile() | Jakob Unterwurzacher |
2016-06-05 | configfile: use map[flagIota] for feature flags | Jakob Unterwurzacher |
2016-06-05 | configfile: bake the "Creator" gocryptfs version into the file | Jakob Unterwurzacher |
2016-06-04 | fusefrontend: report an error if all files in a directory were invalid | Jakob Unterwurzacher |
2016-06-01 | nametransform, main: better error messages | Jakob Unterwurzacher |
2016-05-30 | fusefrontend: replace unreliable "fd < 0" check | Jakob Unterwurzacher |
2016-05-30 | toggledlog: wpanic: use Logger.Panic instead of naked panic | Jakob Unterwurzacher |
2016-05-29 | fusefrontend: use sync.Once for one-time warnings | Jakob Unterwurzacher |
2016-05-29 | fusefronted: check Fstat return value on file create | Jakob Unterwurzacher |
2016-05-29 | fusefrontend: simplify wlockMap | Jakob Unterwurzacher |
2016-05-29 | fusefrontend: remove unused "forgotten" variable | Jakob Unterwurzacher |
2016-05-22 | stupidgcm: add benchmark.bash wrapper | Jakob Unterwurzacher |
2016-05-12 | Encrypt path in statfs() calls | David Gnedt |
2016-05-12 | prefer_openssl: add amd64 constraint | Jakob Unterwurzacher |
2016-05-12 | prefer_openssl: autodetect whether to use OpenSSL or Go GCM | Jakob Unterwurzacher |
2016-05-08 | fusefrontend: fix panic due to concurrently unregistered wlock | Jakob Unterwurzacher |
2016-05-05 | fusefrontend: fix wlock memory leak | 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 | 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-20 | prelloc: warn and continue if fallocate(2) is not supported | Jakob Unterwurzacher |
2016-04-10 | Fix "go tool vet -shadow=true" warnings | 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-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 | Move OpenDir to fs_dir.go | Jakob Unterwurzacher |