aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2022-06-10Add missing rethrows in conditional exception handlersAnders Kaseorg
2022-06-08fix(libstore/lock): support users that belong to more than 10 groupsBernardo Meurer
2022-06-08Rewrite the CA paths when moving them between storeThéophane Hufschmitt
2022-06-08Restore the "low-latency" ssh copyingThéophane Hufschmitt
2022-06-08Add security.csm to the default ignore listJonpez2
2022-06-03Make nix copy parallel againThéophane Hufschmitt
2022-06-03Merge pull request #6600 from asymmetric/hash-commentEelco Dolstra
2022-06-01Merge branch 'master' into ltoThéophane Hufschmitt
2022-06-01schema.sql: add comment about hash being in base16Lorenzo Manacorda
2022-05-30RemoteStore::queryRealisationUncached(): Fix potential noexcept violationEelco Dolstra
2022-05-30HttpBinaryCacheStore::getFile(): Don't throw an exceptionEelco Dolstra
2022-05-25Merge branch 'master' into ltopennae
2022-05-16change priority conflict messageEli Kogan-Wang
2022-05-13Integrate review changesEli Kogan-Wang
2022-05-11Add priority for nix profile installEli Kogan-Wang
2022-05-04Fix compiler warningEelco Dolstra
2022-05-04Move json stuff out of util.ccEelco Dolstra
2022-05-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-05-03nix profile: Support overriding outputsEelco Dolstra
2022-05-03Allow selecting derivation outputs using 'installable!outputs'Eelco Dolstra
2022-04-28Fix libcxx buildEelco Dolstra
2022-04-28Fix passing $OUT_PATHS to the post-build hookEelco Dolstra
2022-04-25Merge branch 'master' into ltopennae
2022-04-21Merge pull request #6431 from NixOS/unbreak-my-buildEelco Dolstra
2022-04-21ca: add sqlite index on `RealisationsRefs(realisationReference)`Sergei Trofimovich
2022-04-21Make sure to delete all the realisation refsregnat
2022-04-21Fix the gc with indirect self-references via the realisationsregnat
2022-04-21Make the default SQLiteError constructor publicThéophane Hufschmitt
2022-04-20Actually, solve this in a lighter-weight wayJohn Ericson
2022-04-20Move templated functions to `sqlite-impl.hh`John Ericson
2022-04-20Merge remote-tracking branch 'upstream/master' into fix-url-formatJohn Ericson
2022-04-19Avoid `fmt` when constructor already does itJohn Ericson
2022-04-17doc: rephrase connect-timeout help messageAlex Ameen
2022-04-17doc: document nix.conf connect-timeout defaultAlex Ameen
2022-04-10Log builder args and environment variablesSebastian Blunt
2022-04-08Remove duplicate "error:"Eelco Dolstra
2022-04-08Error: Remove unused sname() methodEelco Dolstra
2022-04-08Remove unused Error.name fieldEelco Dolstra
2022-04-06Fix empty 'nix copy' error messageEelco Dolstra
2022-04-04Add missing #includeEelco Dolstra
2022-03-31Fix macOS buildEelco Dolstra
2022-03-31Rename 'pure' -> 'sandboxed' for consistencyEelco Dolstra
2022-03-31needsNetworkAccess() -> isSandboxed()Eelco Dolstra
2022-03-31Document isPure()Eelco Dolstra
2022-03-31Fix macOS buildEelco Dolstra
2022-03-31Support fixed-output derivations depending on impure derivationsEelco Dolstra
2022-03-31Add support for impure derivationsEelco Dolstra
2022-03-29Simplify the handling of the hash moduloThéophane Hufschmitt
2022-03-28nix profile install: Don't use queryDerivationOutputMap()Eelco Dolstra
2022-03-25Use wantOutputEelco Dolstra