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-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
2016-12-06
nix-store --serve: Suppress log output on stderr when repeating a build
Eelco Dolstra
1
-1
/
+2
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
1
-101
/
+101
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
1
-101
/
+101
2016-11-25
Simplify remouting with MS_PRIVATE in sandbox build
Jörg Thalheim
1
-6
/
+2
2016-11-17
Update darwin build for optional sandbox paths
Shea Levy
1
-3
/
+6
2016-11-16
seccomp: Forge return values for *chown32
aszlig
1
-0
/
+4
2016-11-16
seccomp: Forge return codes for POSIX ACL syscalls
aszlig
1
-0
/
+4
2016-11-16
libstore/build: Forge chown() to return success
aszlig
1
-0
/
+41
2016-11-16
Run builds as root in user namespace again
aszlig
1
-29
/
+16
2016-11-14
buildPaths(): Handle ecIncompleteClosure
Eelco Dolstra
1
-1
/
+1
2016-11-10
Store::computeFSClosure(): Support a set of paths
Eelco Dolstra
1
-2
/
+1
2016-11-08
Typo
Eelco Dolstra
1
-1
/
+1
[next]