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-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-09-21
Merge "local-store: make extended attribute handling more robust" into main
alois31
2024-09-14
Merge changes Ia1481da4,Ifca1d74d into main
jade
2024-09-14
local-store: make extended attribute handling more robust
Alois Wohlschlager
2024-09-11
archive: rename ParseSink to NARParseVisitor
Jade Lovelace
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-08
sqlite: add a Use::fromStrNullable
Jade Lovelace
2024-08-08
tree-wide: fix a pile of lints
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
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
[next]