index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
local-fs-store.cc
Age
Commit message (
Expand
)
Author
2024-07-15
libstore: rewrite narFromPath as generator
eldritch horrors
2024-07-05
libstore: convert dumpPath to a generator
eldritch horrors
2024-06-16
Change error messages about 'invalid paths' to 'path does not exist'.
julia
2022-12-15
getBuildLog: factor out resolving derivations
Taeer Bar-Yam
2022-12-08
Fix `nix log` with CA derivations
regnat
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2020-12-15
Use the fs accessor for readInvalidDerivation
regnat
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-07-13
toStorePath(): Return a StorePath and the suffix
Eelco Dolstra
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-05-02
LocalStoreAccessor: Fix handling of diverted stores
Eelco Dolstra
2017-04-13
Add a Config class to simplify adding configuration settings
Eelco Dolstra
2017-03-21
LocalFSStore::getBuildLog(): Handle corrupted logs
Eelco Dolstra
2017-03-15
BinaryCacheStore: Implement getBuildLog()
Eelco Dolstra
2017-03-15
Store: Add a method for getting build logs
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-08-10
FSAccessor: Throw InvalidPath
Eelco Dolstra
2016-08-10
LocalFSStore::narFromPath(): Handle the diverted store case
Eelco Dolstra
2016-08-10
Add a "root" parameter to local stores
Eelco Dolstra
2016-06-02
Make derivationFromPath work on diverted stores
Eelco Dolstra
2016-06-02
Allow setting the state directory as a store parameter
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-03-23
LocalStoreAccessor::stat: Handle ENOTDIR
Eelco Dolstra
2016-03-22
Don't overload dumpPath()
Eelco Dolstra
2016-03-21
Add Store::dumpPath() method
Eelco Dolstra
2016-02-25
Add NAR / Store accessor abstraction
Eelco Dolstra