aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.cc
AgeCommit message (Expand)Author
2024-06-24Add build-dir setting, clean up default TMPDIR handlingRobert Hensing
2024-06-01chore: rebrand Nix to Lix when it makes senseRaito Bezarius
2024-05-29util.hh: Delete remaining file and clean up headersTom Hubrecht
2024-05-29util.{hh,cc}: Split out users.{hh,cc}Tom Hubrecht
2024-05-29util.{hh,cc}: Split out current-process.{hh,cc}Tom Hubrecht
2024-05-29util.{hh,cc}: Split out processes.{hh,cc}Tom Hubrecht
2024-05-28util.{hh,cc}: Split out environment-variables.{hh,cc}Tom Hubrecht
2024-05-07Always initialize curl in parent process on darwinNikodem Rabuliński
2024-03-19libutil: remove exception handling workingness checkeldritch horrors
2024-03-17Delete hasPrefix and hasSuffix from the codebaseJade Lovelace
2024-03-15Allow dlopen of plugins to failJade Lovelace
2024-03-04Merge pull request #9233 from bouk/bouk/apply-config-innereldritch horrors
2023-11-16libstore: Add apple-virt to system features when availableRobert Hensing
2023-06-18Split `OptionalPathSetting` from `PathSetting`John Ericson
2023-06-15Fix build hook error for libstore library usersRobert Hensing
2023-05-26create pathAccessible, use it to infer default dirsYorick van Pelt
2023-05-26Call getDefaultSSLCertFile() only when none is specifiedYorick van Pelt
2023-04-17Fix some issues with experimental config settingsJohn Ericson
2023-04-07libstore: Remove lockCPU dead codeRobert Hensing
2023-04-07Move initLibUtil() from initNix to initLibStoreRobert Hensing
2023-04-07Move macOS TMPDIR hack from initNix to initLibStoreRobert Hensing
2023-04-07Move preloadNSS() from initNix to initLibStoreRobert Hensing
2023-04-07Move sodium_init() to initLibStore()Robert Hensing
2023-04-07Move loadConfFile() to initLibStoreRobert Hensing
2023-03-27Merge pull request #8062 from edolstra/ssl-cert-fileEelco Dolstra
2023-03-20Move enabled experimental feature to libutil structJohn Ericson
2023-03-17Add a setting for configuring the SSL certificates fileEelco Dolstra
2023-03-01Treat empty env var paths as unsetFélix Baylac Jacqué
2023-02-01Merge pull request #7203 from graham33/feature/cpp20Eelco Dolstra
2022-12-24libstore: Make sure that initNix has been calledRobert Hensing
2022-11-08Split auto UID allocation from cgroupsEelco Dolstra
2022-10-22Fix C++20 warningsGraham Bennett
2022-10-14Remove useless debug statementsEelco Dolstra
2022-10-14Use /usr/bin/trueEelco Dolstra
2022-10-13Improve Rosetta detectionEelco Dolstra
2022-07-19libstore/globals.cc: Move cgroup detection to libutilAlex Wied
2022-07-19libstore/globals.cc: Automatically set cores based on cgroup CPU limitAlex Wied
2022-06-23Remove NIX_LIBEXEC_DIREelco Dolstra
2022-06-23Fix build-remote in nix-staticEelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-11-23"recursive-nix" system feature only with experimental featureJohn Ericson
2021-10-26Make experimental-features a proper typeregnat
2021-10-15Add another path where a Rosetta 2 configuration file is possibly locatedyvt
2021-09-14Advise using --extra-experimental-features instead of --experimental-featuresEelco Dolstra
2021-03-26Fix some typosEelco Dolstra
2021-02-25Don't crash when copying realisations to a non-ca remoteregnat
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-02-24Bail if plugin-files is set after plugins have been loaded.Shea Levy
2021-02-22Add x86_64 compute levels as additional system typesDaniël de Kok
2021-01-08string2Int(): Return std::optionalEelco Dolstra