aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2022-07-14Fix bug, test more, document moreJohn Ericson
2022-07-14Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputsJohn Ericson
2022-07-14Disable auto-chroot if $NIX_STORE_DIR is setEelco Dolstra
2022-06-29Don't fail if we can't create ~/.local/share/nix/rootEelco Dolstra
2022-06-29Merge pull request #6706 from lheckemann/cache-info-cache-invalidationThéophane Hufschmitt
2022-06-25Merge pull request #6714 from edolstra/auto-chroot-storeEelco Dolstra
2022-06-24Only do the auto chroot store on LinuxEelco Dolstra
2022-06-23[fixup] handle cache expiration in sqlite queryLinus Heckemann
2022-06-23libstore/nar-info: drop unused system fieldCole Helbling
2022-06-23Fix typoEelco Dolstra
2022-06-23Automatically use a chroot store if /nix doesn't existEelco Dolstra
2022-06-23Merge pull request #6710 from edolstra/embedded-sandbox-shellEelco Dolstra
2022-06-23Fix typoEelco Dolstra
2022-06-23Merge pull request #6673 from asymmetric/warnThéophane Hufschmitt
2022-06-23Embed the sandbox shell into the statically linked 'nix' binaryEelco Dolstra
2022-06-23Remove NIX_LIBEXEC_DIREelco Dolstra
2022-06-23Fix build-remote in nix-staticEelco Dolstra
2022-06-22nar-info-disk-cache: refresh nix-cache-info weeklyLinus Heckemann
2022-06-15libstore: improve warning message on missing sigLorenzo Manacorda
2022-06-13Merge pull request #6619 from Jonpez2/patch-1Eelco Dolstra
2022-06-13Merge pull request #6634 from lovesegfault/fix-getgrouplistEelco Dolstra
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-08Add security.csm to the default ignore listJonpez2
2022-06-03Merge pull request #6600 from asymmetric/hash-commentEelco Dolstra
2022-06-02Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputsJohn Ericson
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-12Use `^` not `!` in indexed store derivations installable syntaxJohn Ericson
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