index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
local-store.hh
Age
Commit message (
Expand
)
Author
2021-10-14
Remove GCState
Eelco Dolstra
2021-10-14
Move deleteFromStore()
Eelco Dolstra
2021-10-14
Make the canReachRoots() traversal non-recursive
Eelco Dolstra
2021-10-13
Fix GC when there are cycles in the referrers graph
Eelco Dolstra
2021-10-13
Simplify
Eelco Dolstra
2021-10-13
Fix auto-gc
Eelco Dolstra
2021-10-13
Non-blocking garbage collector
Eelco Dolstra
2021-10-13
Remove syncWithGC()
Eelco Dolstra
2021-10-13
Remove trash directory
Eelco Dolstra
2021-06-23
Properly fail when trying to register an incoherent realisation
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-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-03-01
SubstitutionGoal -> PathSubstitutionGoal
regnat
2021-02-26
Split {,local-}derivation-goal.{cc,hh}
John Ericson
2021-02-19
Register the realisations for unresolved drvs
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-13
Add 'nix store repair' command
Eelco Dolstra
2021-01-05
Fix deadlock in LocalStore::addSignatures()
Eelco Dolstra
2020-12-23
Expose schedule entrypoints to all stores
John Ericson
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-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-01
shut up clang warnings
regnat
2020-11-03
LocalStore: Get rid of recursive_mutex
Eelco Dolstra
2020-11-03
Add FIXME
Eelco Dolstra
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-09-16
Add a name to the stores
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-04
Fix some of the issues raised by @edolstra
John Ericson
2020-08-28
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-27
Merge pull request #3434 from Ericson2314/derivation-header-include-order
Eelco Dolstra
2020-08-20
Rename drv output querying functions, like master
John Ericson
2020-08-20
Rename drv output querying functions
John Ericson
2020-08-18
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-08-07
Squashed get CA derivations building
John Ericson
2020-08-04
Merge remote-tracking branch 'upstream/master' into drv-outputs-map-allow-mis...
John Ericson
2020-08-03
`addToStore` in terms of `addToStoreFromDump` is not local-store-specific
John Ericson
2020-08-01
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-07-31
Merge branch 'master' of github.com:NixOS/nix into drv-outputs-map-allow-missing
Carlo Nucera
2020-07-30
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-24
`queryDerivationOutputMap` no longer assumes all outputs have a mapping
John Ericson
[next]