| Age | Commit message (Collapse) | Author | 
|---|
|  | For some reason the syscall.NAME_MAX constant does not exist
on gccgo, and it does not hurt us to use unix.NAME_MAX instead.
https://github.com/rfjakob/gocryptfs/issues/201 | 
|  | We will also need it in forward mode. | 
|  | The fmt.Printfs output would end up in the paniclog. | 
|  | HashLongName() incorrectly hardcoded the call to base64.URLEncoding. | 
|  |  | 
|  | $ golint ./... | grep -v underscore | grep -v ALL_CAPS
internal/fusefrontend_reverse/rfs.go:52:36: exported func NewFS returns unexported type *fusefrontend_reverse.reverseFS, which can be annoying to use
internal/nametransform/raw64_go1.5.go:10:2: exported const HaveRaw64 should have comment (or a comment on this block) or be unexported | 
|  | At the moment, in forward mode you can only encrypt paths
and in reverse mode you can only decrypt paths. |