aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/filetransfer.hh
AgeCommit message (Expand)Author
2024-08-28tree-wide: shuffle headers around for about 30s compile timeJade Lovelace
2024-06-19filetransfer: return a Source from download()eldritch horrors
2024-06-18filetransfer: {up,down}load -> transfereldritch horrors
2024-06-01chore: rebrand Nix to Lix when it makes senseRaito Bezarius
2024-05-29util.hh: Delete remaining file and clean up headersTom Hubrecht
2024-05-10libstore: de-callback-ify FileTransfereldritch horrors
2024-04-26filetransfer: remove dataCallback from interfaceeldritch horrors
2024-04-26filetransfer: make two-arg download abstracteldritch horrors
2024-04-25filetransfer: remove decompress request parametereldritch horrors
2023-06-13Allow tarball URLs to redirect to a lockable immutable URLEelco Dolstra
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-03-31Extend internal API docs, part 2John Ericson
2022-12-12Move isUri() and resolveUri() out of filetransfer.ccEelco Dolstra
2022-04-17doc: rephrase connect-timeout help messageAlex Ameen
2022-04-17doc: document nix.conf connect-timeout defaultAlex Ameen
2022-04-08Error: Remove unused sname() methodEelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-01-18Get rid of std::shared_ptr<std::string> and ref<std::string>Eelco Dolstra
2021-01-07Add 'nix store prefetch-{file,tarball}'Eelco Dolstra
2020-12-02Sink: Use std::string_viewEelco Dolstra
2020-09-29Make Headers an optional argumentEelco Dolstra
2020-09-16Fetch commits from github/gitlab using Auth headerGreg Hale
2020-08-19Generate the nix.conf docs from the source codeEelco Dolstra
2020-06-18Adjust FileTransferError message to use opt responseJohn Ericson
2020-06-17Add HTTP responses to FileTransferErrorsCarlo Nucera
2020-05-11fixes to merged codeBen Burdette
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-04-08datatransfer.{cc,hh} -> filetransfer.{cc,hh}Nikola Knezevic