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-05-27
Rename some variables named “recursive” to “method”
Matthew Bauer
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
2018-10-27
Merge branch 'nix-doctor' of https://github.com/LnL7/nix
Eelco Dolstra
2018-09-07
If fallback is enabled, temporarily disable substituters after a failure
Eelco Dolstra
2018-09-07
Handle queryPathInfo() failure from substituters when fallback is enabled
Eelco Dolstra
2018-09-02
Store: expose the protocol version used by a store
Daiderd Jordan
2018-08-13
ignore when listxattr fails with ENODATA
Symphorien Gibol
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2018-05-30
LocalStore::addToStore: Throw an exception if no hash is given
Eelco Dolstra
2018-05-03
LocalStore::addValidPath(): Throw error when the CA assertion is wrong
Eelco Dolstra
2018-04-13
Fix #1921
Eelco Dolstra
2018-03-16
Reduce substitution memory consumption
Eelco Dolstra
2018-03-07
Fix #1957
Eelco Dolstra
2018-02-12
Fix hang in build-remote
Eelco Dolstra
2018-02-12
Fix 'deadlock: trying to re-acquire self-held lock'
Eelco Dolstra
2017-09-05
Add automatic garbage collection
Eelco Dolstra
2017-09-05
GC: Don't delete own temproots file
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-06-20
Call SetDllDirectory("") after sqlite3 init on cygwin
David McFarland
2017-06-19
macOS: Remove flags
Eelco Dolstra
2017-06-14
canonicalisePathMetaData(): Ignore security.selinux attribute
Eelco Dolstra
[next]