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
2017-05-02
Add an option for specifying remote builders
Eelco Dolstra
2017-05-02
build-hook: If there are no machines defined, quit permanently
Eelco Dolstra
2017-05-01
Support arbitrary store URIs in nix.machines
Eelco Dolstra
2017-05-01
Chomp log output from the build hook
Eelco Dolstra
2017-05-01
Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOAD
Eelco Dolstra
2017-05-01
build-remote: Don't copy the .drv closure
Eelco Dolstra
2017-05-01
Pass verbosity level to build hook
Eelco Dolstra
2017-04-28
Fix brainfart
Eelco Dolstra
2017-04-14
Shut up some warnings
Eelco Dolstra
2017-04-13
Convert Settings to the new config system
Eelco Dolstra
2017-04-13
Merge branch 'rework-options' of https://github.com/copumpkin/nix
Eelco Dolstra
2017-04-13
Add a Config class to simplify adding configuration settings
Eelco Dolstra
2017-04-04
Allow default sandbox paths to be overriden
Eelco Dolstra
2017-04-04
Make /var/run/nscd/socket optional
Eelco Dolstra
2017-03-31
Sandbox: Fix /dev/ptmx on recent kernels
Eelco Dolstra
2017-03-16
Remove "killing process <pid>" messages
Eelco Dolstra
2017-03-15
Store: Add a method for getting build logs
Eelco Dolstra
2017-03-03
Fix fatal "broken pipe" error when $NIX_BUILD_HOOK is missing
Eelco Dolstra
2017-02-24
Register content-addressability assertion for fixed outputs
Eelco Dolstra
2017-02-22
Explicitly model all settings and fail on unrecognized ones
Dan Peebles
2017-02-16
Support netrc in <nix/fetchurl.nix>
Eelco Dolstra
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
2017-02-02
exportReferencesGraph: Only export in JSON format when in structured mode
Eelco Dolstra
2017-02-01
Restore default signal handling in child processes
Eelco Dolstra
2017-01-26
exportReferencesGraph: Export more complete info in JSON format
Eelco Dolstra
2017-01-26
Add support for passing structured data to builders
Eelco Dolstra
2017-01-26
UserLock: Fix multi-threaded access to a global variable
Eelco Dolstra
2017-01-26
UserLock: Make more RAII-ish
Eelco Dolstra
2017-01-26
Moving more code out of DerivationGoal::startBuilder()
Eelco Dolstra
2017-01-26
Move exportReferencesGraph into a separate method
Eelco Dolstra
2017-01-19
Kill builds when we get EOF on the log FD
Eelco Dolstra
2017-01-19
Use std::unique_ptr for HookInstance
Eelco Dolstra
2017-01-09
Merge pull request #1139 from Mic92/master
Eelco Dolstra
2017-01-02
Provide /var/run/nscd/socket in the sandbox
Eelco Dolstra
2016-12-22
Add comment
Eelco Dolstra
2016-12-19
Revert "Merge branch 'seccomp' of https://github.com/aszlig/nix"
Eelco Dolstra
2016-12-19
Revert "Give root a valid home directory"
Eelco Dolstra
2016-12-15
Give root a valid home directory
Eelco Dolstra
2016-12-15
Merge branch 'seccomp' of https://github.com/aszlig/nix
Eelco Dolstra
2016-12-08
Don't delete .check directories of running builds
Eelco Dolstra
2016-12-08
Fix build
Eelco Dolstra
2016-12-07
Add a hook to run diffoscope when non-determinism is detected
Eelco Dolstra
2016-12-07
Keep track of the exact build start/stop times
Eelco Dolstra
2016-12-07
Bail out early when non-determinism is detected
Eelco Dolstra
2016-12-07
Add an option to make non-determinism non-fatal
Eelco Dolstra
2016-12-06
Use a steady clock for timeouts
Eelco Dolstra
2016-12-06
nix-store --serve: Suppress log output on stderr when repeating a build
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-11-25
Simplify remouting with MS_PRIVATE in sandbox build
Jörg Thalheim
[next]