]> git.lizzy.rs Git - go-fscache.git/log
go-fscache.git
21 months agoReplace obsolete lock package master v0.0.1
Elias Fleckenstein [Tue, 19 Jul 2022 21:12:39 +0000 (23:12 +0200)]
Replace obsolete lock package

10 years agoAdd (*CacheDir).Chtime test
Diogo Franco (Kovensky) [Wed, 17 Jul 2013 03:16:38 +0000 (00:16 -0300)]
Add (*CacheDir).Chtime test

10 years agoAdd (*CacheDir).Chtime and (*CacheDir).ChtimeNoLock
Diogo Franco (Kovensky) [Wed, 17 Jul 2013 03:11:45 +0000 (00:11 -0300)]
Add (*CacheDir).Chtime and (*CacheDir).ChtimeNoLock

ChtimeNoLock is exported since it might be useful if the user already
called (*CacheDir).Lock.

10 years agoExport Stringify
Diogo Franco (Kovensky) [Tue, 16 Jul 2013 22:53:13 +0000 (19:53 -0300)]
Export Stringify

10 years agoFix nil access on GetInvalid
Diogo Franco (Kovensky) [Tue, 16 Jul 2013 22:53:01 +0000 (19:53 -0300)]
Fix nil access on GetInvalid

10 years agoDocument the directory name behaviour on Windows
Diogo Franco (Kovensky) [Tue, 16 Jul 2013 21:29:40 +0000 (18:29 -0300)]
Document the directory name behaviour on Windows

10 years agoFix (*CacheDir).Get() panic message
Diogo Franco (Kovensky) [Tue, 16 Jul 2013 21:27:09 +0000 (18:27 -0300)]
Fix (*CacheDir).Get() panic message

Missed text from a previous refactor.

10 years agolock: Remove bad import
Diogo Franco (Kovensky) [Tue, 16 Jul 2013 21:18:44 +0000 (18:18 -0300)]
lock: Remove bad import

Fixes compilation on !windows.

10 years agoInitial commit
Diogo Franco (Kovensky) [Tue, 16 Jul 2013 21:15:57 +0000 (18:15 -0300)]
Initial commit

Cache that uses the filesystem as its keys.