depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-08
Linux sandbox: Fix compatibility with older kernels
Eelco Dolstra
1
-15
/
+23
2017-05-08
Remove superfluous #ifdef
Eelco Dolstra
1
-2
/
+0
2017-05-05
Make the location of the build directory in the sandbox configurable
Eelco Dolstra
1
-5
/
+2
2017-05-04
Linux sandbox: Use /build instead of /tmp as $TMPDIR
Eelco Dolstra
1
-5
/
+15
2017-05-02
Add an option for specifying remote builders
Eelco Dolstra
1
-1
/
+2
2017-05-02
build-hook: If there are no machines defined, quit permanently
Eelco Dolstra
1
-2
/
+9
2017-05-01
Support arbitrary store URIs in nix.machines
Eelco Dolstra
1
-0
/
+1
2017-05-01
Chomp log output from the build hook
Eelco Dolstra
1
-1
/
+1
2017-05-01
Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOAD
Eelco Dolstra
1
-8
/
+4
2017-05-01
build-remote: Don't copy the .drv closure
Eelco Dolstra
1
-14
/
+3
2017-05-01
Pass verbosity level to build hook
Eelco Dolstra
1
-3
/
+4
2017-04-28
Fix brainfart
Eelco Dolstra
1
-1
/
+1
2017-04-14
Shut up some warnings
Eelco Dolstra
1
-7
/
+7
2017-04-13
Convert Settings to the new config system
Eelco Dolstra
1
-7
/
+4
2017-04-13
Merge branch 'rework-options' of https://github.com/copumpkin/nix
Eelco Dolstra
1
-32
/
+11
2017-04-13
Add a Config class to simplify adding configuration settings
Eelco Dolstra
1
-5
/
+3
2017-04-04
Allow default sandbox paths to be overriden
Eelco Dolstra
1
-1
/
+1
2017-04-04
Make /var/run/nscd/socket optional
Eelco Dolstra
1
-1
/
+2
2017-03-31
Sandbox: Fix /dev/ptmx on recent kernels
Eelco Dolstra
1
-8
/
+1
2017-03-16
Remove "killing process <pid>" messages
Eelco Dolstra
1
-2
/
+2
2017-03-15
Store: Add a method for getting build logs
Eelco Dolstra
1
-4
/
+1
2017-03-03
Fix fatal "broken pipe" error when $NIX_BUILD_HOOK is missing
Eelco Dolstra
1
-27
/
+39
2017-02-24
Register content-addressability assertion for fixed outputs
Eelco Dolstra
1
-1
/
+4
2017-02-22
Explicitly model all settings and fail on unrecognized ones
Dan Peebles
1
-32
/
+11
2017-02-16
Support netrc in <nix/fetchurl.nix>
Eelco Dolstra
1
-2
/
+12
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
1
-2
/
+0
2017-02-02
exportReferencesGraph: Only export in JSON format when in structured mode
Eelco Dolstra
1
-10
/
+16
2017-02-01
Restore default signal handling in child processes
Eelco Dolstra
1
-2
/
+2
2017-01-26
exportReferencesGraph: Export more complete info in JSON format
Eelco Dolstra
1
-1
/
+11
2017-01-26
Add support for passing structured data to builders
Eelco Dolstra
1
-18
/
+39
2017-01-26
UserLock: Fix multi-threaded access to a global variable
Eelco Dolstra
1
-30
/
+40
2017-01-26
UserLock: Make more RAII-ish
Eelco Dolstra
1
-53
/
+38
2017-01-26
Moving more code out of DerivationGoal::startBuilder()
Eelco Dolstra
1
-100
/
+111
2017-01-26
Move exportReferencesGraph into a separate method
Eelco Dolstra
1
-44
/
+55
2017-01-19
Kill builds when we get EOF on the log FD
Eelco Dolstra
1
-11
/
+10
2017-01-19
Use std::unique_ptr for HookInstance
Eelco Dolstra
1
-5
/
+4
2017-01-09
Merge pull request #1139 from Mic92/master
Eelco Dolstra
1
-6
/
+2
2017-01-02
Provide /var/run/nscd/socket in the sandbox
Eelco Dolstra
1
-0
/
+1
2016-12-22
Add comment
Eelco Dolstra
1
-1
/
+2
2016-12-19
Revert "Merge branch 'seccomp' of https://github.com/aszlig/nix"
Eelco Dolstra
1
-65
/
+29
2016-12-19
Revert "Give root a valid home directory"
Eelco Dolstra
1
-3
/
+3
2016-12-15
Give root a valid home directory
Eelco Dolstra
1
-3
/
+3
2016-12-15
Merge branch 'seccomp' of https://github.com/aszlig/nix
Eelco Dolstra
1
-29
/
+65
2016-12-08
Don't delete .check directories of running builds
Eelco Dolstra
1
-2
/
+2
2016-12-08
Fix build
Eelco Dolstra
1
-2
/
+2
2016-12-07
Add a hook to run diffoscope when non-determinism is detected
Eelco Dolstra
1
-7
/
+32
2016-12-07
Keep track of the exact build start/stop times
Eelco Dolstra
1
-0
/
+4
2016-12-07
Bail out early when non-determinism is detected
Eelco Dolstra
1
-0
/
+1
2016-12-07
Add an option to make non-determinism non-fatal
Eelco Dolstra
1
-11
/
+13
2016-12-06
Use a steady clock for timeouts
Eelco Dolstra
1
-22
/
+28
[next]