depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
store-api.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
1
-47
/
+41
2018-05-30
Modularize config settings
Eelco Dolstra
1
-1
/
+1
2018-05-30
Fix assertion failure in storePathToHash()
Eelco Dolstra
1
-0
/
+2
2018-03-29
ValidPathInfo::isContentAddressed(): Ensure there are no references
Eelco Dolstra
1
-1
/
+2
2018-03-16
Reduce substitution memory consumption
Eelco Dolstra
1
-21
/
+28
2018-02-13
Allow plugins to define new settings.
Shea Levy
1
-1
/
+1
2018-02-09
getDefaultSubstituters(): Skip broken substituters
Eelco Dolstra
1
-1
/
+5
2018-02-06
Add path primop.
Shea Levy
1
-3
/
+2
2017-11-24
nix path-info: Show URL of NARs in binary caches
Eelco Dolstra
1
-0
/
+2
2017-11-20
nix copy: Abbreviate "daemon"
Eelco Dolstra
1
-2
/
+2
2017-10-25
respect SIGINT in nix copy during the paths queries #1629
AmineChikhaoui
1
-0
/
+1
2017-10-25
attempt to fix #1630: make the queries of store paths run in parallel using a...
AmineChikhaoui
1
-1
/
+8
2017-10-24
Allow shorter syntax for chroot stores
Eelco Dolstra
1
-3
/
+7
2017-10-24
More progress indicator improvements
Eelco Dolstra
1
-2
/
+10
2017-10-18
Suppress "copying 0 paths" message
Eelco Dolstra
1
-0
/
+2
2017-09-08
copyStorePath(): Fill in missing narHash regardless of checkSigs
Eelco Dolstra
1
-5
/
+1
2017-08-28
Give activities a verbosity level again
Eelco Dolstra
1
-2
/
+2
2017-08-25
Allow activities to be nested
Eelco Dolstra
1
-1
/
+3
2017-08-16
Progress indicator: Cleanup
Eelco Dolstra
1
-4
/
+3
2017-08-16
Progress indicator: Show number of active items
Eelco Dolstra
1
-1
/
+4
2017-08-16
Progress indicator: Unify "copying" and "substituting"
Eelco Dolstra
1
-8
/
+3
2017-08-16
nix copy: Improve progress indicator
Eelco Dolstra
1
-4
/
+28
2017-08-16
nix copy: Revive progress bar
Eelco Dolstra
1
-1
/
+25
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
1
-13
/
+13
2017-07-17
Fix accidental printError
Eelco Dolstra
1
-1
/
+1
2017-07-14
nix path-info: Show download sizes for binary cache stores
Eelco Dolstra
1
-7
/
+28
2017-07-14
nix path-info: Don't barf on invalid paths
Eelco Dolstra
1
-28
/
+34
2017-07-04
Sort substituters by priority
Eelco Dolstra
1
-0
/
+4
2017-07-04
getDefaultSubstituters(): Simplify initialisation
Eelco Dolstra
1
-20
/
+14
2017-07-04
Support base-64 hashes
Eelco Dolstra
1
-9
/
+8
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
1
-59
/
+32
2017-05-29
Fix nix-copy-closure test
Eelco Dolstra
1
-0
/
+1
2017-05-16
Improve progress indicator
Eelco Dolstra
1
-4
/
+5
2017-05-11
Fix typo
Eelco Dolstra
1
-1
/
+1
2017-05-08
Minor cleanup
Eelco Dolstra
1
-11
/
+13
2017-05-01
build-remote: Don't require signatures
Eelco Dolstra
1
-5
/
+13
2017-05-01
Support arbitrary store URIs in nix.machines
Eelco Dolstra
1
-7
/
+4
2017-05-01
Add a dummy Store::buildPaths() method
Eelco Dolstra
1
-0
/
+11
2017-04-13
Convert Settings to the new config system
Eelco Dolstra
1
-6
/
+3
2017-04-13
Merge branch 'rework-options' of https://github.com/copumpkin/nix
Eelco Dolstra
1
-5
/
+4
2017-04-13
Add a Config class to simplify adding configuration settings
Eelco Dolstra
1
-3
/
+6
2017-04-10
Allow "auto" as a store URI
Eelco Dolstra
1
-1
/
+1
2017-04-06
nix-daemon: Disable path info cache
Eelco Dolstra
1
-0
/
+1
2017-03-21
Only use cache.nixos.org when the store is /nix/store
Eelco Dolstra
1
-1
/
+5
2017-03-21
Restore cache.nixos.org as the default substituter
Eelco Dolstra
1
-4
/
+1
2017-03-16
copyPaths(): Use queryValidPaths() to reduce SSH latency
Eelco Dolstra
1
-23
/
+12
2017-03-16
copyPaths(): Don't query path info for a path the target already has
Eelco Dolstra
1
-0
/
+1
2017-03-03
build-remote: Don't use a SSH master
Eelco Dolstra
1
-0
/
+4
2017-02-22
Explicitly model all settings and fail on unrecognized ones
Dan Peebles
1
-3
/
+3
2017-02-22
RemoteStore::addToStore(): Pass content-addressability assertion
Eelco Dolstra
1
-0
/
+6
[next]