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-07-23
tree-wide: NULL -> nullptr
Jade Lovelace
2024-07-19
gc: refactor the gc server thread out into a class without changing it
Jade Lovelace
2024-07-06
libutil: turn HashModuloSink into a free function
eldritch horrors
2024-07-05
libutil: convert readFileSource to a generator
eldritch horrors
2024-07-05
libstore: convert dumpPath to a generator
eldritch horrors
2024-06-19
libutil: return a source from readFile
eldritch horrors
2024-06-15
Change the sqlite missing valid path message to say it's the db
Jade Lovelace
2024-06-16
Change error messages about 'invalid paths' to 'path does not exist'.
julia
2024-06-16
Harmonise the Store::queryPathInfoUncached interface
julia
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
[next]