aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
AgeCommit message (Expand)Author
2024-05-24libstore/build: always enable seccomp filtering and no-new-privilegesAlois Wohlschlager
2024-05-16Allow enabling core dumps from builds for nix & child processesmidnightveil
2024-04-11libstore: fix glossary link in documentationeldritch horrors
2024-03-05Merge pull request #9443 from ivan770/reproducibilityeldritch horrors
2024-03-04Merge pull request #9670 from DavHau/log-lineseldritch horrors
2024-03-04Merge pull request #4093 from matthewbauer/eval-systemeldritch horrors
2024-03-04Merge pull request #8047 from lovesegfault/always-allow-substituteseldritch horrors
2023-11-16libstore: Add apple-virt to system features when availableRobert Hensing
2023-09-06Fix globals.hh typoChristina Sørensen
2023-07-19Merge pull request #7973 from fricklerhandwerk/remove-channelsRobert Hensing
2023-07-19fix broken linksValentin Gagarin
2023-07-19expand on the `extra-platforms` optionValentin Gagarin
2023-07-19mention `extra-platforms`Valentin Gagarin
2023-07-19fix wordingValentin Gagarin
2023-07-19add cross-linksValentin Gagarin
2023-07-19shorten `system` setting descriptionValentin Gagarin
2023-07-19move docs of the current system to the system settingValentin Gagarin
2023-07-19one line per sentence for easier reviewValentin Gagarin
2023-07-12Update src/libstore/globals.hhBen Radford
2023-07-12Update src/libstore/globals.hhBen Radford
2023-07-11Say a bit about default value in setting description.Ben Radford
2023-07-11Default should depend on whether we are root.Ben Radford
2023-07-11Be clearer about the security implications.Ben Radford
2023-07-11Update description for require-drop-supplementary-groups.Ben Radford
2023-07-11Always attempt setgroups but allow failure to be ignored.Ben Radford
2023-07-11Merge remote-tracking branch 'origin/master' into best-effort-supplementary-g...Ben Radford
2023-06-23Merge pull request #8519 from fricklerhandwerk/reword-trusted-usersRobert Hensing
2023-06-18Split `OptionalPathSetting` from `PathSetting`John Ericson
2023-06-16Update src/libstore/globals.hhValentin Gagarin
2023-06-16use "store URLs" consistentlyValentin Gagarin
2023-06-15Update src/libstore/globals.hhValentin Gagarin
2023-06-15fix wordingValentin Gagarin
2023-06-15reword documentation on trusted users and substitutersValentin Gagarin
2023-06-14Fixup description of substituters (#8291)Valentin Gagarin
2023-06-06Merge pull request #8391 from aneeshusa/remove-wrong-default-value-in-docs-fo...Eelco Dolstra
2023-06-02Document manual migration for use-xdg-base-directories (#8044)Alexander Bantyev
2023-05-24Remove old default from docs for `hashed-mirrors`Aneesh Agrawal
2023-05-15Merge remote-tracking branch 'upstream/master' into best-effort-supplementary...John Ericson
2023-05-15Merge pull request #8141 from tweag/user-files-docJohn Ericson
2023-05-08Create escape hatch for supplementary group sandboxing woesJohn Ericson
2023-05-08removes MaxSubstitutionJobsSettingMatej Urbas
2023-05-07`max-substitution-jobs` settingMatej Urbas
2023-04-26Document user files of nixAlexander Bantyev
2023-04-17Fix some issues with experimental config settingsJohn Ericson
2023-04-17Merge pull request #7732 from hercules-ci/make-initLibStore-viable-alternativeJohn Ericson
2023-04-16Mark experimental configuration settings programmaticallyJohn Ericson
2023-04-07libstore: Remove lockCPU dead codeRobert Hensing
2023-04-07Finish converting existing comments for internal API docs (#8146)John Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-03-27Merge pull request #8084 from edolstra/store-docsEelco Dolstra