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-06-01
chore: rebrand Nix to Lix when it makes sense
Raito Bezarius
2024-05-31
truncate WAL files on exit
annalee
2024-05-10
libutil: remove callback.hh
eldritch horrors
2024-05-09
libstore: un-callback-ify Store::queryRealisationUncached
eldritch horrors
2024-05-09
libstore: de-callback-ify Store::queryPathInfoUncached
eldritch horrors
2024-04-23
libstore: Create platform LocalStore subclasses
Artemis Tosini
2024-03-29
Fix various clang-tidy lints
Jade Lovelace
2024-03-23
feat: unprivileged read-only open of SQLite DB
Raito Bezarius
2024-03-18
libutil: make AutoCloseFD a better resource
eldritch horrors
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
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
[next]