aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/cache (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Increase go-conformity: map[T]struct{} instead of map[T]bool for setsRené 'Necoro' Neumann2021-11-224-7/+7
|
* Remove obsolete feeds from cache after 180 daysRené 'Necoro' Neumann2021-02-274-2/+28
|
* Do not upgrade the cache in `print-cache`René 'Necoro' Neumann2021-02-272-3/+3
|
* New cache format using gzip compressionRené 'Necoro' Neumann2021-02-273-7/+76
|
* Put storing / loading details into cache implementationRené 'Necoro' Neumann2021-02-272-5/+17
|
* Rename fileRené 'Necoro' Neumann2021-02-271-0/+0
|
* Change from `transformToCurrent` to `transformTo`René 'Necoro' Neumann2021-02-272-5/+10
|
* Filter feeds in cache: Keep at most 1000 obsolete items per feedRené 'Necoro' Neumann2021-02-271-8/+38
|
* Fix remaining use of `state.feeds`René 'Necoro' Neumann2021-02-271-1/+1
|
* Improve output of `print-cache`René 'Necoro' Neumann2021-02-271-2/+16
|
* Improve namingRené 'Necoro' Neumann2021-02-223-10/+13
|
* Split cache and feed packagesRené 'Necoro' Neumann2021-02-223-0/+648