index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
local-store.cc
Age
Commit message (
Expand
)
Author
2021-11-09
Merge pull request #5494 from tweag/balsoft/allow-references-in-addPath
Eelco Dolstra
2021-11-09
addToStore, addToStoreFromDump: refactor: pass refs by const reference
Alexander Bantyev
2021-11-08
Unshare mount namespace in main()
Eelco Dolstra
2021-11-08
Merge branch 'fix-writable-shell' of https://github.com/yorickvP/nix
Eelco Dolstra
2021-11-05
addPath: allow paths with references
Alexander Bantyev
2021-10-28
Merge remote-tracking branch 'origin/master' into non-blocking-gc
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-10-23
addToStore, addToStoreFromDump: add references argument
Alexander Bantyev
2021-10-15
Restore parent mount namespace in restoreProcessContext
Yorick van Pelt
2021-10-14
pathInfoCache: Use the entire base name as the cache key
Eelco Dolstra
2021-10-13
Fix auto-gc
Eelco Dolstra
2021-10-13
Non-blocking garbage collector
Eelco Dolstra
2021-10-13
Remove trash directory
Eelco Dolstra
2021-09-30
`std::visit` by reference
John Ericson
2021-09-14
Remove the 'ca-references' feature check
Eelco Dolstra
2021-09-01
Style
Eelco Dolstra
2021-08-08
Short-circuit querying substituters on success
Sebastian Ullrich
2021-07-16
Be more lenient when realisations have a conflicting dependency set
regnat
2021-06-23
Display the diverging paths in case of a realisation mismatch
regnat
2021-06-23
Fix indentation
regnat
2021-06-23
Properly fail when trying to register an incoherent realisation
regnat
2021-06-23
Merge pull request #4836 from NixOS/ca/track-drvoutput-dependencies-2-le-retour
Eelco Dolstra
2021-06-23
Fix indentation
regnat
2021-06-23
Reformat the sql statements
regnat
2021-06-21
Shorten a stupidly long sql query name
regnat
2021-06-18
UDSRemoteStore: Support the 'root' store parameter
Eelco Dolstra
2021-06-01
Check the CA hash when importing stuff in the local store
regnat
2021-05-26
Aso track the output path of the realisation dependencies
regnat
2021-05-26
Add a db migration script
regnat
2021-05-26
Store the realisation deps on the local store
regnat
2021-05-26
Remove the remaining occurenceses of a NarHash modulo
regnat
2021-05-25
Make the Nar hash non modulo
regnat
2021-03-15
Check the signatures when copying store paths around
regnat
2021-03-15
pathInfoIsTrusted -> pathInfoIsUntrusted
regnat
2021-03-15
Add some logic for signing realisations
regnat
2021-02-25
Don't crash when copying realisations to a non-ca remote
regnat
2021-02-19
Syntactic fixes
Théophane Hufschmitt
2021-02-19
Register the realisations for unresolved drvs
regnat
2021-01-25
Merge pull request #4467 from edolstra/error-formatting
Eelco Dolstra
2021-01-25
Merge pull request #4387 from obsidiansystems/non-local-store-build
Eelco Dolstra
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-18
Fix the drv output map for non ca derivations
regnat
2021-01-15
Make public keys and `requireSigs` local-store specific again
John Ericson
2021-01-15
Merge remote-tracking branch 'upstream/master' into non-local-store-build
John Ericson
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2021-01-05
Fix deadlock in LocalStore::addSignatures()
Eelco Dolstra
2020-12-23
Move some PKI stuff from LocalStore to Store
John Ericson
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-17
Fix the detection of already built drv outputs
regnat
2020-12-16
Don't ignore an absent drv file in queryPartialDrvOutputMap
regnat
[next]