guix/nix/libstore
Rutherther 7c0cd7e45b
Merge branch 'version-1.5.0'
Change-Id: Id73c0c74600a3da3373b3a37236b505af65bfe31
2026-01-22 13:27:13 +01:00
..
.gitignore
build.cc daemon: Fix typo in format string. 2025-12-26 00:01:43 +01:00
builtins.cc daemon: Use starts_with() and ends_with() instead of string() or hasSuffix() 2025-11-03 17:18:37 +01:00
builtins.hh daemon: Use starts_with() and ends_with() instead of string() or hasSuffix() 2025-11-03 17:18:37 +01:00
derivations.cc daemon: Use inline functions and variables instead of extern 2025-11-12 18:34:06 +01:00
derivations.hh daemon: Use inline functions and variables instead of extern 2025-11-12 18:34:06 +01:00
gc.cc daemon: Use starts_with() and ends_with() instead of string() or hasSuffix() 2025-11-03 17:18:37 +01:00
globals.cc daemon: Use inline functions and variables instead of extern 2025-11-12 18:34:06 +01:00
globals.hh nix: Spelling corrections. 2026-01-14 09:16:45 +01:00
local-store.cc daemon: Fix several format strings. 2026-01-12 10:56:37 +01:00
local-store.hh daemon: Ensure store is writable even as non-root. 2025-12-22 11:00:17 +01:00
misc.cc daemon: Use starts_with() and ends_with() instead of string() or hasSuffix() 2025-11-03 17:18:37 +01:00
misc.hh
optimise-store.cc daemon: Fix several format strings. 2026-01-12 10:56:37 +01:00
pathlocks.cc daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’. 2025-10-19 21:29:39 +02:00
pathlocks.hh
references.cc daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’. 2025-10-19 21:29:39 +02:00
references.hh
sqlite.cc daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’. 2025-10-19 21:29:39 +02:00
sqlite.hh daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’. 2025-10-19 21:29:39 +02:00
store-api.cc daemon: Use inline functions and variables instead of extern 2025-11-12 18:34:06 +01:00
store-api.hh nix: Spelling corrections. 2026-01-14 09:16:45 +01:00
worker-protocol.hh