about summary refs log tree commit diff
path: root/src/libstore/store-api.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-03 Add some noexceptsEelco Dolstra1-4/+5
2019-09-03 Ensure that Callback is called only onceEelco Dolstra1-3/+5
2019-08-28 Set maximum name length in NixMatthew Bauer1-0/+4
2019-07-10 Revert "Fix 'error 9 while decompressing xz file'"Eelco Dolstra1-49/+45
2019-07-02 checkStoreName: give more precise/verbose error informationGraham Christensen1-3/+10
2019-06-24 Fix 'error 9 while decompressing xz file'Eelco Dolstra1-45/+49
2019-02-25 Extract and expose splitUriAndParams functionDzmitry Zaitsau1-4/+12
2019-01-18 unsupported(): Show the name of the unsupported operationEelco Dolstra1-2/+2
2018-10-29 copyStorePath: Fix hash errors when copying from older storeFalco Peijnenburg1-3/+7
2018-10-16 Fix assertion failure in Store::queryPathInfo()Eelco Dolstra1-0/+2
2018-09-26 UntabifyEelco Dolstra1-1/+1
2018-08-21 Improve 'coroutine has finished' error messageEelco Dolstra1-0/+2
2018-08-03 Support escaping in store URIsEelco Dolstra1-2/+18
2018-07-24 copyPathsToStore: honour keep-goingLinus Heckemann1-2/+12
2018-05-30 Simplify the callback mechanismEelco Dolstra1-47/+41
2018-05-30 Modularize config settingsEelco Dolstra1-1/+1
2018-05-30 Fix assertion failure in storePathToHash()Eelco Dolstra1-0/+2
2018-03-29 ValidPathInfo::isContentAddressed(): Ensure there are no referencesEelco Dolstra1-1/+2
2018-03-16 Reduce substitution memory consumptionEelco Dolstra1-21/+28
2018-02-13 Allow plugins to define new settings.Shea Levy1-1/+1
2018-02-09 getDefaultSubstituters(): Skip broken substitutersEelco Dolstra1-1/+5
2018-02-06 Add path primop.Shea Levy1-3/+2
2017-11-24 nix path-info: Show URL of NARs in binary cachesEelco Dolstra1-0/+2
2017-11-20 nix copy: Abbreviate "daemon"Eelco Dolstra1-2/+2
2017-10-25 respect SIGINT in nix copy during the paths queries #1629AmineChikhaoui1-0/+1
2017-10-25 attempt to fix #1630: make the queries of store paths run in parallel using a...AmineChikhaoui1-1/+8
2017-10-24 Allow shorter syntax for chroot storesEelco Dolstra1-3/+7
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