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-06-15
Print only one error message if a build fails
Eelco Dolstra
2020-06-15
Remove unnecessary amDone() overrides
Eelco Dolstra
2020-06-15
Improve "waiting for locks" messages
Eelco Dolstra
2020-06-15
Merge branch 'errors-phase-2' of https://github.com/bburdette/nix
Eelco Dolstra
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-11
Merge pull request #3073 from tweag/machine-logs
Eelco Dolstra
2020-06-08
Unify the printing of the logs between bar-with-logs and raw
regnat
2020-06-03
libutils/hash: remove default encoding
zimbatm
2020-06-02
elide the 'ErrorInfo' in logError and logWarning calls
Ben Burdette
2020-05-29
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-05-27
Rename some variables named “recursive” to “method”
Matthew Bauer
2020-05-26
Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethod
Carlo Nucera
2020-05-18
Cleanup
Eelco Dolstra
2020-05-18
Merge branch 'wait-for-builders' of https://github.com/serokell/nix
Eelco Dolstra
2020-05-14
Don't lock a user while doing remote builds
Alexander Bantyev
2020-05-13
formatting and a few minor changes
Ben Burdette
2020-05-13
change status messages to info level
Ben Burdette
2020-05-11
fixes to merged code
Ben Burdette
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-11
switch from printError warnings to logWarnings
Ben Burdette
2020-05-11
Merge pull request #3568 from kolloch/outputHashModeError
Domen Kožar
2020-05-11
Update src/libstore/build.cc
Domen Kožar
2020-05-09
doc: consistently refer to 'fixed-output' with a dash
Benjamin Hipple
2020-05-08
Mention build users in the 'waiting for' message
Alexander Bantyev
2020-05-08
Don't block while waiting for build users
Alexander Bantyev
2020-05-06
libstore/build.cc: more explicit about form of output
Peter Kolloch
2020-05-05
Wait for build users when none are available
Alexander Bantyev
2020-05-04
appending to hints; remove _printError
Ben Burdette
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-29
Only call grantpt on MacOS systems
Antoine Eiche
2020-04-21
Replace select() with poll() to allow waiting on more than FD_SETSIZE fds
Dustin DeWeese
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-10
Fix nix-build --check -K in sandbox w/o root
Bruce Toll
2020-04-09
Delete temporary directory on successful build
Bruce Toll
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
2020-04-08
DataTransfer -> FileTransfer
Nikola Knezevic
2020-04-08
actDownload -> actDataTransfer
Nikola Knezevic
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
2020-04-08
build.cc: improve message if home directory exists
Domen Kožar
2020-03-31
fix placeholder not substituted in passAsFile
mlatus
2020-03-30
Never cast `FileIngestionMethod` to or from boolean
John Ericson
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
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
[next]