Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `interface{}` by `any` | René 'Necoro' Neumann | 2022-04-24 | 3 | -3/+3 |
| | |||||
* | Increase go-conformity: map[T]struct{} instead of map[T]bool for sets | René 'Necoro' Neumann | 2021-11-22 | 4 | -7/+7 |
| | |||||
* | Remove obsolete feeds from cache after 180 days | René 'Necoro' Neumann | 2021-02-27 | 4 | -2/+28 |
| | |||||
* | Do not upgrade the cache in `print-cache` | René 'Necoro' Neumann | 2021-02-27 | 2 | -3/+3 |
| | |||||
* | New cache format using gzip compression | René 'Necoro' Neumann | 2021-02-27 | 3 | -7/+76 |
| | |||||
* | Put storing / loading details into cache implementation | René 'Necoro' Neumann | 2021-02-27 | 2 | -5/+17 |
| | |||||
* | Rename file | René 'Necoro' Neumann | 2021-02-27 | 1 | -0/+0 |
| | |||||
* | Change from `transformToCurrent` to `transformTo` | René 'Necoro' Neumann | 2021-02-27 | 2 | -5/+10 |
| | |||||
* | Filter feeds in cache: Keep at most 1000 obsolete items per feed | René 'Necoro' Neumann | 2021-02-27 | 1 | -8/+38 |
| | |||||
* | Fix remaining use of `state.feeds` | René 'Necoro' Neumann | 2021-02-27 | 1 | -1/+1 |
| | |||||
* | Improve output of `print-cache` | René 'Necoro' Neumann | 2021-02-27 | 1 | -2/+16 |
| | |||||
* | Improve naming | René 'Necoro' Neumann | 2021-02-22 | 3 | -10/+13 |
| | |||||
* | Split cache and feed packages | René 'Necoro' Neumann | 2021-02-22 | 3 | -0/+648 |