Age | Commit message (Expand) | Author |
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 | 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 | 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 | 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-16 | remove boost coroutine references | eldritch horrors |
2024-07-16 | remove sourceToSink, sinkToSource, and boehm patch | eldritch horrors |
2024-07-16 | libstore: remove remaining sinkToSource uses | eldritch horrors |
2024-07-16 | libstore: remove WriteConn::sink fields | eldritch horrors |
2024-07-16 | libstore: generatorize protocol serializers | eldritch horrors |
2024-07-16 | libstore: remove a sinkToSouce from old daemon protocol | eldritch horrors |
2024-07-16 | libstore: rewrite the nar parser as a contents generator | eldritch horrors |
2024-07-15 | Merge changes I8d87c0e9,I25937702 into main | Qyriad |
2024-07-15 | libstore: rewrite narFromPath as generator | eldritch horrors |
2024-07-15 | nix3-upgrade-nix: always use the /new/ nix-env to perform the installation | Qyriad |
2024-07-15 | libutil: implement a realPath() utility | Qyriad |
2024-07-14 | libexpr/eval.cc: remove unnecessary C string conversion | NaN |
2024-07-13 | daemon: remove workaround for macOS kernel bug that seems fixed | Jade Lovelace |
2024-07-13 | daemon: fix a crash bug "FATAL: exception not rethrown" | Jade Lovelace |
2024-07-13 | language: cleanly ban integer overflows | Jade Lovelace |
2024-07-13 | libutil: add checked arithmetic tools | Jade Lovelace |
2024-07-12 | Use std::strong_ordering for version comparison | Jade Lovelace |
2024-07-11 | libstore: remove upcast_goal | eldritch horrors |
2024-07-11 | libstore: turn copyNAR into a generator | eldritch horrors |
2024-07-11 | libstore: turn the NAR parser into a passthrough generator | eldritch horrors |
2024-07-11 | libutil: remove makeDecompressionSink | eldritch horrors |
2024-07-11 | libstore: make BinaryCacheStore::getFile return a source | eldritch horrors |
2024-07-11 | libutil: rewrite RewritingSink as source | eldritch horrors |
2024-07-10 | Merge "lix-doc: update dependencies and refactor" into main | lunaphied |
2024-07-10 | Merge "libmain: clear display attributes in the multiline progress bar" into ... | alois31 |
2024-07-10 | lix-doc: update dependencies and refactor | Lunaphied |
2024-07-09 | Fix dry-run flag for nix-collect-garbage | Quantum Jump |
2024-07-08 | libexpr: stop lying about DrvInfo's constness | Qyriad |
2024-07-08 | libmain: clear display attributes in the multiline progress bar | Alois Wohlschlager |
2024-07-07 | libstore: make LocalDerivationGoal::needsHashRewrite virtual | Artemis Tosini |
2024-07-06 | libutil: remove RewritingSink match/size tracking | eldritch horrors |
2024-07-06 | libutil: turn HashModuloSink into a free function | 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-07-05 | libutil: convert readFileSource to a generator | eldritch horrors |
2024-07-05 | libstore: convert dumpPath to a generator | eldritch horrors |
2024-07-05 | libutil: allow construction of sources from generators | eldritch horrors |