Skip to content

Tags: djherbis/fscache

Tags

v0.11

Toggle v0.11's commit message

Verified

This commit was signed with the committer’s verified signature.
djherbis Dustin H
add go.mod, go mod tidy

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was signed with the committer’s verified signature.
djherbis Dustin H
fix #17: proper embedded alignment of handleCounter

amd32 (raspberrypi) requires specific alignment for atomic operations to
work, or else you'll get "panic: runtime error: invalid memory address
or nil pointer dereference". Turns out this alignment is important for
embedded structs as well.
Embedding as the first member in the struct, and putting the atomic
field at the start of the embedded struct makes the alignment correct.

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
djherbis Dustin H
expose FSCache, CacheReader and add CacheReader.Size

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #14 from wolfrace/cache_limits_v2

Cache limits with LRU v2

v0.9

Toggle v0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #14 from wolfrace/cache_limits_v2

Cache limits with LRU v2

0.8.1

Toggle 0.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
djherbis Dustin H
#13 FileSystem RemoveAll() recreates the root dir, or else it's unusable

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
djherbis Dustin H
#13 FileSystem RemoveAll() recreates the root dir, or else it's unusable

v0.8.0

Toggle v0.8.0's commit message
Merge branch 'master' of https://github.com/djherbis/fscache

v0.7.0

Toggle v0.7.0's commit message
using github.com/djherbis/atime