summaryrefslogtreecommitdiff
path: root/nix/libstore/globals.cc
AgeCommit message (Expand)AuthorFilesLines
2026-05-27daemon: Allow ADDR_NO_RANDOMIZE to be omitted if `--allow-aslr'.Reepca Russelstein1-0/+1
2026-02-06daemon: Remove unused entities in globals.{hh, cc}.Congcong Kuo1-7/+0
2025-11-12daemon: Use inline functions and variables instead of externCongcong Kuo1-6/+0
2025-11-03daemon: Use starts_with() and ends_with() instead of string() or hasSuffix()Congcong Kuo1-2/+0
2025-10-19daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’.Congcong Kuo1-4/+4
2025-06-24daemon: Use slirp4netns to provide networking to fixed-output derivations.Reepca Russelstein1-0/+2
2025-06-09daemon: Remove ‘foreach’ and ‘foreach_reverse’Congcong Kuo1-5/+5
2024-01-05daemon: Change default ‘timeout’ and ‘max-silent-time’ values.Ludovic Courtès1-2/+2
2022-01-18daemon: Always default to gzip for log compression.Ludovic Courtès1-4/+0
2019-09-08daemon: Remove 'NIX_LIBEXEC_DIR'.Ludovic Courtès1-1/+0
2019-09-08daemon: Invoke 'guix gc --list-busy' instead of 'list-runtime-roots'.Ludovic Courtès1-0/+1
2019-06-13daemon: Replace "illegal" by "invalid" in error messages.Ludovic Courtès1-1/+1
2019-02-04daemon: Remove the 'NIX_SUBSTITUTERS' environment variable.Ludovic Courtès1-12/+0
2019-02-04daemon: Remove unused 'NIX_DATA_DIR' environment variable.Ludovic Courtès1-1/+0
2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables.Ludovic Courtès1-3/+3
2018-12-16daemon: Use unbranded phrases in comments and messages.Ludovic Courtès1-1/+1
2018-10-15daemon: Support multiplexed build output.Ludovic Courtès1-0/+2
2018-10-02daemon: Remove unused 'Settings' fields.Ludovic Courtès1-9/+0
2018-03-30daemon: Remove dead code.Ludovic Courtès1-44/+0
2018-01-07daemon: Make libbz2 an optional dependency.Ludovic Courtès1-0/+4
2018-01-07daemon: Add gzip log compression.Ludovic Courtès1-2/+2
2016-06-26daemon: Rename 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'.David Craven1-1/+1
2015-12-08daemon: Allow builds to be repeated.Eelco Dolstra1-0/+7
2015-07-03Merge branch 'nix'.Ludovic Courtès1-1/+1
2015-05-19Merge branch 'nix'.Ludovic Courtès1-32/+60
2014-12-19Merge branch 'nix' into 'master'.Ludovic Courtès1-0/+240