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
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out users.{hh,cc}
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out current-process.{hh,cc}
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out processes.{hh,cc}
Tom Hubrecht
2024-05-28
util.{hh,cc}: Split out environment-variables.{hh,cc}
Tom Hubrecht
2024-05-07
Always initialize curl in parent process on darwin
Nikodem Rabuliński
2024-03-19
libutil: remove exception handling workingness check
eldritch horrors
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-15
Allow dlopen of plugins to fail
Jade Lovelace
2024-03-04
Merge pull request #9233 from bouk/bouk/apply-config-inner
eldritch horrors
2023-11-16
libstore: Add apple-virt to system features when available
Robert Hensing
2023-06-18
Split `OptionalPathSetting` from `PathSetting`
John Ericson
2023-06-15
Fix build hook error for libstore library users
Robert Hensing
2023-05-26
create pathAccessible, use it to infer default dirs
Yorick van Pelt
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
[next]