index
:
gocryptfs
570
LockSharedStorage
allow_other
codeql
dependabot
det
master
next
paralin-update-deps
setup-go-v3
testing_init
Mirror of gocryptfs source code on Github
https://github.com/rfjakob/gocryptfs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pathfs_frontend
/
fs.go
Age
Commit message (
Expand
)
Author
2015-12-11
Rmdir: handle creating and removing unreadable directories
Jakob Unterwurzacher
2015-12-10
Add missing PlaintextNames checks in OpenDir, Mkdir, Rmdir, initDir
Jakob Unterwurzacher
2015-12-08
Add EME filename encryption & enable it by default
Jakob Unterwurzacher
2015-12-06
Fix rename, was broken broken by DirIV introduction
Jakob Unterwurzacher
2015-11-29
Run go fmt
Jakob Unterwurzacher
2015-11-29
Add single-element cache for DirIV lookup
Jakob Unterwurzacher
2015-11-29
OpenDir performance: Read DirIV once and reuse it for all names
Jakob Unterwurzacher
2015-11-28
diriv: also support old CBC symlink
Jakob Unterwurzacher
2015-11-28
diriv: fix Symlink() and Readlink()
Jakob Unterwurzacher
2015-11-28
diriv: fix readdir
Jakob Unterwurzacher
2015-11-28
diriv: use "DirIV" flag to discern and support mounting old filesystems
Jakob Unterwurzacher
2015-11-27
Run go fmt
Jakob Unterwurzacher
2015-11-27
diriv: Move WriteDirIV() to cryptfs; add locking to Mkdir, Rmdir
Jakob Unterwurzacher
2015-11-27
diriv: Convert filename encryption users to diriv
Jakob Unterwurzacher
2015-11-25
diriv: Transactionally delete gocryptfs.diriv in Rmdir
Jakob Unterwurzacher
2015-11-25
diriv: Create gocryptfs.diriv in every directory
Jakob Unterwurzacher
2015-11-14
Run go fmt and go vet
Jakob Unterwurzacher
2015-11-09
Add "-q" (quiet) flag
Jakob Unterwurzacher
2015-11-03
Centralize path filter decision in CryptFS.IsFiltered()
Jakob Unterwurzacher
2015-11-03
Implement PlainTextNames mode
Jakob Unterwurzacher
2015-11-01
Refactor ciphertext <-> plaintext offset translation functions
Jakob Unterwurzacher
2015-11-01
Add file header (on-disk-format change)
Jakob Unterwurzacher
2015-10-04
Run go fmt
Jakob Unterwurzacher
2015-09-19
Fix Chown parameter order
Jakob Unterwurzacher
2015-09-17
Fix read benchmark
Jakob Unterwurzacher
2015-09-16
Fix symlink size reporting
Jakob Unterwurzacher
2015-09-13
Don't warn about "gocryptfs.conf" in the ciphertext root dir
Jakob Unterwurzacher
2015-09-13
Encrypt key with scrypt-hashed password
Jakob Unterwurzacher
2015-09-09
Fix File.GettAttr() size reporting
Jakob Unterwurzacher
2015-09-08
Fix panic on absolute symlink
Jakob Unterwurzacher
2015-09-08
Add pathfs frontend (uses go-fuse instead of bazil-fuse), part I
Jakob Unterwurzacher