index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
/
derivation-goal.cc
Age
Commit message (
Expand
)
Author
2024-08-18
libstore: clarify that build log fd and hook log fd are different
eldritch horrors
2024-08-18
libstore: remove DerivationGoal::isReadDesc
eldritch horrors
2024-08-18
libstore: don't ignore max-build-log-size for ssh-ng
eldritch horrors
2024-08-18
libstore: add explicit in-build-slot-ness to goals
eldritch horrors
2024-08-18
libstore: remove unused includes in worker code
eldritch horrors
2024-08-08
libstore: make Worker status flags private
eldritch horrors
2024-08-08
libstore: remove Goal::addWaitee
eldritch horrors
2024-08-08
libstore: make Worker::wakeUp private
eldritch horrors
2024-08-08
libstore: make Worker::waitForAWhile private
eldritch horrors
2024-08-03
libstore: move Goal::waiteeDone into Worker::goalFinished
eldritch horrors
2024-08-02
libstore: move Goal::amDone to Worker
eldritch horrors
2024-08-02
libstore: return finishedness from Goal methods
eldritch horrors
2024-08-02
libstore: encapsulate worker build hook state
eldritch horrors
2024-07-30
libstore: move Goal::getBuildResult to BuildResult
eldritch horrors
2024-07-30
libstore: always wake up goals on EOF
eldritch horrors
2024-07-29
libstore: remove Worker::updateProgress
eldritch horrors
2024-07-24
fix building with Musl, fixing static builds
Qyriad
2024-07-20
libutil: make basic loggers thread-safe
eldritch horrors
2024-07-18
Fixup a bunch of references to nixos.org manuals
Jade Lovelace
2024-07-16
libstore: remove WriteConn::sink fields
eldritch horrors
2024-07-16
libstore: generatorize protocol serializers
eldritch horrors
2024-07-11
libstore: remove upcast_goal
eldritch horrors
2024-07-06
libutil: return sources from runProgram2
eldritch horrors
2024-07-05
libutil: return a program handle from runProgram2
eldritch horrors
2024-06-22
libstore: reduce loglevel of `waiting for a machine to build`
Maximilian Bosch
2024-06-18
store: fix null reference from DerivationGoal::waiteeDone
Jade Lovelace
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-19
libutil: Create chmodPath function
Artemis Tosini
2024-05-10
libutil: remove callback.hh
eldritch horrors
2024-04-15
fix probable format bug in DerivationGoal::buildDone
Qyriad
2024-03-29
Make things that can throw not noexcept anymore
Jade Lovelace
2024-03-27
HOT SALE: 15% off your build times!
Jade Lovelace
2024-03-18
libutil: make AutoCloseFD a better resource
eldritch horrors
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2024-03-06
Merge pull request #9280 from R-VdP/rvdp/fix_remote_logging_phase_reporting
eldritch horrors
2024-03-04
Merge pull request #9974 from edolstra/less-chatty-post-build-hook
eldritch horrors
2024-03-04
Merge pull request #9924 from 9999years/rename-yellowtxt
eldritch horrors
2024-03-04
Merge pull request #9589 from obsidiansystems/floating-content-addressing-der...
eldritch horrors
2024-03-04
Merge pull request #9563 from obsidiansystems/tryResolve-evalStore
eldritch horrors
2024-03-04
Merge pull request #6469 from gbpdt/fix/skipped_build_locking
eldritch horrors
2024-03-04
Merge pull request #9172 from tfc/bad-moves
eldritch horrors
2024-03-04
Merge pull request #9099 from obsidiansystems/common-proto
eldritch horrors
2023-10-02
Revert "Adapt scheduler to work with dynamic derivations"
John Ericson
2023-09-07
Allow dynamic derivation deps in `inputDrvs`
John Ericson
2023-08-25
Adapt scheduler to work with dynamic derivations
John Ericson
2023-08-25
Use `Worker::makeDerivationGoal` less
John Ericson
2023-08-18
Fixing #7479
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-06-19
Create `worker_proto::{Read,Write}Conn`
John Ericson
2023-06-19
Put worker protocol items inside a `WorkerProto` struct
John Ericson
[next]