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
2020-06-17
Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...
John Ericson
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-06-15
Merge branch 'errors-phase-2' of https://github.com/bburdette/nix
Eelco Dolstra
2020-06-12
Add Store::readDerivation() convenience function
Eelco Dolstra
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-03
libutils/hash: remove default encoding
zimbatm
2020-06-02
elide the 'ErrorInfo' in logError and logWarning calls
Ben Burdette
2020-05-29
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-05-28
Merge remote-tracking branch 'me/more-rust-ffi' into no-stringly-typed-deriva...
John Ericson
2020-05-27
Rename some variables named “recursive” to “method”
Matthew Bauer
2020-05-13
formatting and a few minor changes
Ben Burdette
2020-05-13
consistent capitalization
Ben Burdette
2020-05-13
change status messages to info level
Ben Burdette
2020-05-12
remove unused extra json fields
Ben Burdette
2020-05-12
new pos format for more errors
Ben Burdette
2020-05-11
fixes to merged code
Ben Burdette
2020-05-01
convert some errors
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-03-30
Store parsed hashes in `DerivationOutput`
John Ericson
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2020-03-13
Fix ca-references feature check
Eelco Dolstra
2020-03-12
pathInfoCache: Respect disk cache TTLs #3398
Robert Hensing
2020-02-18
LocalStore::checkDerivationOutputs(): Improve error message
Eelco Dolstra
2019-12-17
Add priority setting to stores
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-26
Simplify
Eelco Dolstra
2019-11-26
Merge branch 'repair-bad-links' of https://github.com/chkno/nix
Eelco Dolstra
2019-11-26
Disallow empty store path names
Eelco Dolstra
2019-11-26
Doh
Eelco Dolstra
2019-11-15
Check for and repair bad .links entries
Chuck
2019-10-31
Minor updates to inline comments
Benjamin Hipple
2019-10-29
queryPathInfoUncached(): Return const ValidPathInfo
Eelco Dolstra
2019-10-21
Mark content-addressable paths with references as experimental
Eelco Dolstra
2019-10-21
Allow content-addressable paths to have references
Eelco Dolstra
2019-10-10
Doh
Eelco Dolstra
2019-10-09
Force per-user group to a known value
Eelco Dolstra
2019-10-09
Go back to 755 permission on per-user directories
Eelco Dolstra
2019-10-09
nix-env: Create ~/.nix-profile automatically
Eelco Dolstra
2019-10-09
Remove world-writability from per-user directories
Eelco Dolstra
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-09-22
Don't catch exceptions by value
Eelco Dolstra
2019-09-03
Add some noexcepts
Eelco Dolstra
2019-08-02
nix-store --verify: Don't repair while holding the GC lock
Eelco Dolstra
2019-02-05
Revert "Restore parent mount namespace before executing a child process"
Eelco Dolstra
2018-12-12
libstore: improve hash mismatch error messages
zimbatm
2018-11-13
Restore parent mount namespace before executing a child process
Eelco Dolstra
[next]