Age | Commit message (Expand) | Author |
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 |
2017-07-29 | fusefronted_reverse: fix ino collision between .name and .diriv files | Jakob Unterwurzacher |
2017-07-27 | fusefrontend_reverse: return ENOENT for undecryptable names | Jakob Unterwurzacher |
2017-07-24 | main: redirectStdFds: keep logger from holding stdout open | Jakob Unterwurzacher |
2017-07-24 | tests: check if we close stderr and stdout correctly on mount | Jakob Unterwurzacher |
2017-07-23 | main: move redirectStdFds() to daemonize.go | Jakob Unterwurzacher |
2017-07-21 | tests: fsstress-gocryptfs.bash: sync up with EncFS | Jakob Unterwurzacher |
2017-07-14 | macos: make testing without openssl work properly | Jakob Unterwurzacher |
2017-07-14 | stupidgcm: fix openssl 1.1 build failure | Jakob Unterwurzacher |
2017-07-11 | fusefronted: enable writing to write-only files | Jakob Unterwurzacher |
2017-07-10 | macos: print load_osxfuse hint if fuse.NewServer fails | Jakob Unterwurzacher |
2017-07-10 | Specify a volname for osxfuse | Jeff Kriske |
2017-07-02 | contentenc: MergeBlocks: short-circuit the trivial case | Jakob Unterwurzacher |
2017-07-02 | fusefrontend: doRead: skip decryption for an empty read | Jakob Unterwurzacher |