aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/cache/v1.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Small refactoringRené 'Necoro' Neumann4 days1-8/+9
* Pass -1 instead of nil to avoid having an int*René 'Necoro' Neumann2024-02-291-9/+9
* Go 1.21René 'Necoro' Neumann2023-09-151-7/+1
* Replace `interface{}` by `any`René 'Necoro' Neumann2022-04-241-1/+1
* Increase go-conformity: map[T]struct{} instead of map[T]bool for setsRené 'Necoro' Neumann2021-11-221-2/+2
* Remove obsolete feeds from cache after 180 daysRené 'Necoro' Neumann2021-02-271-0/+16
* New cache format using gzip compressionRené 'Necoro' Neumann2021-02-271-2/+2
* Put storing / loading details into cache implementationRené 'Necoro' Neumann2021-02-271-0/+12
* Rename fileRené 'Necoro' Neumann2021-02-271-0/+375