index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
nar-info-disk-cache.cc
Age
Commit message (
Expand
)
Author
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out users.{hh,cc}
Tom Hubrecht
2023-03-30
Use "raw pattern" for content address types
John Ericson
2023-02-07
NarInfoDiskCache: Keep BinaryCache.id stable and improve test
Robert Hensing
2023-02-07
NarInfoDiskCache: Prepare reproducer for #3898
Robert Hensing
2023-02-07
NarInfoDiskCacheImpl: Make dbPath a parameter
Robert Hensing
2023-02-07
NarInfoDiskCache: Rename cacheExists -> upToDateCacheExists
Robert Hensing
2022-12-21
[PDT] TDE-3114: prevent a race-condition when creating the S3 cache
mupdt
2022-06-23
[fixup] handle cache expiration in sqlite query
Linus Heckemann
2022-06-22
nar-info-disk-cache: refresh nix-cache-info weekly
Linus Heckemann
2021-05-10
Simplify the realisations disk cache
regnat
2021-05-06
Add a realisations disk cache
regnat
2021-01-18
--refresh: Imply setting .narinfo disk cache TTL to 0
Eelco Dolstra
2020-08-06
Minimize the usage of `Hash::dummy`
John Ericson
2020-08-05
Remove optionality in ValidPathInfo::narInfo
Carlo Nucera
2020-07-01
Rename two hash constructors to proper functions
Carlo Nucera
2020-06-23
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-06-19
WIP: Make Hash always store a valid hash type
John Ericson
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-06-03
libutils/hash: remove default encoding
zimbatm
2020-06-02
Change parseCa(Opt) to parseContentAddress(Opt)
Carlo Nucera
2020-06-02
WIP
John Ericson
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2019-12-17
Add priority setting to stores
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-10-29
queryPathInfoUncached(): Return const ValidPathInfo
Eelco Dolstra
2018-12-12
Fix assertion failure in NarInfoDiskCache
Eelco Dolstra
2018-12-12
nar-info-disk-cache: include ca in the cache entries
Daiderd Jordan
2018-04-06
rename the options to mention it's a narinfo TTL as disk cache is used all ov...
AmineChikhaoui
2018-04-06
Make the TTL for disk cache configurable, we can now completely disable
AmineChikhaoui
2018-03-20
Slight simplification
Eelco Dolstra
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-02-28
NarInfoDiskCache: Handle SQLite busy errors
Eelco Dolstra
2017-01-27
Periodically purge binary-cache.sqlite
Eelco Dolstra
2017-01-27
Implement TTL for binary cache lookups
Eelco Dolstra
2017-01-27
Remove unused NARExistence table
Eelco Dolstra
2016-08-10
SQLite:: Add some convenience
Eelco Dolstra
2016-06-20
Re-implement negative binary cache lookup caching
Eelco Dolstra
2016-06-03
Fix narrowing conversion from int64_t to bool
Eelco Dolstra
2016-06-01
HttpBinaryCacheStore: Fix caching of WantMassQuery
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-05-30
Re-implement the WantMassQuery property of binary caches
Eelco Dolstra
2016-04-21
Implement S3BinaryCacheStore::queryAllValidPaths()
Eelco Dolstra
2016-04-20
Cache path info lookups in SQLite
Eelco Dolstra