aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/builtins/fetchurl.cc
AgeCommit message (Expand)Author
2024-10-15treewide: consistently mark overridden settings as suchAlois Wohlschlager
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-03-17Delete hasPrefix and hasSuffix from the codebaseJade Lovelace
2022-05-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2020-08-06Fix buildMatthew Bauer
2020-08-06Add hashed-mirrors backMatthew Bauer
2020-06-17Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-12Remove hashed-mirrorsMatthew Bauer
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-08datatransfer.{cc,hh} -> filetransfer.{cc,hh}Nikola Knezevic
2020-04-08DataTransfer -> FileTransferNikola Knezevic
2020-04-08{get,make,new}Downloader -> DataTransferNikola Knezevic
2020-04-08Rename src/lib/download.* to src/lib/datatransfer.*Nikola Knezevic
2020-04-08DownloadRequest -> DataTransferRequestNikola Knezevic
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-06-01Fix segfault in builtin fetchurl with hashed mirrors + SRI hashesEelco Dolstra
2018-09-05fetchurl: Respect unpackEelco Dolstra
2018-08-06Fix Brotli decompression in 'nix log'Eelco Dolstra
2018-05-30Make <nix/fetchurl.nix> run in constant memoryEelco Dolstra
2018-03-20Move builtinFetchurl to its own fileEelco Dolstra