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
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
2020-09-21
Move Callback into its own header
Eelco Dolstra
2020-09-16
Fetch commits from github/gitlab using Auth header
Greg Hale
2020-07-20
Use heuristics to decide when to show the response
Carlo Nucera
2020-07-16
Merge branch 'master' of github.com:NixOS/nix into add-body-to-network-errors
Carlo Nucera
2020-07-15
Merge branch 'master' of github.com:NixOS/nix into add-body-to-network-errors
Carlo Nucera
2020-06-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-18
Fix bugs
John Ericson
2020-06-18
Merge remote-tracking branch 'obsidian/fix-url-format' into add-body-to-netwo...
John Ericson
2020-06-18
Prevent '%' in URL from causing crashes
John Ericson
2020-06-18
Adjust FileTransferError message to use opt response
John Ericson
2020-06-17
Add HTTP responses to FileTransferErrors
Carlo Nucera
2020-06-17
Replace `TransferItem::status` with a local variable
Carlo Nucera
2020-06-17
Include review comments
Carlo Nucera
2020-06-17
Make successful states coherent
Carlo Nucera
2020-06-17
Fix coverage build
Eelco Dolstra
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-16
Fix FTP support
Eelco Dolstra
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-06-09
Show HTTP status message
Eelco Dolstra
2020-06-09
FileTransfer: Don't store status since curl already does that
Eelco Dolstra
2020-06-02
elide the 'ErrorInfo' in logError and logWarning calls
Ben Burdette
2020-05-13
consistent capitalization
Ben Burdette
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
[prev]