index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
store-api.cc
Age
Commit message (
Expand
)
Author
2019-12-17
Add priority setting to stores
Eelco Dolstra
2019-12-16
nix-store -r: Handle symlinks to store paths
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-26
Fix clang warnings
Eelco Dolstra
2019-11-26
Disallow empty store path names
Eelco Dolstra
2019-10-29
queryPathInfoUncached(): Return const ValidPathInfo
Eelco Dolstra
2019-10-21
Allow content-addressable paths to have references
Eelco Dolstra
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-09-03
Add some noexcepts
Eelco Dolstra
2019-09-03
Ensure that Callback is called only once
Eelco Dolstra
2019-08-28
Set maximum name length in Nix
Matthew Bauer
2019-07-10
Revert "Fix 'error 9 while decompressing xz file'"
Eelco Dolstra
2019-07-02
checkStoreName: give more precise/verbose error information
Graham Christensen
2019-06-24
Fix 'error 9 while decompressing xz file'
Eelco Dolstra
2019-02-25
Extract and expose splitUriAndParams function
Dzmitry Zaitsau
2019-01-18
unsupported(): Show the name of the unsupported operation
Eelco Dolstra
2018-10-29
copyStorePath: Fix hash errors when copying from older store
Falco Peijnenburg
2018-10-16
Fix assertion failure in Store::queryPathInfo()
Eelco Dolstra
2018-09-26
Untabify
Eelco Dolstra
2018-08-21
Improve 'coroutine has finished' error message
Eelco Dolstra
2018-08-03
Support escaping in store URIs
Eelco Dolstra
2018-07-24
copyPathsToStore: honour keep-going
Linus Heckemann
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2018-05-30
Modularize config settings
Eelco Dolstra
2018-05-30
Fix assertion failure in storePathToHash()
Eelco Dolstra
2018-03-29
ValidPathInfo::isContentAddressed(): Ensure there are no references
Eelco Dolstra
2018-03-16
Reduce substitution memory consumption
Eelco Dolstra
2018-02-13
Allow plugins to define new settings.
Shea Levy
2018-02-09
getDefaultSubstituters(): Skip broken substituters
Eelco Dolstra
2018-02-06
Add path primop.
Shea Levy
2017-11-24
nix path-info: Show URL of NARs in binary caches
Eelco Dolstra
2017-11-20
nix copy: Abbreviate "daemon"
Eelco Dolstra
2017-10-25
respect SIGINT in nix copy during the paths queries #1629
AmineChikhaoui
2017-10-25
attempt to fix #1630: make the queries of store paths run in parallel using a...
AmineChikhaoui
2017-10-24
Allow shorter syntax for chroot stores
Eelco Dolstra
2017-10-24
More progress indicator improvements
Eelco Dolstra
2017-10-18
Suppress "copying 0 paths" message
Eelco Dolstra
2017-09-08
copyStorePath(): Fill in missing narHash regardless of checkSigs
Eelco Dolstra
2017-08-28
Give activities a verbosity level again
Eelco Dolstra
2017-08-25
Allow activities to be nested
Eelco Dolstra
2017-08-16
Progress indicator: Cleanup
Eelco Dolstra
2017-08-16
Progress indicator: Show number of active items
Eelco Dolstra
2017-08-16
Progress indicator: Unify "copying" and "substituting"
Eelco Dolstra
2017-08-16
nix copy: Improve progress indicator
Eelco Dolstra
2017-08-16
nix copy: Revive progress bar
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-17
Fix accidental printError
Eelco Dolstra
2017-07-14
nix path-info: Show download sizes for binary cache stores
Eelco Dolstra
2017-07-14
nix path-info: Don't barf on invalid paths
Eelco Dolstra
2017-07-04
Sort substituters by priority
Eelco Dolstra
[next]