index
:
guix
add-compress-debug-symbols-phase
add-maintainers-to-etc-teams.scm
add-tests-for-guix-shell-container
audio-team
beam-team
bootstrap-team
client-add-build-max-log-size-option
core-packages-team
core-packages-team-2026-06-20
core-packages-team-2026-06-20-rebased
core-packages-team-2026-07-21
core-packages-team-2026-07-21-rebased
crypto-team
daemon-allow-all-clients-to-set-build-max-log-size
dexed
emacs-team
gnome-team
go-team
graal
guile-daemon
guix-extension-channels
haskell-team
hpc-team
hurd-team
hurl
java-team
javascript-team
kde-team
kernel-updates
keyring
libreoffice
librewolf-updates
lisp-team-asdf-build-system/abcl
master
merge-xorg-configurations
mesa-updates
mpd-fix-groups
nckx-patch-1
next-master
ocaml-team
onnx
perlssl
python-team
qt-team
r-team
rename-kernel-team
ruby-team
rust-team
science-team
sysadmin-team
tex-team
ungoogled-chromium-updates
version-0.10.0
version-0.11.0
version-0.12.0
version-0.13.0
version-0.14.0
version-0.15.0
version-0.16.0
version-0.8.3
version-0.9.0
version-1.0.0
version-1.0.1
version-1.1.0
version-1.2.0
version-1.3.0
version-1.4.0
version-1.5.0
wip-arm-bootstrap
wip-container
wip-digests
wip-fix-system-tests
wip-full-source-bootstrap
wip-gexp-grafts
wip-gexp-hygiene
wip-guix-log
wip-harden-installer
wip-hurd-vm
wip-ipfs
wip-ipfs-substitutes
wip-ipfs2
wip-julia-upgrade
wip-node-riscv64
wip-ocaml
wip-plmshift
wip-postfix
wip-riscv-bootstrap
wip-riscv-bootstrap1
wip-system-bootstrap
world-rebuild
Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org
Mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nix
/
libstore
/
local-store.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
daemon: Bypass authentication when importing content-addressed store items.
Ludovic Courtès
1
-14
/
+31
2026-08-17
daemon: Throw ‘AuthenticationError’ on archive authentication error.
Ludovic Courtès
1
-1
/
+1
2026-08-17
daemon: Remove ‘requireSignature’ argument to ‘importPath’.
Ludovic Courtès
1
-17
/
+12
2026-08-17
daemon: Remove ‘requireSignature’ argument to ‘importPaths’.
Ludovic Courtès
1
-2
/
+2
2026-06-24
daemon: libstore: reject invalid store paths in importPath.
Reepca Russelstein
1
-3
/
+7
2026-01-12
daemon: Fix several format strings.
Ludovic Courtès
1
-1
/
+1
2025-12-22
daemon: Ensure store is writable even as non-root.
Rutherther
1
-5
/
+13
2025-11-03
daemon: Use starts_with() and ends_with() instead of string() or hasSuffix()
Congcong Kuo
1
-2
/
+0
2025-10-19
daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’.
Congcong Kuo
1
-81
/
+81
2025-06-09
daemon: Remove ‘foreach’ and ‘foreach_reverse’
Congcong Kuo
1
-39
/
+39
2025-06-03
daemon: Remove ‘singleton’ and replace ‘typedef’ with ‘using’ in ...
Congcong Kuo
1
-3
/
+3
2025-03-26
daemon: Create /var/guix/profiles/per-user unconditionally.
Ludovic Courtès
1
-4
/
+4
2025-03-26
daemon: Allow running as non-root with unprivileged user namespaces.
Ludovic Courtès
1
-5
/
+13
2021-11-27
daemon: Print the line whence we expect an integer.
Tobias Geerinckx-Rice
1
-1
/
+2
2021-11-25
daemon: Read unsigned nar size and download size from substituter.
Ludovic Courtès
1
-2
/
+2
2021-04-09
daemon: 'guix substitute' replies on FD 4.
Ludovic Courtès
1
-6
/
+6
2020-12-08
daemon: Factorize substituter agent spawning.
Ludovic Courtès
1
-14
/
+11
2020-12-08
daemon: Use 'Agent' to spawn 'guix substitute --query'.
Ludovic Courtès
1
-122
/
+37
2020-09-14
daemon: Spawn 'guix authenticate' once for all.
Ludovic Courtès
1
-17
/
+70
2020-09-14
daemon: Isolate signing and signature verification functions.
Ludovic Courtès
1
-13
/
+30
2020-09-11
daemon: Simplify interface with 'guix authenticate'.
Ludovic Courtès
1
-16
/
+3
2019-11-13
daemon: Don't include <linux/fs.h>.
Ludovic Courtès
1
-3
/
+0
2019-10-16
daemon: Make 'profiles/per-user' non-world-writable.
Ludovic Courtès
1
-2
/
+15
2019-09-08
daemon: Run 'guix substitute' directly and assume a single substituter.
Ludovic Courtès
1
-43
/
+54
2019-09-08
daemon: Run 'guix authenticate' directly.
Ludovic Courtès
1
-2
/
+3
2019-02-04
daemon: Add "/guix" to default 'nixLibexecDir'.
Ludovic Courtès
1
-8
/
+2
2018-12-16
daemon: Use unbranded phrases in comments and messages.
Ludovic Courtès
1
-14
/
+14
2018-11-14
daemon: Install 'authenticate' script under LIBEXECDIR/guix.
Ludovic Courtès
1
-2
/
+15
2018-03-30
daemon: Remove unused schema upgrade code.
Ludovic Courtès
1
-155
/
+4
2016-10-28
daemon: Improve the SQLite wrapper API.
Eelco Dolstra
1
-175
/
+68
2016-10-28
daemon: Factor out SQLite handling.
Eelco Dolstra
1
-174
/
+0
2016-10-28
daemon: Turn retrying SQLite transactions into a higher-order function.
Eelco Dolstra
1
-33
/
+42
2016-05-31
daemon: Substitute queries return immediately when substitutes are disabled.
Ludovic Courtès
1
-0
/
+5
2016-05-31
daemon: Canonicalize gids to 0.
Eelco Dolstra
1
-2
/
+2
2015-07-07
daemon: Flush upon '\r' when reading the substituter's stderr.
Ludovic Courtès
1
-2
/
+4
2015-07-03
Merge branch 'nix'.
Ludovic Courtès
1
-5
/
+13
2015-06-03
Merge branch 'nix'.
Ludovic Courtès
1
-14
/
+17
2015-05-20
daemon: Correctly print substituter's stderr.
Ludovic Courtès
1
-1
/
+2
2015-05-19
Merge branch 'nix'.
Ludovic Courtès
1
-45
/
+36
2015-02-07
daemon: Flush upon '\r' when reading the substituter's stderr.
Ludovic Courtès
1
-2
/
+4
2015-01-04
Merge commit a1dd396cc02922372314c35c8035a38bfeea08df of branch 'nix'.
Ludovic Courtès
1
-3
/
+30
2014-12-19
Merge branch 'nix' into 'master'.
Ludovic Courtès
1
-0
/
+2010