Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-10 | performance.txt: specify READ tests | Jakob Unterwurzacher | |
2017-09-03 | performance.txt: update for v1.4.1 latest commits, and kernel update | Jakob Unterwurzacher | |
$ uname -a Linux brikett 4.12.5-300.fc26.x86_64 #1 SMP Mon Aug 7 15:27:25 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux | |||
2017-08-21 | MANPAGE: update exit codes | Jakob Unterwurzacher | |
The exit codes have been documented in CLI_ABI.md for a while, but they should also be listed in the man page. Also fix the rendering of "[-o COMMA-SEPARATED-OPTIONS]", where the square brackets where interpreted as something. Escape all square brackets to be safe. | |||
2017-08-15 | Update performance.txt for Linux kernel upgrade | Jakob Unterwurzacher | |
For some reason, writing became a lot faster in Linux 4.11 (scheduler improvements?). | |||
2017-08-15 | Update performance.txt for to Getdents change | Jakob Unterwurzacher | |
2017-08-15 | docs: label "ENV CHANGE" column | Jakob Unterwurzacher | |
2017-07-01 | Update performance.txt with new results | Jakob Unterwurzacher | |
Massive speed boost for streaming reads. | |||
2017-06-29 | Update performance.txt with new numbers | Jakob Unterwurzacher | |
2017-06-29 | Update performance.txt with new numbers | Jakob Unterwurzacher | |
2017-06-20 | Update performance numbers | Jakob Unterwurzacher | |
2017-06-20 | MANPAGE: reorder options to match "-hh" output; add "-hkdf", "-trace" | Jakob Unterwurzacher | |
2017-06-11 | Add performance numbers for v1.3-69-ge52594d | Jakob Unterwurzacher | |
2017-06-11 | Add performance numbers for last change | Jakob Unterwurzacher | |
Slight streaming write improvement. | |||
2017-06-09 | performance.txt: add numbers for latest change | Jakob Unterwurzacher | |
Also, get rid of the half-empty line. | |||
2017-06-01 | Don't cap GOMAXPROCS at 4. | Jakob Unterwurzacher | |
Before Go 1.5, GOMAXPROCS defaulted to 1, hence it made sense to unconditionally increase it to 4. But since Go 1.5, GOMAXPROCS defaults to the number of cores, so don't keep it from increasing above 4. Also, update the performance numbers. | |||
2017-06-01 | Implement force_owner option to display ownership as a specific user. | Charles Duffy | |
2017-05-30 | main: add "-info" option | Jakob Unterwurzacher | |
Pretty-prints the config while stripping out sensitive (and uninteresting) data https://github.com/rfjakob/gocryptfs/issues/111 | |||
2017-05-25 | doc: add performance numbers for 1.3-27 | Jakob Unterwurzacher | |
2017-05-14 | doc: CLI_ABI.md: fix exitcodes.go link | Jakob Unterwurzacher | |
Needs a leading "..". | |||
2017-05-14 | doc: update CLI_ABI.md with new exit codes | Jakob Unterwurzacher | |
All exit codes that are likely to occour are listed. | |||
2017-04-24 | forcedecode: tighten checks | Jakob Unterwurzacher | |
...and fix a few golint issues and print a scary warning message on mount. Also, force the fs to ro,noexec. | |||
2017-04-23 | Add -forcedecode | danim7 | |
Force decode of encrypted files even if the integrity check fails, instead of failing with an IO error. Warning messages are still printed to syslog if corrupted files are encountered. It can be useful to recover files from disks with bad sectors or other corrupted media. Closes https://github.com/rfjakob/gocryptfs/pull/102 . | |||
2017-03-28 | MANPAGE: reformat to GFM (github flavored markdown) | Jakob Unterwurzacher | |
This makes it render properly on the github webinterface. | |||
2017-03-25 | MANPAGE: fix alphabetical order and expand scryptn explaination | Jakob Unterwurzacher | |
2017-03-25 | Further explain the use of 'scryptn' parameter (#94) | danim7 | |
* Further explain the use of 'scryptn' parameter * Further explain the use of 'scryptn' parameter in MANPAGE * Use 28 as reasonable upper limit | |||
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-19 | MANPAGE: document "-serialize_reads" | Jakob Unterwurzacher | |
2017-03-18 | benchmark: add md5sum read performance benchmark | Jakob Unterwurzacher | |
2017-03-01 | CLI_ABI: smaller markdown subheadings | rfjakob | |
The old ones were rendered by github almost as big as the parent headings. | |||
2017-02-26 | MANPAGE: document "-speed" | Jakob Unterwurzacher | |
2017-02-26 | MANPAGE: document error code 12 | Jakob Unterwurzacher | |
2017-02-12 | Add CLI ABI documentation | Jakob Unterwurzacher | |
Closes https://github.com/rfjakob/gocryptfs/issues/77 | |||
2017-02-12 | Document "--" to stop option parsing in help text + man page | Jakob Unterwurzacher | |
2017-01-29 | readpassword: support spaces in "-passfile" filename | Jakob Unterwurzacher | |
...and while we are at it, also filenames starting with "-". | |||
2017-01-26 | main: add "-fsname" option | Jakob Unterwurzacher | |
As requested in https://github.com/rfjakob/gocryptfs/issues/73 . | |||
2016-11-26 | performance.txt: add numbers for current gocryptfs master and encfs v1.9.1 | Jakob Unterwurzacher | |
2016-11-26 | benchmark.bash: double write length | Jakob Unterwurzacher | |
Writing 1000 128KB blocks takes only 1 second and yielded inconsistent results. With 2000, things look saner. | |||
2016-11-25 | main, fusefrontend: add "-noprealloc" option | Jakob Unterwurzacher | |
Preallocation is very slow on hdds that run btrfs. Give the user the option to disable it. This greatly speeds up small file operations but reduces the robustness against out-of-space errors. Also add the option to the man page. More info: https://github.com/rfjakob/gocryptfs/issues/63 | |||
2016-11-11 | MANPAGE: document ctlsock | Jakob Unterwurzacher | |
2016-11-01 | main: rename "-f" to "-fg" | Jakob Unterwurzacher | |
"-f" looks too much like "--force". The old variant is still accepted for compatability. | |||
2016-11-01 | MANPAGE: document -raw64 | Jakob Unterwurzacher | |
2016-11-01 | MANPAGE: update version field description | Jakob Unterwurzacher | |
2016-11-01 | MANPAGE: add reverse example, move "-o" into alphabetical list | Jakob Unterwurzacher | |
People will search for "-o" alphabetically, so put it into the alphabetical option list, even if it is not a real option. | |||
2016-11-01 | packakge.bash: include rendered man page in tarball | Jakob Unterwurzacher | |
2016-10-21 | MANPAGE: prettify plain-text formatting | Jakob Unterwurzacher | |
2016-10-16 | main: allow password change with -masterkey | Jakob Unterwurzacher | |
Requested at https://github.com/rfjakob/gocryptfs/issues/28 | |||
2016-10-09 | Update performance.txt for v1.1 release | Jakob Unterwurzacher | |
2016-10-09 | main: add "-passfile" option | Jakob Unterwurzacher | |
Make it easier to read the password from a file. Internally this is equivalent to "-extpass /bin/cat FILE". | |||
2016-10-09 | main: also accept options at the end via "-o" | Jakob Unterwurzacher | |
For compatability with mount(1), options are also accepted as "-o COMMA-SEPARATED-OPTIONS" at the end of the command line. For example, "-o q,zerokey" is equivalent to "-q -zerokey". | |||
2016-10-09 | main: rename "-o" option to "-ko" | Jakob Unterwurzacher | |
This prevents confusion with the "-o" options that is passed by mount(1) at the end of the command line. |