Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-12 | Move isUri() and resolveUri() out of filetransfer.cc | Eelco Dolstra | |
These are purely related to NIX_PATH / -I command line parsing, so put them in libexpr. | |||
2022-04-17 | doc: rephrase connect-timeout help message | Alex Ameen | |
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com> | |||
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 | |
Also use std::string_view in a few more places. | |||
2022-01-18 | Get rid of std::shared_ptr<std::string> and ref<std::string> | Eelco Dolstra | |
These were needed back in the pre-C++11 era because we didn't have move semantics. But now we do. | |||
2021-01-07 | Add 'nix store prefetch-{file,tarball}' | Eelco Dolstra | |
These replace nix-prefetch-url and nix-prefetch-url --unpack, respectively. | |||
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 | |
`nix flake info` calls the github 'commits' API, which requires authorization when the repository is private. Currently this request fails with a 404. This commit adds an authorization header when calling the 'commits' API. It also changes the way that the 'tarball' API authenticates, moving the user's token from a query parameter into the Authorization header. The query parameter method is recently deprecated and will be disallowed in November 2020. Using them today triggers a warning email. | |||
2020-08-19 | Generate the nix.conf docs from the source code | Eelco Dolstra | |
This means we don't have two (divergent) sets of option descriptions anymore. | |||
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 | |