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
addToStore, addToStoreFromDump: refactor: pass refs by const reference
Alexander Bantyev
2021-11-05
addPath: allow paths with references
Alexander Bantyev
2021-10-23
addToStore, addToStoreFromDump: add references argument
Alexander Bantyev
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
2020-12-11
Use the hash modulo in the derivation outputs
regnat
2020-12-11
Rework the db schema for derivation outputs
regnat
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-12-08
Hide the sqlite statements declarations for the local store
regnat
2020-12-02
read(): Use char * instead of unsigned char *
Eelco Dolstra
2020-11-17
Cleanup
Eelco Dolstra
2020-11-03
LocalStore: Get rid of recursive_mutex
Eelco Dolstra
2020-11-02
Don't use readDerivation() in addValidPath()
Eelco Dolstra
2020-10-29
Alter "wanted:" to "specified:" in hash mismatch output
stev
2020-10-27
Allow non-CA derivations to depend on CA derivations
regnat
[next]