index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
filetransfer.hh
Age
Commit message (
Expand
)
Author
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-06-19
filetransfer: return a Source from download()
eldritch horrors
2024-06-18
filetransfer: {up,down}load -> transfer
eldritch horrors
2024-06-01
chore: rebrand Nix to Lix when it makes sense
Raito Bezarius
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-10
libstore: de-callback-ify FileTransfer
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: remove decompress request parameter
eldritch horrors
2023-06-13
Allow tarball URLs to redirect to a lockable immutable URL
Eelco Dolstra
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-31
Extend internal API docs, part 2
John Ericson
2022-12-12
Move isUri() and resolveUri() out of filetransfer.cc
Eelco Dolstra
2022-04-17
doc: rephrase connect-timeout help message
Alex Ameen
2022-04-17
doc: document nix.conf connect-timeout default
Alex Ameen
2022-04-08
Error: Remove unused sname() method
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2021-01-07
Add 'nix store prefetch-{file,tarball}'
Eelco Dolstra
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-09-29
Make Headers an optional argument
Eelco Dolstra
2020-09-16
Fetch commits from github/gitlab using Auth header
Greg Hale
2020-08-19
Generate the nix.conf docs from the source code
Eelco Dolstra
2020-06-18
Adjust FileTransferError message to use opt response
John Ericson
2020-06-17
Add HTTP responses to FileTransferErrors
Carlo Nucera
2020-05-11
fixes to merged code
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