Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-03 | dirivcache: add better function comments + a sanity check on Store() | Jakob Unterwurzacher | |
The comments were unclear on whether relative or absolute paths have to be passed. | |||
2017-08-09 | nametransform: extend diriv cache to 100 entries | Jakob Unterwurzacher | |
* extend the diriv cache to 100 entries * add special handling for the immutable root diriv The better cache allows to shed some complexity from the path encryption logic (parent-of-parent check). Mitigates https://github.com/rfjakob/gocryptfs/issues/127 | |||
2017-08-06 | nametransform: move diriv cache into it's own package | Jakob Unterwurzacher | |
Needs some space to grow. renamed: internal/nametransform/diriv_cache.go -> internal/nametransform/dirivcache/dirivcache.go |