summaryrefslogtreecommitdiff
path: root/nix/libstore/store-api.cc
AgeCommit message (Expand)AuthorFilesLines
2026-08-17daemon: Bypass authentication when importing content-addressed store items.Ludovic Courtès1-0/+23
2026-08-17daemon: Separate out ‘textTypeWithReferences’.Ludovic Courtès1-4/+11
2026-06-24daemon: libstore: add assertStorePathStrict and helpers.Reepca Russelstein1-16/+95
2025-11-12daemon: Use inline functions and variables instead of externCongcong Kuo1-13/+0
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-8/+7
2025-06-09daemon: Remove ‘foreach’ and ‘foreach_reverse’Congcong Kuo1-21/+21
2024-11-17daemon: Improve error message in ‘checkStoreName’.Brennan Vincent1-1/+1
2022-09-11daemon: Remove unused function exportPaths.Maxime Devos1-11/+0
2022-09-11daemon: Remove unused function openStore.Maxime Devos1-6/+0
2019-06-13daemon: Replace "illegal" by "invalid" in error messages.Ludovic Courtès1-1/+1
2018-12-16daemon: Use unbranded phrases in comments and messages.Ludovic Courtès1-3/+3
2018-06-14Remove 'guix-register' and its traces.Ludovic Courtès1-26/+0
2018-03-30daemon: Remove dead code.Ludovic Courtès1-31/+0
2015-12-30daemon: Remove unused 'RemoteStore' class.Ludovic Courtès1-5/+17
2014-12-19Merge branch 'nix' into 'master'.Ludovic Courtès1-0/+331