Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `interface{}` by `any` | René 'Necoro' Neumann | 2022-04-24 | 1 | -1/+1 |
| | |||||
* | Increase go-conformity: map[T]struct{} instead of map[T]bool for sets | René 'Necoro' Neumann | 2021-11-22 | 1 | -1/+1 |
| | |||||
* | Remove obsolete feeds from cache after 180 days | René 'Necoro' Neumann | 2021-02-27 | 1 | -0/+1 |
| | |||||
* | Do not upgrade the cache in `print-cache` | René 'Necoro' Neumann | 2021-02-27 | 1 | -2/+2 |
| | |||||
* | New cache format using gzip compression | René 'Necoro' Neumann | 2021-02-27 | 1 | -5/+11 |
| | |||||
* | Put storing / loading details into cache implementation | René 'Necoro' Neumann | 2021-02-27 | 1 | -5/+5 |
| | |||||
* | Change from `transformToCurrent` to `transformTo` | René 'Necoro' Neumann | 2021-02-27 | 1 | -3/+3 |
| | |||||
* | Improve naming | René 'Necoro' Neumann | 2021-02-22 | 1 | -6/+6 |
| | |||||
* | Split cache and feed packages | René 'Necoro' Neumann | 2021-02-22 | 1 | -0/+179 |