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-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
2020-09-28
Merge remote-tracking branch 'upstream/master' into ca-floating-upstream
John Ericson
2020-09-23
lstat() cleanup
Eelco Dolstra
2020-09-23
canonicalisePathMetaData_(): Change assertion to error message
Eelco Dolstra
2020-09-22
Merge remote-tracking branch 'origin/master' into non-ca-depending-on-ca
regnat
2020-09-22
Merge pull request #4038 from maljub01/master
Eelco Dolstra
2020-09-22
Merge remote-tracking branch 'upstream/master' into ca-floating-upstream
John Ericson
2020-09-21
Move Callback into its own header
Eelco Dolstra
2020-09-21
Update the variable name accordingly
Marwan Aljubeh
2020-09-18
Add a nix.conf option for allowing a symlinked store
Marwan Aljubeh
2020-09-17
Merge remote-tracking branch 'upstream/master' into ca-floating-upstream
John Ericson
2020-09-16
Document the new store hierarchy
regnat
2020-09-16
Correctly call all the parent contructors of the stores
regnat
2020-09-04
Fix querying outputs for CA derivations some more
John Ericson
2020-09-04
Fix floating CA tests
John Ericson
2020-08-24
CA derivations that depend on other CA derivations
John Ericson
2020-08-20
Rename drv output querying functions, like master
John Ericson
2020-08-14
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-14
Merge pull request #3875 from obsidiansystems/new-interface-for-path-pathOpt
Eelco Dolstra
2020-08-14
Merge pull request #3899 from obsidiansystems/make-narHash-not-optional
Eelco Dolstra
2020-08-13
Use `TeeSink` and `TeeSouce` in a few more places
John Ericson
2020-08-07
Squashed get CA derivations building
John Ericson
2020-08-06
Minimize the usage of `Hash::dummy`
John Ericson
2020-08-05
Merge branch 'master' of github.com:NixOS/nix into new-interface-for-path-pat...
Carlo Nucera
2020-08-05
Remove Hash::operator bool ()
Carlo Nucera
2020-08-05
Merge branch 'master' of github.com:NixOS/nix into make-narHash-not-optional
Carlo Nucera
[next]