aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2022-10-18Implement BinaryCacheStore::queryPathFromHashPart()Eelco Dolstra
2022-10-14Merge pull request #7168 from NixOS/rosetta-testEelco Dolstra
2022-10-14Remove useless debug statementsEelco Dolstra
2022-10-14Use /usr/bin/trueEelco Dolstra
2022-10-13Fix error display if execve() in the builder failsEelco Dolstra
2022-10-13Improve Rosetta detectionEelco Dolstra
2022-10-12Make warning about chroot store location more accurateSteam Deck User
2022-10-05Merge pull request #6870 from amjoseph-nixpkgs/pr/doc/explain-local-remote-bi...Valentin Gagarin
2022-09-30Merge pull request #7080 from squalus/nar-close-fileEelco Dolstra
2022-09-24Merge pull request #7078 from obsidiansystems/trustworthy-signatureThéophane Hufschmitt
2022-09-24Merge pull request #7079 from matthewbauer/allow-untrusted-settingsThéophane Hufschmitt
2022-09-24Merge pull request #7059 from NixOS/remove-useless-ca-file-messageEelco Dolstra
2022-09-23Apply suggestions from code reviewJohn Ericson
2022-09-22archive: check close errors when extracting narssqualus
2022-09-22Allow pass max-silent-time and build-poll-interval to daemon untrustedMatthew Bauer
2022-09-22Dodge "trusted" vs "trustworthy" by being explicit John Ericson
2022-09-22"valid signature" -> "trustworthy signature"John Ericson
2022-09-19Improve durability of schema version file writessqualus
2022-09-19Remove a useless debug message in filetransfer.ccThéophane Hufschmitt
2022-09-13Merge pull request #6994 from agbrooks/masterThéophane Hufschmitt
2022-09-12Address PR feedback on #6694Andrew Brooks
2022-09-06Keep created temp dirs inside store, but protect from GCAndrew Brooks
2022-09-02Prevent tempdir from being GC-ed before addToStoreFromDump has renamed itAndrew Brooks
2022-09-02Don’t readDerivation if impure derivations feature is disabledMatthew Bauer
2022-09-01linkify mention of other optionsAdam Joseph
2022-09-01move substituter signature-checking conditions to configuration file document...Adam Joseph
2022-08-26Merge pull request #6954 from winterqt/darwin-sandbox-trustdEelco Dolstra
2022-08-24fix(libstore): allow access to trustd on macOSWinter
2022-08-24Remove redundant FinallyEelco Dolstra
2022-08-24Fix macOS buildEelco Dolstra
2022-08-23Fix a hang in nix-copy-ssh.shEelco Dolstra
2022-08-22IndentationEelco Dolstra
2022-08-22Merge remote-tracking branch 'origin/master' into parallel-nix-copyEelco Dolstra
2022-08-22Merge pull request #6926 from rapenne-s/download_limitEelco Dolstra
2022-08-22SpellingEelco Dolstra
2022-08-20Better documentation wordingSolène Rapenne
2022-08-19add a nix.conf option to set a download speed limitSolene Rapenne
2022-08-19don't read outputs into memory for output rewritingpennae
2022-08-17Remove warnLargeDump()Eelco Dolstra
2022-08-10Merge pull request #6850 from NinjaTrappeur/nin/build-checkThéophane Hufschmitt
2022-08-03Only use `renameFile` where neededThéophane Hufschmitt
2022-08-03moveFile -> renameFileThéophane Hufschmitt
2022-08-03Create a wrapper around stdlib’s `rename`Théophane Hufschmitt
2022-08-01derivation-goal.cc: remove bmCheck custom return branch on buildDoneFélix Baylac-Jacqué
2022-07-22Merge pull request #6814 from amjoseph-nixpkgs/pr/sandbox-error-messagesThéophane Hufschmitt
2022-07-20Merge branch 'master' into parallel-nix-copyThéophane Hufschmitt
2022-07-19libstore/globals.cc: Move cgroup detection to libutilAlex Wied
2022-07-19libstore/globals.cc: Automatically set cores based on cgroup CPU limitAlex Wied
2022-07-19Don't ultimately trust the signed pathsThéophane Hufschmitt
2022-07-19local-derivation-goal.cc: save global errno to the stack before performing te...Adam Joseph