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-09-28
Merge remote-tracking branch 'upstream/master' into ca-floating-upstream
John Ericson
2020-09-28
Merge pull request #4064 from serokell/balsoft/fix-max-jobs
Eelco Dolstra
2020-09-25
Merge pull request #3953 from obsidiansystems/basic-derivation-goal-outputs
Eelco Dolstra
2020-09-25
Fix max-jobs option
Alexander Bantyev
2020-09-23
Hopefully fix EPERM on macOS
Eelco Dolstra
2020-09-23
Fix exception
Eelco Dolstra
2020-09-23
lstat() cleanup
Eelco Dolstra
2020-09-23
After rewriting a path, make it read-only
Eelco Dolstra
2020-09-23
DerivationGoal::registerOutputs(): Don't canonicalize twice
Eelco Dolstra
2020-09-23
DerivationGoal::registerOutputs(): Fix bad format string
Eelco Dolstra
2020-09-22
Deduplicate basic derivation goals too
John Ericson
2020-09-22
Merge remote-tracking branch 'origin/master' into non-ca-depending-on-ca
regnat
2020-09-22
Merge branch 'add-ca-to-store' of https://github.com/hercules-ci/nix
Eelco Dolstra
2020-09-22
Merge remote-tracking branch 'upstream/master' into ca-floating-upstream
John Ericson
2020-09-21
Move Callback into its own header
Eelco Dolstra
2020-09-21
Document addCAToStore/addToStoreFromDump source drainage
Robert Hensing
2020-09-17
Merge remote-tracking branch 'upstream/master' into ca-floating-upstream
John Ericson
2020-09-16
Ensure resolved CA derivations are written
John Ericson
2020-09-16
Start to fix floating CA + remote building
John Ericson
2020-09-16
Merge remote-tracking branch 'upstream/master' into ca-floating-upstream
John Ericson
2020-09-16
Add a name to the stores
regnat
2020-09-16
Document the new store hierarchy
regnat
2020-09-16
Correctly call all the parent contructors of the stores
regnat
2020-09-15
Rename `Derivation::pathOpt` to `Derivation::path`
John Ericson
2020-09-15
Get rid of confusing `std::optional<bool>` for validity
John Ericson
2020-09-15
Don't link deriver until after any delayed exception is thrown
John Ericson
2020-09-04
Merge remote-tracking branch 'obsidian/single-ca-drv-build' into ca-floating-...
John Ericson
2020-09-04
Fix some of the issues raised by @edolstra
John Ericson
2020-09-04
Apply suggestions from code review
John Ericson
2020-09-04
Don't chmod symlink before moving outputs around
John Ericson
2020-09-04
Fix floating CA tests
John Ericson
2020-08-28
Update src/libstore/build.cc
John Ericson
2020-08-24
CA derivations that depend on other CA derivations
John Ericson
2020-08-24
Fix bad debug format string
John Ericson
2020-08-20
Rename drv output querying functions, like master
John Ericson
2020-08-14
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-14
Merge pull request #3875 from obsidiansystems/new-interface-for-path-pathOpt
Eelco Dolstra
2020-08-14
Merge pull request #3924 from obsidiansystems/features-per-store
Eelco Dolstra
2020-08-14
Merge pull request #3899 from obsidiansystems/make-narHash-not-optional
Eelco Dolstra
2020-08-12
Make `system-features` a store setting
John Ericson
2020-08-12
Separate auth and logic for the daemon
John Ericson
2020-08-12
Break out lambda so output can be matched just once
John Ericson
2020-08-11
Recheck path validity after acquiring lock
John Ericson
2020-08-11
Don't assume a total output map in two places in build.cc
John Ericson
2020-08-11
Clarify comment on sandbox and temp fresh paths
John Ericson
2020-08-11
Clarify `outputReferences` variable with self-describing type
John Ericson
2020-08-11
Remove redundant equality check
John Ericson
2020-08-11
Float comment to out describe `gaveUpOnSubstitution` in general
John Ericson
2020-08-11
Apply suggestions from code review
John Ericson
2020-08-07
Squashed get CA derivations building
John Ericson
[next]