Age | Commit message (Expand) | Author |
2024-08-07 | src/libcmd/repl.cc: allow :log /path/to/store.drv | Goldstein |
2024-08-03 | libstore: move Goal::waiteeDone into Worker::goalFinished | eldritch horrors |
2024-08-02 | Merge "libstore/ssh: only resume the logger when we paused it" into main | alois31 |
2024-08-02 | libstore/ssh: only resume the logger when we paused it | Alois Wohlschlager |
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-08-02 | libutil: make RunningProgram::wait more resilient | eldritch horrors |
2024-08-02 | Merge "nix flake show: add the description if it exists" into main | Isabel |
2024-08-02 | Merge "Reapply "libfetchers: make attribute / URL query handling consistent""... | Maximilian Bosch |
2024-08-01 | Reapply "libfetchers: make attribute / URL query handling consistent" | Maximilian Bosch |
2024-08-01 | Merge changes Icc4747ae,Id4717b5b,Ie3ddb3d0,Ic4d93a08,I00d9ff70 into main | Qyriad |
2024-08-01 | Merge changes from topic "undefined-behaviour" into main | jade |
2024-08-01 | remove unused headers in installable-attr-path | Qyriad |
2024-08-01 | libexpr: include the type of the non-derivation value in the type error | Qyriad |
2024-08-01 | libexpr: mild cleanup to getDerivations | Qyriad |
2024-08-01 | libexpr: DrvInfo: remove unused bad-citizen constructor | Qyriad |
2024-08-01 | cleanup and slightly refactor DrvInfo::queryOutputs | Qyriad |
2024-07-31 | tree-wide: add support for asan! | Jade Lovelace |
2024-07-31 | libexpr: implement actual constructors for nix::Value | Qyriad |
2024-07-30 | libstore: move Goal::getBuildResult to BuildResult | eldritch horrors |
2024-07-30 | Merge "src/libcmd/repl.cc: avoid unneeded reload after :e" into main | Max Siling |
2024-07-30 | src/libcmd/repl.cc: avoid unneeded reload after :e | Goldstein |
2024-07-30 | libstore: count all substitutions toward the same limit | eldritch horrors |
2024-07-30 | libstore: always wake up goals on EOF | eldritch horrors |
2024-07-30 | libstore: simplify substitution handleEOF | eldritch horrors |
2024-07-29 | libstore: remove Worker::updateProgress | eldritch horrors |
2024-07-26 | Merge changes I45d3895f,I541be3ea,Ibe51416d into main | alois31 |
2024-07-25 | Merge "libutil: Support getSelfExe on FreeBSD" into main | Artemis Tosini |
2024-07-25 | Merge changes Ic0dfcfe2,Ibe73851f,Ia7a8df1c,I400b2031 into main | jade |
2024-07-25 | libstore/build: block io_uring | Alois Wohlschlager |
2024-07-25 | libstore/build: use an allowlist approach to syscall filtering | Alois Wohlschlager |
2024-07-25 | libstore/build: always treat seccomp setup failures as fatal | Alois Wohlschlager |
2024-07-24 | fix building with Musl, fixing static builds | Qyriad |
2024-07-24 | libutil: Support getSelfExe on FreeBSD | Artemis Tosini |
2024-07-23 | diff-closures: remove gratuitous copy | Jade Lovelace |
2024-07-23 | tree-wide: NULL -> nullptr | Jade Lovelace |
2024-07-23 | libutil: rip out GNU Hurd support code | Jade Lovelace |
2024-07-23 | libstore: Add FreeBSD findPlatformRoots | Artemis Tosini |
2024-07-23 | nix flake show: add the description if it exists | isabel |
2024-07-22 | Merge "libexpr/gc-alloc: fix compilation with !HAVE_BOEHMGC" into main | Pierre Bourdon |
2024-07-23 | libexpr/gc-alloc: fix compilation with !HAVE_BOEHMGC | Pierre Bourdon |
2024-07-22 | libstore: keep Goal errors as unique_ptrs | eldritch horrors |
2024-07-22 | libstore: remove an always-defaulted argument | eldritch horrors |
2024-07-22 | libstore: use std::async instead of Goal threads | eldritch horrors |
2024-07-22 | libstore: remove addToWeakGoals | eldritch horrors |
2024-07-22 | libstore: remove Goal::ecBusy | eldritch horrors |
2024-07-22 | libstore: remove unused Worker::waitForAnyGoal | eldritch horrors |
2024-07-22 | enable -Werror=suggest-override | eldritch horrors |
2024-07-22 | libexpr: fix -Wunused-const-variable warning | eldritch horrors |