Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-06 | Add "dep" files: Gopkg.toml and Gopkg.lock | Jakob Unterwurzacher | |
Allows users to get a reproduceable build. Still needs to be integrated into build.bash. Suggested at https://github.com/rfjakob/gocryptfs/issues/142 | |||
2016-11-01 | packakge.bash: include rendered man page in tarball | Jakob Unterwurzacher | |
2016-01-09 | package.bash: Encode host distribution into tar filenamev0.7.1 | Jakob Unterwurzacher | |
2015-12-08 | tests: add encryption benchmarks to cryptfs | Jakob Unterwurzacher | |
2015-12-01 | Add svgs explaining the encryption steps | Jakob Unterwurzacher | |
2015-11-11 | Add MANPAGE.md and MANPAGE-render.bash | Jakob Unterwurzacher | |
MANPAGE-render.bash renders the markdown to a proper man(1) manpage | |||
2015-10-11 | Move main files to top level dir | Jakob Unterwurzacher | |
This is in preparation of getting rid of the shell wrapper | |||
2015-10-07 | Add package.bash | Jakob Unterwurzacher | |
2015-10-05 | Move main binary to gocryptfs_main | Jakob Unterwurzacher | |
That way the wrapper shell script can be named just "gocryptfs" | |||
2015-10-04 | tests: simplify names | Jakob Unterwurzacher | |
main_test_tmp -> tmp main_benchmark.bash -> benchmark.bash | |||
2015-09-08 | Add pathfs frontend (uses go-fuse instead of bazil-fuse), part I | Jakob Unterwurzacher | |
Currently fails main_test.go, will be fixed in part II | |||
2015-09-04 | Rebase to cluefs | Jakob Unterwurzacher | |
https://github.com/airnandez/cluefs |