index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-10-08
Merge "Avoid calling memcpy when len == 0 in filetransfer.cc" into main
Lulu
2024-10-08
Fix gcc warning -Wsign-compare
Lulu
2024-10-08
Avoid calling memcpy when len == 0 in filetransfer.cc
Lulu
2024-10-05
libstore: remove Worker::{childStarted, goalFinished}
eldritch horrors
2024-10-05
libstore: remove Worker::removeGoal
eldritch horrors
2024-10-05
libstore: remove Goal::notify
eldritch horrors
2024-10-05
libstore: move Goal::ex to WorkResult
eldritch horrors
2024-10-05
libstore: move Goal::buildResult to WorkResult
eldritch horrors
2024-10-05
libstore: move Goal::exitCode to WorkResult
eldritch horrors
2024-10-05
libstore: return goal results from Worker::run()
eldritch horrors
2024-10-05
libstore: remove Worker::topGoals
eldritch horrors
2024-10-05
libstore: propagate goal exceptions using promises
eldritch horrors
2024-10-05
libstore: have goals promise WorkResults, not void
eldritch horrors
2024-10-05
libstore: extract Worker::goalFinished specifics
eldritch horrors
2024-10-05
libstore: check for interrupts in parallel promise
eldritch horrors
2024-10-05
libstore: remove Goal::StillAlive
eldritch horrors
2024-10-05
Merge "Split ignoreException to avoid suppressing CTRL-C" into main
rebecca “wiggles” turner
2024-10-05
fix build test error count checks
eldritch horrors
2024-10-05
doc: install the HTML manual again
Alois Wohlschlager
2024-10-04
libstore: forbid addWantedGoals when finished
eldritch horrors
2024-10-04
Merge "editorconfig: Add meson.build" into main
rebecca “wiggles” turner
2024-10-04
Merge "internal-api-docs: allow Doxygen to build regardless of workdir" into ...
Olivia Crain
2024-10-04
Merge "build: let meson add compiler flags for libstdc++ assertions" into main
Olivia Crain
2024-10-01
editorconfig: Add meson.build
Rebecca Turner
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-10-01
libstore: turn DerivationGoal::work into *one* promise
eldritch horrors
2024-10-01
libstore: turn DrvOutputSubstitutionGoal::work into *one* promise
eldritch horrors
2024-10-01
libstore: make PathSubstitutionGoal::work *one* promise
eldritch horrors
2024-10-01
libstore: turn Worker::updateStatistics into a promise
eldritch horrors
2024-10-01
libstore: remove Worker::wakeUp()
eldritch horrors
2024-10-01
libstore: turn periodic gc attempt into a promise
eldritch horrors
2024-10-01
libstore: turn Worker::run() main loop into a promise
eldritch horrors
2024-10-01
libstore: turn waitForInput into a promise
eldritch horrors
2024-10-01
Revert "libstore: remove worker removeGoal"
Raito Bezarius
2024-09-30
Merge "fix(nix fmt): remove the default "." argument" into main
Jonas Chevalier
2024-09-29
libstore: merge ContinueImmediately and StillAlive
eldritch horrors
2024-09-29
libstore: remove worker removeGoal
eldritch horrors
2024-09-29
libstore: extract a real makeGoalCommon
eldritch horrors
2024-09-29
libstore: remove Goal::key
eldritch horrors
2024-09-29
libstore: make non-cache goal pointers strong
eldritch horrors
2024-09-29
libstore: remove Goal::WaitForWorld
eldritch horrors
2024-09-29
libstore: fix build tests
eldritch horrors
2024-09-29
libstore: have makeLocalDerivationGoal return unique_ptrs
eldritch horrors
2024-09-29
Merge "libfetchers/git: restore compat with `builtins.fetchGit` from 2.3" int...
Maximilian Bosch
2024-09-28
Merge changes I5c640824,I09ffc92e,I259583b7 into main
Olivia Crain
2024-09-28
libfetchers/git: restore compat with `builtins.fetchGit` from 2.3
Maximilian Bosch
2024-09-27
build: let meson add compiler flags for libstdc++ assertions
Olivia Crain
2024-09-27
build: require meson 1.4.0 or newer
Olivia Crain
2024-09-27
build: fix deprecated uses of configure_file
Olivia Crain
2024-09-27
build: install html manual without using install_subdir
Olivia Crain
[next]