index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
/
local-derivation-goal.cc
Age
Commit message (
Expand
)
Author
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-03-27
Merge pull request #7609 from obsidiansystems/hide-experimental-settings
John Ericson
2023-03-20
Cleanup
Eelco Dolstra
2023-03-20
Open slave pseudoterminal before CLONE_NEWUSER
Eelco Dolstra
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-16
Merge pull request #8049 from edolstra/unexpected-eof
Eelco Dolstra
2023-03-16
LocalDerivationGoal: set NIX_ATTRS_*_FILE correctly for sandboxed builds
Linus Heckemann
2023-03-15
Remove a variable in LocalDerivationGoal
Eelco Dolstra
2023-03-15
Change builderOut from Pipe to AutoCloseFD
Eelco Dolstra
2023-03-15
Move pseudoterminal slave open to child
Eelco Dolstra
2023-03-14
Simplify commonChildInit()
Eelco Dolstra
2023-03-03
Merge pull request #7918 from zimbatm/fix-empty-nix-store-env
Eelco Dolstra
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-03-01
Treat empty env var paths as unset
Félix Baylac Jacqué
2023-02-17
Wait with making /etc unwritable until after build env setup
Yorick van Pelt
2023-02-14
Make /etc writability conditional on uid-range feature
Yorick van Pelt
2023-02-14
Don't allow writing to /etc
Yorick van Pelt
2023-02-10
LocalDerivationGoal::startBuilder(): Use startProcess() to clone
Eelco Dolstra
2023-02-10
Simplify the PID namespace check: just try to mount /proc
Eelco Dolstra
2023-02-07
Mention --no-sandbox if sandboxing is unsupported
Eelco Dolstra
2023-02-07
Check whether we can use PID namespaces
Eelco Dolstra
2023-02-07
Fix auto-uid-allocation in Docker containers
Eelco Dolstra
2023-02-02
Get rid of the `authHook` parameter on `processConnection`
John Ericson
2023-01-30
Merge pull request #5226 from NixOS/client-side-profiles
Eelco Dolstra
2023-01-30
Merge branch 'master' into referenceablePaths
Théophane Hufschmitt
2023-01-17
Move the default profiles to the user’s home
Théophane Hufschmitt
2023-01-13
Merge pull request #6815 from obsidiansystems/better-wanted-outputs
Robert Hensing
2023-01-13
Merge pull request #7430 from tweag/ca/fix-nix-log
Théophane Hufschmitt
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2023-01-04
Include macOS sandbox files in the Nix binary
Eelco Dolstra
2023-01-03
move `unsafeDiscardReferences` out of `outputChecks`
Naïm Favier
2023-01-03
`unsafeDiscardReferences`
Naïm Favier
2022-12-23
nix develop: Set personality
Eelco Dolstra
2022-12-15
getBuildLog: factor out resolving derivations
Taeer Bar-Yam
2022-12-12
Merge pull request #7421 from edolstra/lazy-trees-trivial-changes
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-12-07
Remove repeat and enforce-determinism options
Linus Heckemann
2022-12-02
Clean up cgroup handling in getMaxCPU()
Eelco Dolstra
2022-11-29
Merge pull request #3600 from NixOS/auto-uid-allocation
Eelco Dolstra
2022-11-29
Restore ownership of / for non-uid-range builds
Eelco Dolstra
2022-11-28
Add a setting for enabling cgroups
Eelco Dolstra
2022-11-28
Merge pull request #7313 from yorickvP/nlohmann-everywhere
Eelco Dolstra
2022-11-23
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-11-22
Always call setgroups()
Eelco Dolstra
2022-11-21
Merge pull request #6456 from amjoseph-nixpkgs/seccomp-mips
Eelco Dolstra
2022-11-21
AutoUserLock: If sandboxing is disabled, use the build users group
Eelco Dolstra
2022-11-21
Fix macOS build
Eelco Dolstra
2022-11-18
Get CPU stats from the cgroup
Eelco Dolstra
2022-11-18
Separate cgroup support from auto-uid-allocation
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
[next]