Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-29 | int2String() -> std::to_string() | Eelco Dolstra | 1 | -1/+1 | |
2015-10-21 | Show progress indicator for builtin fetchurl | Eelco Dolstra | 1 | -2/+2 | |
2015-10-21 | Disable TLS verification for builtin fetchurl | Eelco Dolstra | 1 | -9/+17 | |
This makes it consistent with the Nixpkgs fetchurl and makes it work in chroots. We don't need verification because the hash of the result is checked anyway. | |||||
2015-10-08 | Revert to CURLOPT_PROGRESSFUNCTION | Eelco Dolstra | 1 | -5/+5 | |
CURLOPT_XFERINFOFUNCTION isn't widely supported yet. http://hydra.nixos.org/build/26679495 | |||||
2015-10-07 | Show progress during downloads | Eelco Dolstra | 1 | -7/+47 | |
2015-07-20 | Make <nix/fetchurl.nix> a builtin builder | Eelco Dolstra | 1 | -0/+236 | |
This ensures that 1) the derivation doesn't change when Nix changes; 2) the derivation closure doesn't contain Nix and its dependencies; 3) we don't have to rely on ugly chroot hacks. |