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-01-06
Do big rename to clean up code
John Ericson
2023-01-06
Use named field initialization for references
John Ericson
2023-01-06
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-01-04
Include macOS sandbox files in the Nix binary
Eelco Dolstra
2022-12-23
nix develop: Set personality
Eelco Dolstra
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
2022-11-10
Remove the SystemdCgroup feature
Eelco Dolstra
2022-11-08
Fix build on macOS
Eelco Dolstra
2022-11-08
Split auto UID allocation from cgroups
Eelco Dolstra
2022-11-03
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-10-13
Fix error display if execve() in the builder fails
Eelco Dolstra
2022-08-19
don't read outputs into memory for output rewriting
pennae
2022-08-03
moveFile -> renameFile
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-07-19
local-derivation-goal.cc: save global errno to the stack before performing te...
Adam Joseph
2022-07-19
as requested by @thufschmitt https://github.com/NixOS/nix/pull/6814#discussio...
Adam Joseph
2022-07-19
change warn() to notice()
Adam Joseph
2022-07-17
local-derivation-goal.cc: detect unprivileged_userns_clone failure mode
Adam Joseph
2022-07-17
local-derivation-goal.cc: add comment re: CLONE_NEWUSER
Adam Joseph
2022-07-16
local-derivation-goal.cc: warn if failing and /proc/self/ns/user missing
Adam Joseph
2022-07-16
local-derivation-goal.cc: warn if failing due to max_user_namespaces==0
Adam Joseph
2022-07-16
local-derivation-goal.cc: improve error messages when sandboxing fails
Adam Joseph
2022-06-23
Embed the sandbox shell into the statically linked 'nix' binary
Eelco Dolstra
2022-05-04
Move json stuff out of util.cc
Eelco Dolstra
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-04-27
local-derivation-goal.cc: seccomp filters for MIPS secondary arch/abi
Adam Joseph
2022-04-19
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-04-10
Log builder args and environment variables
Sebastian Blunt
2022-03-31
needsNetworkAccess() -> isSandboxed()
Eelco Dolstra
2022-03-31
Fix macOS build
Eelco Dolstra
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-03-25
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-03-25
Use wantOutput
Eelco Dolstra
2022-03-24
Only return wanted outputs
Eelco Dolstra
2022-03-18
Generalize `DerivationType` in preparation for impure derivations
John Ericson
[next]