index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build.cc
Age
Commit message (
Expand
)
Author
2015-10-21
Add resolve-system-dependencies.pl
Jude Taylor
2015-10-21
fix line reading in preBuildHook
Jude Taylor
2015-10-21
remove sandbox defaults into a new file
Jude Taylor
2015-10-21
restore allowed impure prefixes
Jude Taylor
2015-10-21
remove an unneeded default impure-dep
Jude Taylor
2015-10-21
make sandbox builds more permissive
Jude Taylor
2015-10-21
add a few more permissions
Jude Taylor
2015-10-21
Allow builtin fetchurl regardless of the derivation's system attribute
Eelco Dolstra
2015-10-21
Fix segfault in builtin fetchurl
Eelco Dolstra
2015-10-08
Allow building ARMv6 stuff on ARMv7
Tuomas Tynkkynen
2015-10-06
nix-store --serve: Implement log size limit
Eelco Dolstra
2015-09-18
Shut up clang warnings
Eelco Dolstra
2015-09-02
Filter build-chroot-dirs entries that conflict with derivation outputs
Eelco Dolstra
2015-09-02
Remove unused variable
Eelco Dolstra
2015-08-24
Prevent .chroot from being GC'ed when using LocalStore::buildDerivation()
Eelco Dolstra
2015-08-19
Remove unneeded HAVE_UNSHARE.
Manolis Ragkousis
2015-08-04
Don't include <iostream> before config.h
Eelco Dolstra
2015-08-03
Handle debug messages from runChild()
Eelco Dolstra
2015-07-26
Remove unnecessary parentheses
Eelco Dolstra
2015-07-21
Fix Darwin build
Eelco Dolstra
2015-07-20
Make <nix/fetchurl.nix> a builtin builder
Eelco Dolstra
2015-07-20
Provide more detailed info about build status to hydra-queue-runner
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2015-07-17
Allow remote builds without sending the derivation closure
Eelco Dolstra
2015-07-02
Typo
Eelco Dolstra
2015-07-01
Preserve supplementary groups of build users
Ludovic Courtès
2015-06-10
Export outputPaths function
Eelco Dolstra
2015-06-09
Use std::vector::data()
Eelco Dolstra
2015-06-04
Allow substitutes for builds that have preferLocalBuild set
Eelco Dolstra
2015-06-04
Chown files created for passAsFile
Eelco Dolstra
2015-05-13
cygwin: explicitly include required c headers
Rok Garbas
2015-05-12
Don't try to map /bin/sh to a store path on non-Linux
Shea Levy
2015-04-18
Add the pre-build hook.
Shea Levy
2015-04-18
Revert "Add the pre-build hook."
Shea Levy
2015-04-12
Add the pre-build hook.
Shea Levy
2015-04-07
Revert /nix/store permission back to 01775
Eelco Dolstra
2015-04-02
Chroot builds: Provide world-readable /nix/store
Eelco Dolstra
2015-03-24
Improve setting the default chroot dirs
Eelco Dolstra
2015-03-24
Add the closure of store paths to the chroot
Eelco Dolstra
2015-03-24
Tighten permissions on chroot directories
Eelco Dolstra
2015-03-04
Don't use vfork() before clone()
Eelco Dolstra
2015-03-03
Merge branch 'allow-system-library' of git://github.com/copumpkin/nix
Shea Levy
2015-03-02
Make the default impure prefix (not actual allowed impurities!) include all o...
Dan Peebles
2015-03-02
Allow local networking in the darwin sandbox to appease tests
Dan Peebles
2015-02-23
More graceful fallback for chroots on Linux < 2.13
Eelco Dolstra
2015-02-23
Use chroots for all derivations
Eelco Dolstra
2015-02-17
Use $<attr>Path instead of $<attr> for passAsFile
Eelco Dolstra
2015-02-17
Allow passing attributes via files instead of environment variables
Eelco Dolstra
2015-02-16
Use pivot_root in addition to chroot when possible
Harald van Dijk
2015-02-04
Require linux 3.13 or later for chroot
Shea Levy
[next]