Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-28 | build.bash: replace "git -C" | Jakob Unterwurzacher | |
"-C" is not supported on older git versions. Instead, just cd into the directory. See issue #20. | |||
2016-04-10 | build.bash: bake the go-fuse commit hash into the binariesv0.9 | Jakob Unterwurzacher | |
2016-01-09 | build.bash: copy binary to $GOPATH/bin | Jakob Unterwurzacher | |
2015-12-20 | Make build.bash work when called from outside the gocryptfs directory | Jakob Unterwurzacher | |
2015-12-20 | Make build.bash version bake-in compatible with Go 1.3 and 1.4 | Jakob Unterwurzacher | |
2015-11-01 | Bake version string into binary, add "--version" switch | Jakob Unterwurzacher | |
Example: ./gocryptfs -version gocryptfs v0.2-20-gabcef9e-dirty; on-disk format 1 Note that you MUST compile using "./build.bash" for this to work. | |||
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 test.bashv0.1 | Jakob Unterwurzacher | |
...also adapt the cryptfs tests for 256 bit long keys |