aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/builtins
AgeCommit message (Expand)Author
2024-09-26Fix passing custom CA files into the builtin:fetchurl sandboxPuck Meerburg
2024-09-25[security] builtin:fetchurl: Enable TLS verificationEelco Dolstra
2024-08-28tree-wide: shuffle headers around for about 30s compile timeJade Lovelace
2024-08-08refactor: make HashType and Base enum classes for type safetyJade Lovelace
2024-07-11libutil: remove makeDecompressionSinkeldritch horrors
2024-06-19filetransfer: return a Source from download()eldritch horrors
2024-04-25filetransfer: remove decompress request parametereldritch horrors
2024-04-11Merge pull request #10362 from obsidiansystems/maybeLstatJohn Ericson
2024-03-17Delete hasPrefix and hasSuffix from the codebaseJade Lovelace
2024-03-04Merge pull request #9229 from tfc/small-improvementseldritch horrors
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-02-27buildenv: throw BuildEnvFileConflictError with more contextBob van der Linden
2023-01-01Fix error messageSteven Shaw
2022-08-03moveFile -> renameFileThéophane Hufschmitt
2022-08-03Create a wrapper around stdlib’s `rename`Théophane Hufschmitt
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-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-03-22buildProfile(): Ignore manifest.{nix,json}Eelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-01-21Improve error formattingEelco Dolstra
2020-08-06Fix buildMatthew Bauer
2020-08-06Add hashed-mirrors backMatthew Bauer
2020-07-30Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-07-27Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-07-16Merge branch 'master' of github.com:NixOS/nix into optional-derivation-output...Carlo Nucera
2020-07-16Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-07-08Only store hash of fixed derivation outputMatthew Bauer
2020-07-06Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-29Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-06-26Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-22hashed-mirrors: Use parsed derivation output rather than reconstructing itJohn Ericson
2020-06-19WIP bug fixingCarlo Nucera
2020-06-18Revert the `enum struct` changeJohn Ericson
2020-06-18Merge branch 'enum-class' into no-hash-type-unknownJohn Ericson
2020-06-18Merge remote-tracking branch 'upstream/master' into enum-classJohn Ericson
2020-06-17Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-15Get rid of explicit ErrorInfo constructorsEelco Dolstra
2020-06-12Remove hashed-mirrorsMatthew Bauer
2020-06-02`outputHashAlgo` can be blank so parse accordinglyJohn Ericson
2020-06-02Remove `HashType::Unknown`John Ericson
2020-05-28Merge branch 'master' of github.com:NixOS/nix into enum-classCarlo Nucera
2020-05-13consistent capitalizationBen Burdette
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-05-01convert some errorsBen Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-09Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-04-08datatransfer.{cc,hh} -> filetransfer.{cc,hh}Nikola Knezevic