Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-05 | README: Uppercase MIT license badge | rfjakob | |
2016-01-05 | README: Change to new two-color logo | rfjakob | |
2016-01-04 | README: Link to Mac OS X support tracking ticket | rfjakob | |
2015-12-20 | README: mention signed tags | Jakob Unterwurzacher | |
2015-12-20 | Link to official website; move security document | Jakob Unterwurzacher | |
2015-12-20 | Add logo, update README for v0.7v0.7 | Jakob Unterwurzacher | |
2015-12-08 | README: fix typo | Jakob Unterwurzacher | |
2015-12-08 | Update README + docs for v0.6 releasev0.6 | Jakob Unterwurzacher | |
2015-12-06 | Update READMEv0.5.1 | Jakob Unterwurzacher | |
gocryptfs is no longer developed in gocryptfs because of the inconvenience that you cannot mount a FUSE filesystem inside a FUSE mount | |||
2015-12-01 | Move docs to Documentation folder | Jakob Unterwurzacher | |
2015-11-29 | Update README and SECURITY documents | Jakob Unterwurzacher | |
2015-11-15 | README: link to use .../tags instead of ../releasesv0.4 | Jakob Unterwurzacher | |
Using github "release" function means that the changelog is buried in the github webinterface. The changelog is now instead included in README.md. | |||
2015-11-15 | Update README for v0.4 | Jakob Unterwurzacher | |
Also, add short comments to the top of main_test.go and performance_test.go. | |||
2015-11-14 | README: add beta badge and update text | Jakob Unterwurzacher | |
Also, improve the help text. | |||
2015-11-14 | README: add beta badge | Jakob Unterwurzacher | |
2015-11-11 | README: Add link to MANPAGE | Jakob Unterwurzacher | |
2015-11-03 | README: List config format change | Jakob Unterwurzacher | |
2015-11-03 | Update README with v0.4 | Jakob Unterwurzacher | |
2015-11-01 | README: Note used on-disk formats | Jakob Unterwurzacher | |
2015-11-01 | README: Describe storage overhead | Jakob Unterwurzacher | |
2015-11-01 | Add file header (on-disk-format change) | Jakob Unterwurzacher | |
Format: [ "Version" uint16 big endian ] [ "Id" 16 random bytes ] Quoting SECURITY.md: * Every file has a header that contains a 16-byte random *file id* * Each block uses the file id and its block number as GCM *authentication data* * This means the position of the blocks is protected as well. The blocks can not be reordered or copied between different files without causing an decryption error. | |||
2015-10-11 | README: Add travis badge | rfjakob | |
2015-10-11 | Update README | Jakob Unterwurzacher | |
2015-10-10 | README: Remove dots notice | Jakob Unterwurzacher | |
2015-10-08 | Shell wrapper: Also search the binary in $GOPATH/bin | Jakob Unterwurzacher | |
2015-10-07 | README: Mention that only Linux is tested | Jakob Unterwurzacher | |
2015-10-07 | Update README | Jakob Unterwurzacher | |
2015-10-06 | Reword help text | Jakob Unterwurzacher | |
2015-10-06 | Split off SECURITY.md | Jakob Unterwurzacher | |
2015-10-06 | Update README.md | Jakob Unterwurzacher | |
2015-10-06 | Rewrite README.md (in progress) | Jakob Unterwurzacher | |
2015-09-08 | Explain both frontends in readme | Jakob Unterwurzacher | |
Also, re-enable openssl and disable debug messages so testing gocryptfs is less painful | |||
2015-09-06 | readme: link to go-vs-openssl.md | Jakob Unterwurzacher | |
2015-09-06 | readme: more details | Jakob Unterwurzacher | |
2015-09-06 | readme: Fix benchmark alignment | Jakob Unterwurzacher | |
2015-09-06 | Add "go get" command to readme | Jakob Unterwurzacher | |
2015-09-06 | Add README.md | Jakob Unterwurzacher | |
Also, run go fmt |