summaryrefslogtreecommitdiff
path: root/nix/libstore/builtins.cc
AgeCommit message (Expand)AuthorFilesLines
2025-11-03daemon: Use starts_with() and ends_with() instead of string() or hasSuffix()Congcong Kuo1-1/+1
2025-10-19daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’.Congcong Kuo1-1/+2
2023-09-26daemon: Add “git-download” built-in builder.Ludovic Courtès1-2/+3
2019-09-08daemon: Run 'guix perform-download' directly.Ludovic Courtès1-2/+2
2019-02-04daemon: Add "/guix" to default 'nixLibexecDir'.Ludovic Courtès1-8/+2
2018-09-27perform-download: Optionally report a "download-progress" trace.Ludovic Courtès1-1/+4
2017-02-07daemon: Define 'NIX_STORE' before invoking 'guix perform-download'.Ludovic Courtès1-0/+6
2017-01-11daemon: Allow check builds of 'builtin:download' derivations.Ludovic Courtès1-3/+7
2016-11-16daemon: Add 'built-in-builders' RPC.Ludovic Courtès1-0/+10
2016-11-16daemon: Add "builtin:download" derivation builder.Ludovic Courtès1-0/+69