index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
filetransfer.cc
Age
Commit message (
Expand
)
Author
2024-05-05
filetransfer: abort transfer on receiver exception
eldritch horrors
2024-04-26
filetransfer: don't decompress in curl wrapper itself
eldritch horrors
2024-04-26
filetransfer: remove dataCallback from interface
eldritch horrors
2024-04-26
filetransfer: make two-arg download abstract
eldritch horrors
2024-04-25
filetransfer: drop errorSink
eldritch horrors
2024-04-25
filetransfer: restore http status line reporting
eldritch horrors
2024-04-23
libstore: use curl functions for reading headers
eldritch horrors
2024-04-23
libstore: remove github etag workaround
eldritch horrors
2024-04-22
libstore: use curl_multi_{poll,wakeup}
eldritch horrors
2024-04-22
libstore: remove ancient libcurl feature checks
eldritch horrors
2024-03-29
Fix various clang-tidy lints
Jade Lovelace
2024-03-26
libstore/filetransfer: use Lix UA and unnix error message
Raito Bezarius
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2023-08-11
FileTransfer::download: fix use-after-move
Yorick van Pelt
2023-06-13
Allow tarball URLs to redirect to a lockable immutable URL
Eelco Dolstra
2023-04-03
Allow open switch-enum in 5 places
Robert Hensing
2023-03-17
Add a setting for configuring the SSL certificates file
Eelco Dolstra
2023-03-03
Merge pull request #7942 from edolstra/remove-format
Eelco Dolstra
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-03-02
Log the decompressed body in case of http errors
Théophane Hufschmitt
2023-02-28
Merge pull request #7793 from layus/interrupt_downloads
Eelco Dolstra
2023-02-10
nit: cleaner diff
Guillaume Maudoux
2023-02-10
Flush data when download ends
Guillaume Maudoux
2023-02-09
Check interupts even when download stalled
Guillaume Maudoux
2023-02-03
advertise transport encoding in http transfers to
Jörg Thalheim
2022-12-12
Move isUri() and resolveUri() out of filetransfer.cc
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-09-19
Remove a useless debug message in filetransfer.cc
Théophane Hufschmitt
2022-08-19
add a nix.conf option to set a download speed limit
Solene Rapenne
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-04-19
Avoid `fmt` when constructor already does it
John Ericson
2022-03-03
Fix segfault in headerCallback()
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-07
Fix 'basic_string::_M_construct null not valid' in interrupted download
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2021-12-16
Ignore EPERM when unsharing FS state
Eelco Dolstra
2021-10-15
Restore parent mount namespace in restoreProcessContext
Yorick van Pelt
2021-10-12
Cleanup
Eelco Dolstra
2021-10-07
nix repl: properly deal with interruptions
Maximilian Bosch
2021-04-23
unified macro style for ENABLE_S3
p01arst0rm
2021-03-10
Use libarchive for all compression
Yorick van Pelt
2021-01-27
Drop trailing whitespace
Eelco Dolstra
2021-01-25
Merge pull request #4467 from edolstra/error-formatting
Eelco Dolstra
2021-01-22
Handle missing etag in 304 Not Modified response
Matthew Bauer
2021-01-21
Improve error formatting
Eelco Dolstra
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-25
Merge remote-tracking branch 'origin/master' into github-api-token
Gregory Hale
[next]