Age | Commit message (Expand) | Author |
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 method without definition | eldritch horrors |
2024-08-18 | libstore: remove unused includes in worker code | eldritch horrors |
2024-08-18 | libstore: make Worker::removeGoal private | eldritch horrors |
2024-08-13 | Merge "libutil: Add bindPath function from libstore" into main | Artemis Tosini |
2024-08-09 | libutil: rename and optimize closeMostFDs | eldritch horrors |
2024-08-09 | libstore: deprecate the build-hook setting | eldritch horrors |
2024-08-09 | Merge changes Ib7c80826,I636f8a71,I67669b98 into main | jade |
2024-08-08 | Merge changes I6358a393,I2d9f276b,Idd096dc9 into main | jade |
2024-08-08 | Merge changes I526cceed,Ia4e2f1fa,I22e66972,I9fbd55a9,Ifca22e44 into main | jade |
2024-08-08 | sqlite: add a Use::fromStrNullable | Jade Lovelace |
2024-08-08 | tree-wide: automated migration to charptr_cast | Jade Lovelace |
2024-08-08 | tree-wide: fix a pile of lints | Jade Lovelace |
2024-08-08 | refactor: make HashType and Base enum classes for type safety | Jade Lovelace |
2024-08-08 | libstore: make Worker::waitForInput private | 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-08 | libstore: make Worker::waitForBuildSlot private | eldritch horrors |
2024-08-07 | Merge "oops: fix warning about catching polymorphic exception" into main | jade |
2024-08-07 | Merge "fix: warn and document when advanced attributes will have no impact du... | Maximilian Bosch |
2024-08-07 | darwin: workaround PROC_PIDLISTFDS on processes with no fds | Jade Lovelace |
2024-08-06 | oops: fix warning about catching polymorphic exception | Jade Lovelace |
2024-08-07 | Merge changes I0fc80718,Ia182b86f,I355f82cb,I8a9b58fa,Id89f8a1f, ... into main | jade |
2024-08-06 | libstore/linux: precompile and cache the seccomp BPF | Alois Wohlschlager |
2024-08-06 | libstore/linux: compile the seccomp BPF explicitly | Alois Wohlschlager |
2024-08-06 | libstore: add LocalDerivationGoal setupSyscallFilter hook | Alois Wohlschlager |
2024-08-04 | tree-wide: fix various lint warnings | Jade Lovelace |
2024-08-03 | fix: warn and document when advanced attributes will have no impact due to __... | Tom Bereknyei |
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-07-30 | libstore: move Goal::getBuildResult to BuildResult | eldritch horrors |
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-27 | libutil: Add bindPath function from libstore | Artemis Tosini |
2024-07-26 | Merge changes I45d3895f,I541be3ea,Ibe51416d into main | alois31 |
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-23 | tree-wide: NULL -> nullptr | Jade Lovelace |