aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/cache (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small refactoringRené 'Necoro' Neumann2024-05-121-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
|
* Issue #95: Change cache ownership.René 'Necoro' Neumann2023-05-111-0/+4
| | | | | There is no need for the cache to be accessible by anyone who is not us. Thus enforce the cache to be stored with 0600.
* Replace `interface{}` by `any`René 'Necoro' Neumann2022-04-243-3/+3
|
* 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