index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
globals.cc
Age
Commit message (
Expand
)
Author
2023-05-26
Call getDefaultSSLCertFile() only when none is specified
Yorick van Pelt
2023-04-17
Fix some issues with experimental config settings
John Ericson
2023-04-07
libstore: Remove lockCPU dead code
Robert Hensing
2023-04-07
Move initLibUtil() from initNix to initLibStore
Robert Hensing
2023-04-07
Move macOS TMPDIR hack from initNix to initLibStore
Robert Hensing
2023-04-07
Move preloadNSS() from initNix to initLibStore
Robert Hensing
2023-04-07
Move sodium_init() to initLibStore()
Robert Hensing
2023-04-07
Move loadConfFile() to initLibStore
Robert Hensing
2023-03-27
Merge pull request #8062 from edolstra/ssl-cert-file
Eelco Dolstra
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-17
Add a setting for configuring the SSL certificates file
Eelco Dolstra
2023-03-01
Treat empty env var paths as unset
Félix Baylac Jacqué
2023-02-01
Merge pull request #7203 from graham33/feature/cpp20
Eelco Dolstra
2022-12-24
libstore: Make sure that initNix has been called
Robert Hensing
2022-11-08
Split auto UID allocation from cgroups
Eelco Dolstra
2022-10-22
Fix C++20 warnings
Graham Bennett
2022-10-14
Remove useless debug statements
Eelco Dolstra
2022-10-14
Use /usr/bin/true
Eelco Dolstra
2022-10-13
Improve Rosetta detection
Eelco Dolstra
2022-07-19
libstore/globals.cc: Move cgroup detection to libutil
Alex Wied
2022-07-19
libstore/globals.cc: Automatically set cores based on cgroup CPU limit
Alex Wied
2022-06-23
Remove NIX_LIBEXEC_DIR
Eelco Dolstra
2022-06-23
Fix build-remote in nix-static
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-11-23
"recursive-nix" system feature only with experimental feature
John Ericson
2021-10-26
Make experimental-features a proper type
regnat
2021-10-15
Add another path where a Rosetta 2 configuration file is possibly located
yvt
2021-09-14
Advise using --extra-experimental-features instead of --experimental-features
Eelco Dolstra
2021-03-26
Fix some typos
Eelco Dolstra
2021-02-25
Don't crash when copying realisations to a non-ca remote
regnat
2021-02-24
Initialize plugins after handling initial command line flags
Shea Levy
2021-02-24
Bail if plugin-files is set after plugins have been loaded.
Shea Levy
2021-02-22
Add x86_64 compute levels as additional system types
Daniël de Kok
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2020-12-04
Use com.apple.oahd.plist for rosetta 2 detection
Matthew Bauer
2020-12-03
Add extraPlatforms for Rosetta 2 macOS
Matthew Bauer
2020-10-29
Generalize extra-* settings
Eelco Dolstra
2020-10-21
Add NIX_CONFIG env var for applying nix.conf overrides
Christian Kampka
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-22
Merge pull request #4038 from maljub01/master
Eelco Dolstra
2020-09-21
Serialize SandboxMode enum to string for JSON
Cole Helbling
2020-09-21
abstractsettingtojson.hh -> abstract-setting-to-json.hh
Eelco Dolstra
2020-09-21
Don't include nlohmann/json.hpp in globals.hh
Eelco Dolstra
2020-09-21
Update the variable name accordingly
Marwan Aljubeh
2020-09-18
Add a nix.conf option for allowing a symlinked store
Marwan Aljubeh
2020-09-16
Complete the `toJSON` instance for `Setting<T>`
regnat
2020-08-20
Config: Use nlohmann/json
Eelco Dolstra
2020-07-03
Shorten the path to the test root
regnat
2020-05-12
Show hint how to enable experimental features
Eelco Dolstra
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
[next]