index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
builtins
/
fetchurl.cc
Age
Commit message (
Expand
)
Author
2024-10-15
treewide: consistently mark overridden settings as such
Alois Wohlschlager
2024-09-26
Fix passing custom CA files into the builtin:fetchurl sandbox
Puck Meerburg
2024-09-25
[security] builtin:fetchurl: Enable TLS verification
Eelco Dolstra
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-07-11
libutil: remove makeDecompressionSink
eldritch horrors
2024-06-19
filetransfer: return a Source from download()
eldritch horrors
2024-04-25
filetransfer: remove decompress request parameter
eldritch horrors
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2020-08-06
Fix build
Matthew Bauer
2020-08-06
Add hashed-mirrors back
Matthew Bauer
2020-06-17
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-06-12
Remove hashed-mirrors
Matthew Bauer
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
2020-04-08
DataTransfer -> FileTransfer
Nikola Knezevic
2020-04-08
{get,make,new}Downloader -> DataTransfer
Nikola Knezevic
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
2020-04-08
DownloadRequest -> DataTransferRequest
Nikola Knezevic
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-06-01
Fix segfault in builtin fetchurl with hashed mirrors + SRI hashes
Eelco Dolstra
2018-09-05
fetchurl: Respect unpack
Eelco Dolstra
2018-08-06
Fix Brotli decompression in 'nix log'
Eelco Dolstra
2018-05-30
Make <nix/fetchurl.nix> run in constant memory
Eelco Dolstra
2018-03-20
Move builtinFetchurl to its own file
Eelco Dolstra