Age | Commit message (Expand) | Author |
2017-11-01 | Add source packaging script | Jakob Unterwurzacher |
2017-11-01 | build.bash: support VERSION file and vendored go-fuse | Jakob Unterwurzacher |
2017-10-31 | main: disallow recursively encrypting ourselves | Jakob Unterwurzacher |
2017-10-22 | tests: don't read /proc, the number of entries changes too quickly | Jakob Unterwurzacher |
2017-10-22 | Revert "test.bash: use "go vet" instead of "go tool vet"" | Jakob Unterwurzacher |
2017-10-22 | reverse mode: disable ClientInodes (hard link tracking) | Jakob Unterwurzacher |
2017-10-22 | test.bash: use "go vet" instead of "go tool vet" | Jakob Unterwurzacher |
2017-10-21 | Always set "max_read" kernel option | Jakob Unterwurzacher |
2017-10-21 | Revert most of "fusefrontend: clamp oversized reads" | Jakob Unterwurzacher |
2017-10-19 | MANPAGE: explain that you may have to pass -aessiv with -masterkey | Jakob Unterwurzacher |
2017-10-19 | contentenc: reserve one additional block in CReqPool | Jakob Unterwurzacher |
2017-10-18 | main: call logger with full path | Jakob Unterwurzacher |
2017-10-17 | fusefrontend: clamp oversized reads | Jakob Unterwurzacher |
2017-10-03 | fusefrontend_reverse: workaround ext4 test failure | Jakob Unterwurzacher |
2017-10-01 | fusefrontend_reverse: fix 176-byte names | Jakob Unterwurzacher |
2017-09-17 | siv_aead: fix trivial typo in comment | Jakob Unterwurzacher |
2017-09-17 | contentenc: deduplicate AD packing into new concatAD() func | Jakob Unterwurzacher |
2017-09-17 | contentenc: DecryptBlocks: give block number counter a clearer name | Jakob Unterwurzacher |
2017-09-10 | performance.txt: specify READ tests | Jakob Unterwurzacher |
2017-09-06 | build.bash: make reproduceable builds easier | Jakob Unterwurzacher |
2017-09-06 | Add "dep" files: Gopkg.toml and Gopkg.lock | Jakob Unterwurzacher |
2017-09-05 | macos: automatically remove .DS_Store on Rmdir | Jakob Unterwurzacher |
2017-09-05 | fusefrontend: reorder logic in Rmdir to get rid of one indentation level | Jakob Unterwurzacher |
2017-09-05 | macos: don't throw IO errors because of .DS_Store files | Jakob Unterwurzacher |
2017-09-03 | syscallcompat: Getdents: warn once if we get DT_UNKNOWN | Jakob Unterwurzacher |
2017-09-03 | performance.txt: update for v1.4.1 latest commits, and kernel update | Jakob Unterwurzacher |
2017-09-03 | fusefrontend: use DirIVCache in OpenDir() | Jakob Unterwurzacher |
2017-09-03 | dirivcache: add better function comments + a sanity check on Store() | Jakob Unterwurzacher |
2017-09-03 | profiling: add write-trace.bash | Jakob Unterwurzacher |
2017-09-02 | travis ci: also test Go 1.9 | Jakob Unterwurzacher |
2017-08-21 | Fix misspellings reported by goreportcard.com | Jakob Unterwurzacher |
2017-08-21 | MANPAGE: update exit codes | Jakob Unterwurzacher |
2017-08-21 | README: update changelog for v1.4.1 releasev1.4.1 | Jakob Unterwurzacher |
2017-08-21 | package[-static].bash: stop leaking the local user id in the tarball | Jakob Unterwurzacher |
2017-08-16 | cryptocore: add urandom + randprefetch benchmarks | Jakob Unterwurzacher |
2017-08-15 | Update performance.txt for Linux kernel upgrade | Jakob Unterwurzacher |
2017-08-15 | Update performance.txt for to Getdents change | Jakob Unterwurzacher |
2017-08-15 | docs: label "ENV CHANGE" column | Jakob Unterwurzacher |
2017-08-15 | fusefrontend: use Getdents if available | Jakob Unterwurzacher |
2017-08-15 | syscallcompat: implement Getdents() | Jakob Unterwurzacher |
2017-08-15 | main: rework "you need Go 1.5" lockout to make "go vet" happy | Jakob Unterwurzacher |
2017-08-11 | main: purge masterkey from memory as soon as possible | Jakob Unterwurzacher |
2017-08-10 | tests: add diriv cache race test | Jakob Unterwurzacher |
2017-08-09 | nametransform: extend diriv cache to 100 entries | Jakob Unterwurzacher |
2017-08-06 | nametransform: add Dir() function | Jakob Unterwurzacher |
2017-08-06 | nametransform: move diriv cache into it's own package | Jakob Unterwurzacher |
2017-08-06 | nametransform: deduplicate code to encryptAndHashName() | Jakob Unterwurzacher |
2017-08-02 | build.bash: implement "you need Go 1.5" lockout in pure Go | Jakob Unterwurzacher |
2017-07-30 | main: save memory profile every 60 seconds | Jakob Unterwurzacher |
2017-07-29 | main: doMount: call FreeOSMemory() before jumping into server loop | Jakob Unterwurzacher |