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
2024-05-29
Remove 100s of CPU time (10%) from build times (1465s -> 1302s)
Jade Lovelace
2024-05-29
util.hh: Move nativeSystem to local-derivation-goal.cc
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out unix-domain-socket.{hh,cc}
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out child.{hh,cc}
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out current-process.{hh,cc}
Tom Hubrecht
2024-05-25
libstore: remove duplicate builder variable
Artemis Tosini
2024-05-24
libstore/build: always enable seccomp filtering and no-new-privileges
Alois Wohlschlager
2024-05-19
libutil: Create chmodPath function
Artemis Tosini
2024-05-16
Allow enabling core dumps from builds for nix & child processes
midnightveil
2024-05-12
Merge "libstore: Fix sandbox=relaxed" into main
Artemis Tosini
2024-05-10
libutil: remove callback.hh
eldritch horrors
2024-05-09
libstore: un-callback-ify Store::queryRealisationUncached
eldritch horrors
2024-05-09
libstore: de-callback-ify Store::queryPathInfoUncached
eldritch horrors
2024-05-08
libstore: Fix sandbox=relaxed
Théophane Hufschmitt
2024-05-04
Fix /etc/group having desynced IDs from the actual UID in the sandbox
Jade Lovelace
2024-05-04
Merge "libstore/local-derivation-goal: prohibit creating setuid/setgid binari...
Maximilian Bosch
2024-05-03
libstore/local-derivation-goal: prohibit creating setuid/setgid binaries
Maximilian Bosch
2024-05-03
libstore: check additionalSandboxProfile
Artemis Tosini
2024-04-27
Run all derivation builders inside the sandbox on macOS
Puck Meerburg
2024-04-15
libstore/build: set NO_NEW_PRIVS for the sandbox
K900
2024-04-13
libstore/build: just copy the magic /etc files into the sandbox
K900
2024-04-11
Merge pull request #10456 from NixOS/fixpermdeniedbind
Théophane Hufschmitt
2024-04-11
Merge pull request #10362 from obsidiansystems/maybeLstat
John Ericson
2024-03-29
Make things that can throw not noexcept anymore
Jade Lovelace
2024-03-18
libutil: make AutoCloseFD a better resource
eldritch horrors
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2024-03-07
Copy the output of fixed-output derivations before registering them
Puck Meerburg
2024-03-04
Merge pull request #9924 from 9999years/rename-yellowtxt
eldritch horrors
2024-03-04
Merge pull request #9271 from keszybz/if-fix
eldritch horrors
2024-03-04
Merge pull request #9246 from trofi/clarify-builder-uid-exhaustion
eldritch horrors
2024-03-04
Merge pull request #8965 from Artturin/bindfilesinchroot
eldritch horrors
2024-03-04
Merge pull request #9172 from tfc/bad-moves
eldritch horrors
2023-08-25
Introduce `OutputName` and `OutputNameView` type aliases
John Ericson
2023-08-18
Fixing #7479
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-08-07
Stabilize `discard-references`
Théophane Hufschmitt
2023-07-24
Clean up store hierarchy with `IndirectRootStore`
John Ericson
2023-07-21
Merge pull request #8724 from obsidiansystems/queryPartialDerivationOutputMap...
John Ericson
2023-07-21
Merge pull request #8650 from obsidiansystems/content-address-simpler
Eelco Dolstra
2023-07-20
Give `queryPartialDerivationOutputMap` an `evalStore` parameter
John Ericson
2023-07-17
Merge pull request #8342 from NixLayeredStore/best-effort-supplementary-groups
Théophane Hufschmitt
2023-07-14
Test nested sandboxing, and make nicer error
John Ericson
2023-07-11
Always attempt setgroups but allow failure to be ignored.
Ben Radford
2023-07-11
Merge remote-tracking branch 'origin/master' into best-effort-supplementary-g...
Ben Radford
2023-07-07
Simplify `ContentAddress`
John Ericson
2023-06-30
linkOrCopy: Fallback upon cross-device link error (EXDEV)
Yueh-Shun Li
2023-06-21
Merge pull request #8374 from obsidiansystems/improve-path-setting
John Ericson
2023-06-19
Remove unused `#include` from `local-derivation-goal.cc`
John Ericson
2023-06-19
Split out worker protocol template definitions from declarations
John Ericson
[next]