Age | Commit message (Expand) | Author |
2024-07-26 | update flake.lock | vigress8 |
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 | package.nix: remove dead code | Jade Lovelace |
2024-07-23 | diff-closures: remove gratuitous copy | Jade Lovelace |
2024-07-23 | releng: Remove workaround for skopeo feature we didn't know about | 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 | De-vendor nixfmt | vigress8 |
2024-07-22 | enable -Werror=suggest-override | eldritch horrors |
2024-07-22 | libexpr: fix -Wunused-const-variable warning | eldritch horrors |
2024-07-21 | libutil/logging: fix build without precompiled header | Alois Wohlschlager |
2024-07-21 | Merge "libstore/binary-cache-store: use correct buffer size for NAR decompres... | alois31 |
2024-07-21 | Merge "gc: refactor the gc server thread out into a class without changing it... | jade |
2024-07-21 | libstore/binary-cache-store: use correct buffer size for NAR decompression | Alois Wohlschlager |
2024-07-20 | Merge "Fix namespace warning being emitted if sandbox is disabled" into main | Winter Cute |
2024-07-20 | libexpr: add a strongly typed version of gcAllocBytes() | Qyriad |
2024-07-20 | libexpr: rename confusing makeImmutableString -> gcCopyStringIfNeeded | Qyriad |
2024-07-20 | libexpr: refactor gc-agnostic helpers into one place | Qyriad |
2024-07-20 | libutil: make basic loggers thread-safe | eldritch horrors |
2024-07-20 | libutil: remove warnOnce macro | eldritch horrors |
2024-07-19 | Fix namespace warning being emitted if sandbox is disabled | Winter |
2024-07-19 | gc: refactor the gc server thread out into a class without changing it | Jade Lovelace |
2024-07-19 | Merge changes Id8b3d289,Ib75ab5b8,I3792eeb3 into main | jade |
2024-07-19 | Merge changes I829581a3,I0016970d,I5dac8e77,Ib7560fe5 into main | alois31 |
2024-07-18 | Fixup a bunch of references to nixos.org manuals | Jade Lovelace |
2024-07-18 | Add release notes for removing overflow from Nix language | Jade Lovelace |
2024-07-18 | expr: fix a compiler warning about different signs in comparison | Jade Lovelace |
2024-07-18 | Merge changes Ib20e9aa0,I178a038b,I29c7de04 into main | jade |
2024-07-18 | doc/release-notes: add for pretty printing improvements | Alois Wohlschlager |
2024-07-18 | libexpr/print: do not show elided nested items when there are none | Alois Wohlschlager |
2024-07-18 | libexpr/print: never show empty attrsets or derivations as «repeated» | Alois Wohlschlager |
2024-07-18 | libexpr/print: pretty-print idempotently | Alois Wohlschlager |
2024-07-18 | Merge "doc/manual: clarify documentation related to the `$$` parser bug" into... | alois31 |