summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2015-12-01Move docs to Documentation folderJakob Unterwurzacher
2015-11-29Update README and SECURITY documentsJakob Unterwurzacher
2015-11-15README: link to use .../tags instead of ../releasesv0.4Jakob 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-15Update README for v0.4Jakob Unterwurzacher
Also, add short comments to the top of main_test.go and performance_test.go.
2015-11-14README: add beta badge and update textJakob Unterwurzacher
Also, improve the help text.
2015-11-14README: add beta badgeJakob Unterwurzacher
2015-11-11README: Add link to MANPAGEJakob Unterwurzacher
2015-11-03README: List config format changeJakob Unterwurzacher
2015-11-03Update README with v0.4Jakob Unterwurzacher
2015-11-01README: Note used on-disk formatsJakob Unterwurzacher
2015-11-01README: Describe storage overheadJakob Unterwurzacher
2015-11-01Add 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-11README: Add travis badgerfjakob
2015-10-11Update READMEJakob Unterwurzacher
2015-10-10README: Remove dots noticeJakob Unterwurzacher
2015-10-08Shell wrapper: Also search the binary in $GOPATH/binJakob Unterwurzacher
2015-10-07README: Mention that only Linux is testedJakob Unterwurzacher
2015-10-07Update READMEJakob Unterwurzacher
2015-10-06Reword help textJakob Unterwurzacher
2015-10-06Split off SECURITY.mdJakob Unterwurzacher
2015-10-06Update README.mdJakob Unterwurzacher
2015-10-06Rewrite README.md (in progress)Jakob Unterwurzacher
2015-09-08Explain both frontends in readmeJakob Unterwurzacher
Also, re-enable openssl and disable debug messages so testing gocryptfs is less painful
2015-09-06readme: link to go-vs-openssl.mdJakob Unterwurzacher
2015-09-06readme: more detailsJakob Unterwurzacher
2015-09-06readme: Fix benchmark alignmentJakob Unterwurzacher
2015-09-06Add "go get" command to readmeJakob Unterwurzacher
2015-09-06Add README.mdJakob Unterwurzacher
Also, run go fmt