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
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-03-31
fix placeholder not substituted in passAsFile
mlatus
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2020-03-24
buildenv: Eliminate global variables, other cleanup
Eelco Dolstra
2020-03-24
Add function for quoting strings
Eelco Dolstra
2020-01-23
structured-attrs: chown .attrs.* files to builder
Robin Gloster
2020-01-13
build: remove warning when in sandboxing test mode
Daiderd Jordan
2020-01-06
Fix use of uninitialized store path
Eelco Dolstra
2020-01-06
Merge pull request #3303 from LnL7/darwin-sandbox
Eelco Dolstra
2020-01-05
build: fix sandboxing on darwin
Daiderd Jordan
2020-01-04
build: fix path repairing when hash rewriting is required
Daiderd Jordan
2020-01-04
build: recover store path when replacing fails
Daiderd Jordan
2020-01-02
passAsFile: leave out the hash prefix
edef
2020-01-02
passAsFile: hash the attribute name instead of numbering sequentially
Puck Meerburg
2020-01-01
exportReferencesGraph: support working
Graham Christensen
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-09
Remove UserLock self-lock check
Eelco Dolstra
2019-12-05
Show hash mismatch warnings in SRI format
Eelco Dolstra
2019-12-02
Merge remote-tracking branch 'origin/recursive-nix'
Eelco Dolstra
2019-11-26
Make <nix/unpack-channel.nix> a builtin builder
Eelco Dolstra
2019-11-26
Merge pull request #3144 from matthewbauer/fix-sandbox-fallback
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
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-11-06
Recursive Nix: Handle concurrent client connections
Eelco Dolstra
2019-11-06
Enable recursive Nix using a feature
Eelco Dolstra
2019-11-06
RestrictedStore: Implement addToStore()
Eelco Dolstra
2019-11-06
Recursive Nix support
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-13
Move tmpDirInSandbox to initTmpDir
Matthew Bauer
2019-10-12
Fix sandbox fallback settings
Matthew Bauer
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
[next]