Age | Commit message (Expand) | Author |
2017-06-29 | stupidgcm: use "dst" as the output buffer it is big enough | Jakob Unterwurzacher |
2017-06-27 | benchmarks: add streaming read benchmark | Jakob Unterwurzacher |
2017-06-24 | profiling: add streaming read profiling helper | Jakob Unterwurzacher |
2017-06-20 | Update performance numbers | Jakob Unterwurzacher |
2017-06-20 | contentenc: use sync.Pool memory pools for encryption | Jakob Unterwurzacher |
2017-06-20 | README: update changelog for v1.4v1.4 | Jakob Unterwurzacher |
2017-06-20 | MANPAGE: reorder options to match "-hh" output; add "-hkdf", "-trace" | Jakob Unterwurzacher |
2017-06-20 | build.bash: use plain "git describe" for go-fuse | Jakob Unterwurzacher |
2017-06-18 | profiling: add streaming-write profiling helper | Jakob Unterwurzacher |
2017-06-18 | main, syscallcompat: use Dup3 instead of Dup2 | Jakob Unterwurzacher |
2017-06-11 | Add performance numbers for v1.3-69-ge52594d | Jakob Unterwurzacher |
2017-06-11 | contentenc: parallelize encryption for 128kiB writes | Jakob Unterwurzacher |
2017-06-11 | Add performance numbers for last change | Jakob Unterwurzacher |
2017-06-11 | cryptocore: prefetch nonces in the background | Jakob Unterwurzacher |
2017-06-11 | benchmark.bash: add dd-only mode, enable via "-dd" | Jakob Unterwurzacher |
2017-06-09 | performance.txt: add numbers for latest change | Jakob Unterwurzacher |
2017-06-09 | cryptocore: prefetch nonces in 512-byte blocks | Jakob Unterwurzacher |
2017-06-09 | Fix missing Owner coercion for already-open files (#117) | Charles Duffy |
2017-06-07 | cryptocore: remove lastNonce check | Jakob Unterwurzacher |
2017-06-07 | contentenc: move EncryptBlocks() loop into its own functions | Jakob Unterwurzacher |
2017-06-07 | Add "-trace" flag (record execution trace) | Jakob Unterwurzacher |
2017-06-07 | main: reorder force_owner flag parsing | Jakob Unterwurzacher |
2017-06-04 | Add "package-static.bash" helper script | Jakob Unterwurzacher |
2017-06-04 | Remove obsolete TODO.md | Jakob Unterwurzacher |
2017-06-01 | golint: get rid of underscore warnings for good. | Jakob Unterwurzacher |
2017-06-01 | fusefrontend: write: consolidate and move encryption to contentenc | Jakob Unterwurzacher |
2017-06-01 | Don't cap GOMAXPROCS at 4. | Jakob Unterwurzacher |
2017-06-01 | Fix two comments | Jakob Unterwurzacher |
2017-06-01 | main: increase max write size to maximum | Jakob Unterwurzacher |
2017-06-01 | Implement force_owner option to display ownership as a specific user. | Charles Duffy |
2017-05-31 | pathiv: fix test failure on Go 1.6 | Jakob Unterwurzacher |
2017-05-30 | main: add "-info" option | Jakob Unterwurzacher |
2017-05-30 | README: update changelog with short help text | Jakob Unterwurzacher |
2017-05-30 | main: add short help text | Jakob Unterwurzacher |
2017-05-30 | pathiv: move block IV algorithm into this package | Jakob Unterwurzacher |
2017-05-30 | tests: add v1.3-reverse example filesystem | Jakob Unterwurzacher |
2017-05-30 | pathiv: move derivedIVContainer into the package | Jakob Unterwurzacher |
2017-05-30 | fusefrontend_reverse: move pathiv to its own package | Jakob Unterwurzacher |
2017-05-29 | package.bash: RHEL: strip brackets | Jakob Unterwurzacher |
2017-05-28 | gocryptfs-xray: dumpmasterkey: disable "Reading password from stdin" | Jakob Unterwurzacher |
2017-05-28 | gocryptfs-xray: add function to dump the master key | Jakob Unterwurzacher |
2017-05-27 | package.bash: make it work somewhat on RHEL | Jakob Unterwurzacher |
2017-05-27 | cryptocore: improve comments and add tests for hkdfDerive | Jakob Unterwurzacher |
2017-05-25 | README: update changelog | Jakob Unterwurzacher |
2017-05-25 | fusefrontend_reverse: store derived values for hard-linked files | Jakob Unterwurzacher |
2017-05-25 | doc: add performance numbers for 1.3-27 | Jakob Unterwurzacher |
2017-05-25 | nametransform: reject all-zero dirIV | Jakob Unterwurzacher |
2017-05-25 | contenenc: reject all-zero file ID | Jakob Unterwurzacher |
2017-05-25 | contentenc: better error reporting in ParseHeader | Jakob Unterwurzacher |
2017-05-24 | main: replace paniclog with logger(1) | Jakob Unterwurzacher |