about summary refs log tree commit diff
path: root/src/libstore/store-api.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-24 More progress indicator improvementsEelco Dolstra1-2/+10
2017-10-18 Suppress "copying 0 paths" messageEelco Dolstra1-0/+2
2017-09-08 copyStorePath(): Fill in missing narHash regardless of checkSigsEelco Dolstra1-5/+1
2017-08-28 Give activities a verbosity level againEelco Dolstra1-2/+2
2017-08-25 Allow activities to be nestedEelco Dolstra1-1/+3
2017-08-16 Progress indicator: CleanupEelco Dolstra1-4/+3
2017-08-16 Progress indicator: Show number of active itemsEelco Dolstra1-1/+4
2017-08-16 Progress indicator: Unify "copying" and "substituting"Eelco Dolstra1-8/+3
2017-08-16 nix copy: Improve progress indicatorEelco Dolstra1-4/+28
2017-08-16 nix copy: Revive progress barEelco Dolstra1-1/+25
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-13/+13
2017-07-17 Fix accidental printErrorEelco Dolstra1-1/+1
2017-07-14 nix path-info: Show download sizes for binary cache storesEelco Dolstra1-7/+28
2017-07-14 nix path-info: Don't barf on invalid pathsEelco Dolstra1-28/+34
2017-07-04 Sort substituters by priorityEelco Dolstra1-0/+4
2017-07-04 getDefaultSubstituters(): Simplify initialisationEelco Dolstra1-20/+14
2017-07-04 Support base-64 hashesEelco Dolstra1-9/+8
2017-07-03 Replace a few bool flags with enumsEelco Dolstra1-59/+32
2017-05-29 Fix nix-copy-closure testEelco Dolstra1-0/+1
2017-05-16 Improve progress indicatorEelco Dolstra1-4/+5
2017-05-11 Fix typoEelco Dolstra1-1/+1
2017-05-08 Minor cleanupEelco Dolstra1-11/+13
2017-05-01 build-remote: Don't require signaturesEelco Dolstra1-5/+13
2017-05-01 Support arbitrary store URIs in nix.machinesEelco Dolstra1-7/+4
2017-05-01 Add a dummy Store::buildPaths() methodEelco Dolstra1-0/+11
2017-04-13 Convert Settings to the new config systemEelco Dolstra1-6/+3
2017-04-13 Merge branch 'rework-options' of https://github.com/copumpkin/nixEelco Dolstra1-5/+4
2017-04-13 Add a Config class to simplify adding configuration settingsEelco Dolstra1-3/+6
2017-04-10 Allow "auto" as a store URIEelco Dolstra1-1/+1
2017-04-06 nix-daemon: Disable path info cacheEelco Dolstra1-0/+1
2017-03-21 Only use cache.nixos.org when the store is /nix/storeEelco Dolstra1-1/+5
2017-03-21 Restore cache.nixos.org as the default substituterEelco Dolstra1-4/+1
2017-03-16 copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra1-23/+12
2017-03-16 copyPaths(): Don't query path info for a path the target already hasEelco Dolstra1-0/+1
2017-03-03 build-remote: Don't use a SSH masterEelco Dolstra1-0/+4
2017-02-22 Explicitly model all settings and fail on unrecognized onesDan Peebles1-3/+3
2017-02-22 RemoteStore::addToStore(): Pass content-addressability assertionEelco Dolstra1-0/+6
2017-02-07 Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nixEelco Dolstra1-2/+22
2017-02-07 copyStorePath(): Don't require signatures for "trusted" storesEelco Dolstra1-0/+9
2017-02-07 Provide default implementations for a couple of Store methodsEelco Dolstra1-0/+13
2017-01-26 exportReferencesGraph: Export more complete info in JSON formatEelco Dolstra1-0/+59
2017-01-20 nix-copy-closure: Implement in C++.Shea Levy1-2/+22
2016-11-10 build-remote: Implement in C++Shea Levy1-0/+33
2016-11-09 copyClosure() / copyStorePath(): Expose dontCheckSigsEelco Dolstra1-4/+4
2016-11-09 Merge branch 'ssh-store' of https://github.com/shlevy/nixEelco Dolstra1-23/+24
2016-10-21 BinaryCacheStore: Optionally write a NAR listingEelco Dolstra1-1/+1
2016-10-07 Store::queryValidPaths(): Use async queryPathInfo()Eelco Dolstra1-4/+39
2016-10-07 Implement generic Store::queryValidPaths()Eelco Dolstra1-0/+11
2016-10-07 Add copyClosure utility function for HydraEelco Dolstra1-0/+24
2016-09-21 printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra1-1/+1