Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-20 | Use heuristics to decide when to show the response | Carlo Nucera | |
Due to https://github.com/NixOS/nix/issues/3841 we don't know how print different messages for different verbosity levels. | |||
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 | |
- Bad dynamic cast target ...classic - std::shared_ptr need explicit deref | |||
2020-06-18 | Merge remote-tracking branch 'obsidian/fix-url-format' into ↵ | John Ericson | |
add-body-to-network-errors | |||
2020-06-18 | Prevent '%' in URL from causing crashes | John Ericson | |
We have a larger problem that passsing computed strings to the first variable argument of many exception constructors is unsafe because that first variable argument is interpreted not as a plain string, but format string, and if it contains '%' boost::format will abort, since there are no arguments to the format string. In this particular instance '%' was used as part of an escape code in a URL, which, when the download failed, caused Nix to abort displaying the `FileTransferError`. | |||
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 | |
Everywhere seems to use `getHTTPStatus` now. | |||
2020-06-17 | Include review comments | Carlo Nucera | |
2020-06-17 | Make successful states coherent | Carlo Nucera | |
The successful states used in these two places in the code were slightly different. Should they be the same list? | |||
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 | |
Fixes #3618. | |||
2020-06-15 | Remove trailing whitespace | Eelco Dolstra | |
2020-06-09 | Show HTTP status message | Eelco Dolstra | |
For example: warning: unable to download 'https://api.github.com/repos/edolstra/dwarffs/commits/master': HTTP error 403 ('rate limit exceeded'); using cached version | |||
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 | |