index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
Age
Commit message (
Expand
)
Author
2022-12-09
Merge pull request #7409 from tweag/fix-6383
Théophane Hufschmitt
2022-12-07
Remove repeat and enforce-determinism options
Linus Heckemann
2022-12-06
improve style
Taeer Bar-Yam
2022-12-05
check the store for input before failing (hopefully fix #6383)
Taeer Bar-Yam
2022-12-05
check the store for input before failing (hopefully fix #6700)
Taeer Bar-Yam
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-21
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
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-17
Fix segfault in unprivileged mode
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-11-14
derivation-goal: Fix `requires non-existing output` error
Robert Hensing
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-27
Pass the right argv when calling the build hook
Théophane Hufschmitt
2022-10-13
Fix error display if execve() in the builder fails
Eelco Dolstra
2022-09-02
Don’t readDerivation if impure derivations feature is disabled
Matthew Bauer
2022-08-19
don't read outputs into memory for output rewriting
pennae
2022-08-10
Merge pull request #6850 from NinjaTrappeur/nin/build-check
Théophane Hufschmitt
2022-08-03
moveFile -> renameFile
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-08-01
derivation-goal.cc: remove bmCheck custom return branch on buildDone
Félix Baylac-Jacqué
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
Merge pull request #6710 from edolstra/embedded-sandbox-shell
Eelco Dolstra
2022-06-23
Fix typo
Eelco Dolstra
2022-06-23
Merge pull request #6673 from asymmetric/warn
Théophane Hufschmitt
2022-06-23
Embed the sandbox shell into the statically linked 'nix' binary
Eelco Dolstra
2022-06-23
Fix build-remote in nix-static
Eelco Dolstra
2022-06-15
libstore: improve warning message on missing sig
Lorenzo Manacorda
2022-05-04
Fix compiler warning
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
[next]