Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-22 | update description of link to cppcryptfs project | bailey27 | |
2018-02-05 | README: Mention min required Go version | Jakob Unterwurzacher | |
2018-01-28 | added usage of reverse mode to README | Kenneth Newwood | |
2018-01-25 | Update README.md | rfjakob | |
README: add missing word | |||
2018-01-21 | Documentation: update xfstests outputv1.4.3 | Jakob Unterwurzacher | |
Also update the v1.4.3 release date to today. The release was delayed one day. | |||
2018-01-20 | Update changelog for 1.4.3 | Jakob Unterwurzacher | |
2017-12-25 | Pinned the link to line 38 of performance.txt to version 1.4.1 since ↵ | Rohan Talip | |
https://github.com/rfjakob/gocryptfs/commit/f0e29d9b90b63d5fbe4164161ecb0e1035bb4af4#diff-86b7f3262ae352959ee0e04cccaac1b0 added an extra line. | |||
2017-11-01 | README: Update changelog for v1.4.2 | Jakob Unterwurzacher | |
2017-08-21 | Fix misspellings reported by goreportcard.com | Jakob Unterwurzacher | |
https://goreportcard.com/report/github.com/rfjakob/gocryptfs#misspell | |||
2017-08-21 | README: update changelog for v1.4.1 releasev1.4.1 | Jakob Unterwurzacher | |
2017-07-01 | README: update mac os x support status to "beta" | Jakob Unterwurzacher | |
2017-06-20 | README: update changelog for v1.4v1.4 | Jakob Unterwurzacher | |
2017-06-01 | Implement force_owner option to display ownership as a specific user. | Charles Duffy | |
2017-05-30 | README: update changelog with short help text | Jakob Unterwurzacher | |
2017-05-25 | README: update changelog | Jakob Unterwurzacher | |
2017-05-22 | README: v1.3.1 will be called v1.4 | Jakob Unterwurzacher | |
2017-05-15 | README: start changelog for v1.3.1 | Jakob Unterwurzacher | |
2017-04-29 | README: set release date for v1.3v1.3 | Jakob Unterwurzacher | |
2017-04-29 | readpassword: increase max password size to 2048 | Jakob Unterwurzacher | |
This is the value EncFS uses, so let's follow suit. Suggested at https://github.com/rfjakob/gocryptfs/issues/77 . | |||
2017-04-29 | main: "--" should also block "-o" parsing | Jakob Unterwurzacher | |
Includes test cases. | |||
2017-04-01 | README: add 64-bit inode numbers to changelog | Jakob Unterwurzacher | |
2017-04-01 | README: link to audit | Jakob Unterwurzacher | |
2017-03-28 | README: mention OpenSSL header install | Jakob Unterwurzacher | |
https://github.com/rfjakob/gocryptfs/issues/98 | |||
2017-03-25 | README: use pre-rendered PNG logo | Jakob Unterwurzacher | |
This keeps the README working even if nuetzlich.net is unavailable. We use a PNG because github disallows embedding local SVGs. | |||
2017-03-25 | README: call the website mirror "Markdown source" | rfjakob | |
2017-03-25 | README: add link to website source code | rfjakob | |
2017-03-20 | readpassword: increase max password length to 2000 | Jakob Unterwurzacher | |
1000 was too low as at least one user had a password that was longer. Fixes https://github.com/rfjakob/gocryptfs/issues/93 | |||
2017-03-19 | README: missing closing brace | Jakob Unterwurzacher | |
2017-03-19 | README: fix broken markdown lists | Jakob Unterwurzacher | |
Github seems to have changed its markdown parser. It now requires three spaces for sublists. | |||
2017-03-19 | README: mention -serialize_reads | Jakob Unterwurzacher | |
...and v1.3-beta1 | |||
2017-03-05 | full stack: implement HKDF support | Jakob Unterwurzacher | |
...but keep it disabled by default for new filesystems. We are still missing an example filesystem and CLI arguments to explicitely enable and disable it. | |||
2017-03-05 | README: fix "compatibility" typo | Jakob Unterwurzacher | |
2017-03-05 | README: drop Go 1.4 compatability for gocryptfs v1.3 | Jakob Unterwurzacher | |
Also drop Go 1.4 from Travis CI and update other Go versions to latest point release. | |||
2017-02-28 | Update README.md (#85) | Peter Reschenhofer | |
Correcting year in changelog (1.2.1) | |||
2017-02-26 | README: update changelog for 1.2.1 releasev1.2.1 | Jakob Unterwurzacher | |
2017-02-23 | README: fix typo and simplify MANPAGE text | Jakob Unterwurzacher | |
2017-02-20 | Get rid of remaining $GOPATH dependencies | Jakob Unterwurzacher | |
2017-02-20 | build.bash: use $(go env GOPATH) | Jakob Unterwurzacher | |
2017-02-16 | README: also link to cppcryptfs | Jakob Unterwurzacher | |
2017-02-16 | README: mention graphical interfaces | Jakob Unterwurzacher | |
2017-02-12 | Add CLI ABI documentation | Jakob Unterwurzacher | |
Closes https://github.com/rfjakob/gocryptfs/issues/77 | |||
2016-12-04 | README: v1.2 includes the rendered man page in the tarballv1.2 | Jakob Unterwurzacher | |
2016-12-04 | Update README for v1.2 release | Jakob Unterwurzacher | |
2016-11-26 | Add write coalescing and -noprealloc to changelog | Jakob Unterwurzacher | |
2016-11-17 | README: start list for v1.2 | Jakob Unterwurzacher | |
2016-10-30 | README: fix "15#" typo | Jakob Unterwurzacher | |
2016-10-30 | Update README for v1.1.1v1.1.1 | Jakob Unterwurzacher | |
2016-10-24 | README: make badges not take vertical space | rfjakob | |
2016-10-24 | README: add Go report card badge | rfjakob | |
2016-10-21 | README: note the name of the AESSIV feature flag. | Jakob Unterwurzacher | |