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
2024-03-04
Merge pull request #9804 from edolstra/missing-nar-crash
eldritch horrors
2024-03-04
Merge pull request #9582 from pennae/misc-opts
eldritch horrors
2023-08-07
Fix misread of source if path is already valid
Simon Rainerson
2023-08-02
Add comment explaining the use of `readDirectory(realStoreDir)`
John Ericson
2023-08-02
local-store verifying: Rename `store` to something more clear
John Ericson
2023-07-31
`LocalStore::verifyPath`: Try to clarify data flow with more scopes
John Ericson
2023-07-31
`LocalStore::verifyPath`: Use `StorePathSet` for `store` local var
John Ericson
2023-07-31
Refactor verifyPath to take StorePath instead of Path.
Ben Radford
2023-07-21
Merge pull request #8724 from obsidiansystems/queryPartialDerivationOutputMap...
John Ericson
2023-07-20
Give `queryPartialDerivationOutputMap` an `evalStore` parameter
John Ericson
2023-07-20
Remove unneeded copy
John Ericson
2023-07-07
Simplify `ContentAddress`
John Ericson
2023-06-20
Support opening local store with database on read-only filesystem (#8356)
Ben Radford
2023-04-17
Explain various `.self = false,`
John Ericson
2023-04-07
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-04-07
Liberate `checkDerivationOutputs` from `LocalStore`
John Ericson
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-04-02
Move `querySubstitutablePathInfos` from `LocalStore` to `Store`
John Ericson
2023-03-30
Use "raw pattern" for content address types
John Ericson
2023-03-30
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-03-27
Merge pull request #8084 from edolstra/store-docs
Eelco Dolstra
2023-03-23
Register LocalStore to ensure it's included in the manual
Eelco Dolstra
2023-03-21
Support per-store Markdown documentation
Eelco Dolstra
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-02-28
No inheritance for `TextInfo` and `FixedOutputInfo`
John Ericson
2023-02-28
Revert "Remove some designated initializers"
John Ericson
2023-02-01
Remove some designated initializers
John Ericson
2023-01-30
Merge branch 'small-storePath-cleanups' into path-info
John Ericson
2023-01-23
Don't add `StorePathDescriptor` for now
John Ericson
2023-01-17
Move the default profiles to the user’s home
Théophane Hufschmitt
2023-01-14
Make `ValidPathInfo` have plain `StorePathSet` references like before
John Ericson
2023-01-06
Do big rename to clean up code
John Ericson
2023-01-06
Use named field initialization for references
John Ericson
2023-01-06
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-01-03
Move creation of the temp roots file into its own function
Eelco Dolstra
2022-12-27
Release shared lock before acquiring exclusive lock
Naïm Favier
2022-11-21
Fix indentation
Eelco Dolstra
2022-11-03
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-09-22
Dodge "trusted" vs "trustworthy" by being explicit
John Ericson
2022-09-22
"valid signature" -> "trustworthy signature"
John Ericson
2022-09-19
Improve durability of schema version file writes
squalus
2022-09-12
Address PR feedback on #6694
Andrew Brooks
2022-09-06
Keep created temp dirs inside store, but protect from GC
Andrew Brooks
2022-09-02
Prevent tempdir from being GC-ed before addToStoreFromDump has renamed it
Andrew Brooks
2022-08-03
Only use `renameFile` where needed
Théophane Hufschmitt
2022-08-03
moveFile -> renameFile
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-04-21
ca: add sqlite index on `RealisationsRefs(realisationReference)`
Sergei Trofimovich
[next]