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
2019-06-16
Hopefully fix macOS tests
Eelco Dolstra
1
-4
/
+6
2019-06-16
Set $TERM
Eelco Dolstra
1
-0
/
+3
2019-06-16
Run builds in a pseudo-terminal
Eelco Dolstra
1
-8
/
+46
2019-05-13
Merge pull request #2802 from LnL7/fix-needs-hashrewrite
Eelco Dolstra
1
-12
/
+16
2019-05-12
build: make needsHashRewrite a method
Daiderd Jordan
1
-12
/
+16
2019-05-12
handleDiffHook: stop passing allowVfork
Graham Christensen
1
-3
/
+1
2019-05-12
runProgram: support gid, uid, chdir
Graham Christensen
1
-20
/
+16
2019-05-12
chdir, setgroups
Graham Christensen
1
-0
/
+4
2019-05-12
diff hook: execute as the build user, and pass the temp dir
Graham Christensen
1
-12
/
+29
2019-05-12
build: run diff-hook under --check and document diff-hook
Graham Christensen
1
-12
/
+18
2019-05-12
build: move needsHashRewrite initialization to startBuilder
Daiderd Jordan
1
-7
/
+7
2019-05-03
Fix "Bad system call" running i686-linux binaries on x86_64-linux
Eelco Dolstra
1
-4
/
+4
2019-04-17
build: only skip hash rewriting for sandboxing on linux
Daiderd Jordan
1
-2
/
+18
2019-04-01
primeCache(): Barf if builds are needed but not allowed
Eelco Dolstra
1
-0
/
+6
2019-03-14
experimental/optional -> optional
Eelco Dolstra
1
-5
/
+5
2019-02-05
Revert "Restore parent mount namespace before executing a child process"
Eelco Dolstra
1
-2
/
+0
2018-12-12
libstore: improve hash mismatch error messages
zimbatm
1
-2
/
+2
2018-11-15
Fix 'Read-only file system' when building a derivation
Eelco Dolstra
1
-0
/
+2
2018-10-27
Restore old (dis)allowedRequisites behaviour for self-references
Eelco Dolstra
1
-29
/
+34
2018-10-23
Per-output reference and closure size checks
Eelco Dolstra
1
-51
/
+168
2018-09-28
Check requiredSystemFeatures for local builds
Eelco Dolstra
1
-12
/
+9
2018-09-28
Move structured attrs handling into a separate class
Eelco Dolstra
1
-98
/
+15
2018-09-28
Remove obsolete check on system features
Eelco Dolstra
1
-1
/
+0
2018-09-28
Support special attributes in structured attributes derivations
Eelco Dolstra
1
-94
/
+175
2018-09-07
If fallback is enabled, temporarily disable substituters after a failure
Eelco Dolstra
1
-0
/
+6
2018-09-07
Handle queryPathInfo() failure from substituters when fallback is enabled
Eelco Dolstra
1
-0
/
+7
2018-08-31
Add localhost alias for ::1 to the sandbox
Eelco Dolstra
1
-1
/
+1
2018-06-12
Fix #2162: use getaddrinfo instead of curl to preload NSS
Yorick van Pelt
1
-4
/
+8
2018-06-05
Don't require --fallback to recover from disappeared binary cache NARs
Eelco Dolstra
1
-11
/
+21
2018-05-30
Modularize config settings
Eelco Dolstra
1
-2
/
+4
2018-05-03
Don't set a CA assertion for paths with references
Eelco Dolstra
1
-0
/
+2
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
1
-3
/
+3
2018-04-23
Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nix
Shea Levy
1
-0
/
+4
2018-04-20
build.cc: fix bind-mount of /dev/{pts,ptmx} fallback
Will Dietz
1
-2
/
+2
2018-04-17
exportReferences: Check whether the path is in the input closure
Eelco Dolstra
1
-11
/
+14
2018-04-13
Fix #1921
Eelco Dolstra
1
-1
/
+1
2018-03-22
Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nix
Eelco Dolstra
1
-3
/
+3
2018-03-20
Make <nix/buildenv.nix> a builtin builder
Eelco Dolstra
1
-0
/
+2
2018-03-20
Hack to get SSH error messages from build-remote
Eelco Dolstra
1
-0
/
+5
2018-03-14
Use boost::format from the boost package
Eelco Dolstra
1
-3
/
+3
2018-03-13
Typo
Eelco Dolstra
1
-1
/
+1
2018-03-06
rand() -> random(), since we use srandom().
Will Dietz
1
-1
/
+1
2018-03-02
hoist vector out of loop just in case
Will Dietz
1
-1
/
+1
2018-03-02
don't allocate large buffers on the stack
Will Dietz
1
-3
/
+3
2018-02-27
seccomp: add 32-bit ARM on aarch64-linux
Linus Heckemann
1
-0
/
+4
2018-02-19
Fix incorrect (and unnecessary) format string
Eelco Dolstra
1
-3
/
+3
2018-02-19
Don't silently succeed seccomp setup when !HAVE_SECCOMP.
Shea Levy
1
-2
/
+7
2018-02-18
configure: Add a flag to disable seccomp.
Shea Levy
1
-1
/
+3
2018-02-12
Fix 'deadlock: trying to re-acquire self-held lock'
Eelco Dolstra
1
-13
/
+17
2018-02-09
nix: Ensure that the user sees errors from substituters
Eelco Dolstra
1
-3
/
+3
[next]