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
2019-11-11
Merge pull request #3219 from Ericson2314/semicolons
Eelco Dolstra
2019-11-10
Fix extra ; warnings involving MakeError
John Ericson
2019-11-06
Cleanup
Eelco Dolstra
2019-10-31
Minor updates to inline comments
Benjamin Hipple
2019-10-29
Remove the check against concurrent builds in the same process
Eelco Dolstra
2019-10-27
Factor out linkOrCopy()
Eelco Dolstra
2019-10-21
Allow content-addressable paths to have references
Eelco Dolstra
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-09-21
Fix spelling in comment
Benjamin Hipple
2019-09-03
Support allowSubstitutes attribute in structured attribute derivations
Eelco Dolstra
2019-08-27
Merge branch 'test-sandboxing' of https://github.com/matthewbauer/nix
Eelco Dolstra
2019-08-23
Reset tmpDirInSandbox for unsandboxed
Matthew Bauer
2019-08-07
Merge pull request #2995 from tweag/post-build-hook
Eelco Dolstra
2019-08-02
Use BSD instead of POSIX file locks
Eelco Dolstra
2019-08-02
Add a post-build-hook
regnat
2019-07-30
Don’t rely on EPERM
Matthew Bauer
2019-07-25
Use sandbox fallback when cloning fails in builder
Matthew Bauer
2019-07-25
Disable CLONE_NEWUSER when it’s unavailable
Matthew Bauer
2019-07-13
Merge pull request #2975 from matthewbauer/fix-nsswitch-issue
Eelco Dolstra
2019-07-02
build: replace 100 offset for build exit codes
Daiderd Jordan
2019-07-02
build: use binary mask for build status flags
Daiderd Jordan
2019-07-02
build: add exit code for hash and check mismatches
Daiderd Jordan
2019-06-27
Don’t use entire /etc/nsswitch.conf file
Matthew Bauer
2019-06-17
Another attempt at getting pseudoterminals to work on macOS
Eelco Dolstra
2019-06-16
Hopefully fix macOS tests
Eelco Dolstra
2019-06-16
Set $TERM
Eelco Dolstra
2019-06-16
Run builds in a pseudo-terminal
Eelco Dolstra
2019-05-13
Merge pull request #2802 from LnL7/fix-needs-hashrewrite
Eelco Dolstra
2019-05-12
build: make needsHashRewrite a method
Daiderd Jordan
2019-05-12
handleDiffHook: stop passing allowVfork
Graham Christensen
2019-05-12
runProgram: support gid, uid, chdir
Graham Christensen
2019-05-12
chdir, setgroups
Graham Christensen
2019-05-12
diff hook: execute as the build user, and pass the temp dir
Graham Christensen
2019-05-12
build: run diff-hook under --check and document diff-hook
Graham Christensen
2019-05-12
build: move needsHashRewrite initialization to startBuilder
Daiderd Jordan
2019-05-03
Fix "Bad system call" running i686-linux binaries on x86_64-linux
Eelco Dolstra
2019-04-17
build: only skip hash rewriting for sandboxing on linux
Daiderd Jordan
2019-04-01
primeCache(): Barf if builds are needed but not allowed
Eelco Dolstra
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2019-02-05
Revert "Restore parent mount namespace before executing a child process"
Eelco Dolstra
2018-12-12
libstore: improve hash mismatch error messages
zimbatm
2018-11-15
Fix 'Read-only file system' when building a derivation
Eelco Dolstra
2018-10-27
Restore old (dis)allowedRequisites behaviour for self-references
Eelco Dolstra
2018-10-23
Per-output reference and closure size checks
Eelco Dolstra
2018-09-28
Check requiredSystemFeatures for local builds
Eelco Dolstra
2018-09-28
Move structured attrs handling into a separate class
Eelco Dolstra
2018-09-28
Remove obsolete check on system features
Eelco Dolstra
2018-09-28
Support special attributes in structured attributes derivations
Eelco Dolstra
2018-09-07
If fallback is enabled, temporarily disable substituters after a failure
Eelco Dolstra
2018-09-07
Handle queryPathInfo() failure from substituters when fallback is enabled
Eelco Dolstra
[next]