summaryrefslogtreecommitdiff
path: root/config-daemon.ac
AgeCommit message (Expand)Author
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB.Ludovic Courtès
2021-06-18Start enabling substitutes from bordeaux.guix.gnu.org.Christopher Baines
2020-12-11maint: Remove unused 'NIX_VERSION' macro.Ludovic Courtès
2020-12-11maint: Avoid macros obsolete in Autoconf 2.70.Ludovic Courtès
2019-11-27daemon: GC remove-unused-links phase uses 'statx' when available.Ludovic Courtès
2019-11-13daemon: Don't include <linux/fs.h>.Ludovic Courtès
2019-09-08daemon: Run 'guix substitute' directly and assume a single substituter.Ludovic Courtès
2019-09-08daemon: Run 'guix offload' directly.Ludovic Courtès
2019-09-08daemon: Run 'guix perform-download' directly.Ludovic Courtès
2019-09-08daemon: Run 'guix authenticate' directly.Ludovic Courtès
2019-09-08daemon: Invoke 'guix gc --list-busy' instead of 'list-runtime-roots'.Ludovic Courtès
2019-05-01build: Change default substitute server to "ci.guix.gnu.org".Ludovic Courtès
2018-12-04build: Default to https://ci.guix.info for substitutes.Ludovic Courtès
2018-11-14daemon: Install 'authenticate' script under LIBEXECDIR/guix.Ludovic Courtès
2018-09-06build: Remove -L flag when $LIBGCRYPT_LIBDIR is empty.Ludovic Courtès
2018-03-05build: Default to berlin.guixsd.org substitutes on aarch64.Ludovic Courtès
2018-03-05build: Always use https substitute URLs.Ludovic Courtès
2018-02-27build: Really build 'guix offload' when possible.Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13.Ludovic Courtès
2018-01-07daemon: Make libbz2 an optional dependency.Ludovic Courtès
2018-01-07daemon: Add gzip log compression.Ludovic Courtès
2017-02-06config-daemon.ac: detect host ARSergei Trofimovich
2016-11-25offload: Use Guile-SSH instead of GNU lsh.Ludovic Courtès
2016-11-16daemon: Add "builtin:download" derivation builder.Ludovic Courtès
2016-07-16build: Substitute URLs now default to "mirror.hydra.gnu.org" alone.Ludovic Courtès
2016-03-19build: Protect against misconfiguration of localstatedir.Ludovic Courtès
2016-03-16build: Default to "https://mirror.hydra.gnu.org/" for substitutes.Ludovic Courtès
2015-12-09build: Always check for gzip/bzip2/xz.Ludovic Courtès
2015-10-09build: Fix libgcrypt detection on FHS systems.Ludovic Courtès
2015-06-03Merge branch 'nix'.Ludovic Courtès
2015-05-19build: Make sure $CXX supports C++11.Ludovic Courtès
2015-03-25Rename 'guix substitute-binary' to 'guix substitute'.Ludovic Courtès
2015-02-24build: Reject or warn against file name length limit overruns.Ludovic Courtès
2015-02-04build: Make 'chroot' a hard requirement.Ludovic Courtès
2015-01-04build: Check for <tr1/unordered_set>, now used by the daemon.Ludovic Courtès
2014-09-02daemon: Do not use 'vfork'.Ludovic Courtès
2014-05-17build: Add --with-libgcrypt-libdir=DIR to support Debian's multi-arch layout.Ludovic Courtès
2014-04-24build: Add missing function checks for optional daemon features.Ludovic Courtès
2014-01-24Add 'guix offload' as a daemon build hook.Ludovic Courtès
2013-12-20daemon: Implement signed archive import/export.Ludovic Courtès
2013-05-12build: Use separate `AC_CONFIG_FILES' invocations for executable files.v0.2Ludovic Courtès
2013-04-12substitute-binary: Implement `--substitute'.Ludovic Courtès
2013-04-03Add preliminary binary substituter.Ludovic Courtès
2012-12-13build: When `--enable-daemon', don't error out when Nix programs are missing.Ludovic Courtès
2012-12-06build: Run all the tests against the just-built daemon.Ludovic Courtès
2012-12-05daemon: Add `list-runtime-roots' script.Ludovic Courtès
2012-12-04build: daemon: Add missing feature tests.Ludovic Courtès
2012-12-04build: daemon: Remove extraneous quotes in CPP macro `SYSTEM'.Ludovic Courtès
2012-12-03build: Include a copy of Nix's libstore and daemon; build it.Ludovic Courtès