index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
local-binary-cache-store.cc
Age
Commit message (
Expand
)
Author
2024-08-26
libstore: remove static initializers for Store registrations
Pierre Bourdon
2024-07-11
libstore: make BinaryCacheStore::getFile return a source
eldritch horrors
2024-07-05
libutil: convert readFileSource to a generator
eldritch horrors
2024-06-19
libutil: return a source from readFile
eldritch horrors
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-03-21
Support per-store Markdown documentation
Eelco Dolstra
2022-08-03
moveFile -> renameFile
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-06-10
Add missing rethrows in conditional exception handlers
Anders Kaseorg
2022-03-03
Correctly hijack the `file://` uri scheme with `_NIX_FORCE_HTTP`
regnat
2022-01-18
BinaryCacheStore: Implement addBuildLog()
Eelco Dolstra
2021-05-04
Fix the double-slash in the realisations path
regnat
2021-03-26
LocalBinaryCacheStore::upsertFile(): Fix race
Eelco Dolstra
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-16
Fix build issues with gcc
regnat
2020-09-16
Add a name to the stores
regnat
2020-09-16
Document the new store hierarchy
regnat
2020-09-16
Properly filter the stores according to their declared uriSchemes
regnat
2020-09-16
Correctly call all the parent contructors of the stores
regnat
2020-09-16
Separate store configs from the implems
regnat
2020-09-16
Separate the instantiation and initialisation of the stores
regnat
2020-09-16
Fix the registration of stores
regnat
2020-09-16
Make the store plugins more introspectable
regnat
2020-07-13
Make 'nix copy' to s3:// binary caches run in constant memory
Eelco Dolstra
2020-07-13
Make 'nix copy' to file:// binary caches run in constant memory
Eelco Dolstra
2020-07-13
Fix 'nix verify --all' on a binary cache and add a test
Eelco Dolstra
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-09-04
BinaryCacheStore: Add index-debug-info option
Eelco Dolstra
2018-05-30
Make LocalBinaryCacheStore::narFromPath() run in constant memory
Eelco Dolstra
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-03-15
S3BinaryCacheStore: Set Content-Type
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-09-16
Make computeFSClosure() single-threaded again
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
Test the NAR info cache
Eelco Dolstra
2016-05-30
BinaryCacheStore: Remove buildPaths() / ensurePath()
Eelco Dolstra
2016-04-29
nix verify --all: Support local binary caches
Eelco Dolstra
2016-04-29
BinaryCacheStore: Make the signing key a parameter
Eelco Dolstra
2016-04-29
Allow parameters in store URIs
Eelco Dolstra
2016-04-15
BinaryCacheStore::readFile(): Return a shared_ptr to a string
Eelco Dolstra
2016-03-04
Add option binary-cache-secret-key-file for signing binary caches
Eelco Dolstra
2016-03-04
BinaryCacheStore: Remove publicKeyFile argument
Eelco Dolstra
2016-03-02
Provide function required by Hydra
Eelco Dolstra
[next]