index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
derivations.cc
Age
Commit message (
Expand
)
Author
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-03-31
Fix macOS build
Eelco Dolstra
2022-03-31
Rename 'pure' -> 'sandboxed' for consistency
Eelco Dolstra
2022-03-31
needsNetworkAccess() -> isSandboxed()
Eelco Dolstra
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-03-29
Simplify the handling of the hash modulo
Théophane Hufschmitt
2022-03-18
Generalize `DerivationType` in preparation for impure derivations
John Ericson
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-11
Reduce variants for derivation hash modulo
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-27
return string_views from forceString*
pennae
2022-01-21
derivations.cc: Use larger buffer in printString
Robert Hensing
2022-01-19
Replace withBuffer by boost small_vector
Robert Hensing
2022-01-19
withBuffer: avoid allocating a std::function
Robert Hensing
2022-01-19
Add withBuffer
Robert Hensing
2022-01-19
Fix segfault or stack overflow caused by large derivation fields
Robert Hensing
2021-10-26
Make experimental-features a proper type
regnat
2021-09-30
`std::visit` by reference
John Ericson
2021-07-22
Use eval-store in more places
Eelco Dolstra
2021-04-05
Move `StorePathWithOutputs` into its own header/file
John Ericson
2021-02-26
Simplify the case where the drv is a purely input-addressed one
regnat
2021-02-19
Remove the drv resolution caching mechanism
regnat
2021-02-19
Don't expose the "bang" drvoutput syntax
Théophane Hufschmitt
2021-02-19
Syntactic fixes
Théophane Hufschmitt
2021-02-19
Register the realisations for unresolved drvs
regnat
2020-12-17
Fix the detection of already built drv outputs
regnat
2020-12-11
Use the hash modulo in the derivation outputs
regnat
2020-11-19
Make drv hash modulo memo table thread-safe
John Ericson
2020-11-17
Cleanup
Eelco Dolstra
2020-11-17
Fix deadlock in IFD through the daemon
Eelco Dolstra
2020-10-27
Inline `unkownHashes`
regnat
2020-10-27
Allow non-CA derivations to depend on CA derivations
regnat
2020-09-30
Merge remote-tracking branch 'upstream/master' into templated-daemon-protocol
John Ericson
2020-09-30
nix::worker_proto -> worker_proto
John Ericson
2020-09-30
Revert "Use template structs instead of phantoms"
John Ericson
2020-09-22
Merge remote-tracking branch 'upstream/master' into templated-daemon-protocol
John Ericson
2020-09-16
Merge remote-tracking branch 'upstream/master' into ca-floating-upstream
John Ericson
2020-09-15
Rename `Derivation::pathOpt` to `Derivation::path`
John Ericson
2020-09-04
Fix querying outputs for CA derivations some more
John Ericson
2020-09-04
Fix floating CA tests
John Ericson
2020-08-28
Merge remote-tracking branch 'obsidian/single-ca-drv-build' into ca-floating-...
John Ericson
2020-08-28
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-27
Merge pull request #3434 from Ericson2314/derivation-header-include-order
Eelco Dolstra
2020-08-24
CA derivations that depend on other CA derivations
John Ericson
2020-08-23
Merge remote-tracking branch 'obsidian/write-derivation-borrow' into HEAD
John Ericson
2020-08-23
`writeDerivation` just needs a plain store reference
John Ericson
2020-08-21
"Downstream placeholders" should not be store paths
John Ericson
2020-08-19
Merge branch 'master' of github.com:NixOS/nix into templated-daemon-protocol
John Ericson
2020-08-18
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
[next]