aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/cache/cache.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete feeds from cache after 180 daysRené 'Necoro' Neumann2021-02-271-0/+1
* Do not upgrade the cache in `print-cache`René 'Necoro' Neumann2021-02-271-2/+2
* New cache format using gzip compressionRené 'Necoro' Neumann2021-02-271-5/+11
* Put storing / loading details into cache implementationRené 'Necoro' Neumann2021-02-271-5/+5
* Change from `transformToCurrent` to `transformTo`René 'Necoro' Neumann2021-02-271-3/+3
* Improve namingRené 'Necoro' Neumann2021-02-221-6/+6
* Split cache and feed packagesRené 'Necoro' Neumann2021-02-221-0/+179
elsewhere via env var.Jason A. Donenfeld2-9/+24 2012-09-22I don't want --help or --version in bash completion.Jason A. Donenfeld1-1/+1 2012-09-22Vastly simplify GPG secret key finding logic.Jason A. Donenfeld1-1/+1 2012-09-22simplify logic slightlyBrian Mattern1-9/+12 2012-09-22turn -o filenames back onBrian Mattern1-10/+6 2012-09-22bash completion - Fix UTF8, escape spaces, inverted commas, brackets, and amp...Jeffrey Ratcliffe1-14/+10 2012-09-21Better gpg key completion for `pass init`Brian Mattern1-2/+15 2012-09-21Append to COMPREPLY instead of inserting by indexBrian Mattern1-3/+1