Age | Commit message (Expand) | Author |
2024-10-15 | treewide: consistently mark overridden settings as such | Alois Wohlschlager |
2024-09-25 | main: log stack traces for std::terminate | Jade Lovelace |
2024-09-02 | libstore: declare SandboxMode JSON serialisation in the header | Alois Wohlschlager |
2024-09-01 | Merge changes I5566a985,I88cf53d3 into main | rebecca “wiggles” turner |
2024-08-26 | libstore: remove static initializers for Store registrations | Pierre Bourdon |
2024-08-25 | Support relative and `~/` paths in config settings | Rebecca Turner |
2024-08-25 | Thread `ApplyConfigOptions` through config parsing | Rebecca Turner |
2024-07-23 | tree-wide: NULL -> nullptr | Jade Lovelace |
2024-06-24 | Add build-dir setting, clean up default TMPDIR handling | Robert Hensing |
2024-06-01 | chore: rebrand Nix to Lix when it makes sense | Raito Bezarius |
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 |