aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.cc
AgeCommit message (Expand)Author
2024-10-15treewide: consistently mark overridden settings as suchAlois Wohlschlager
2024-09-25main: log stack traces for std::terminateJade Lovelace
2024-09-02libstore: declare SandboxMode JSON serialisation in the headerAlois Wohlschlager
2024-09-01Merge changes I5566a985,I88cf53d3 into mainrebecca “wiggles” turner
2024-08-26libstore: remove static initializers for Store registrationsPierre Bourdon
2024-08-25Support relative and `~/` paths in config settingsRebecca Turner
2024-08-25Thread `ApplyConfigOptions` through config parsingRebecca Turner
2024-07-23tree-wide: NULL -> nullptrJade Lovelace
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