Age | Commit message (Expand) | Author |
2024-08-04 | tree-wide: fix various lint warnings | Jade Lovelace |
2024-08-04 | cli: eat terminal codes from stdout also | Jade Lovelace |
2024-08-04 | Implement forcing CLI colour on, and document it better | Jade Lovelace |
2024-08-02 | libutil: make RunningProgram::wait more resilient | eldritch horrors |
2024-07-31 | libexpr: implement actual constructors for nix::Value | Qyriad |
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-24 | fix building with Musl, fixing static builds | Qyriad |
2024-07-24 | libutil: Support getSelfExe on FreeBSD | Artemis Tosini |
2024-07-23 | tree-wide: NULL -> nullptr | Jade Lovelace |
2024-07-23 | libutil: rip out GNU Hurd support code | Jade Lovelace |
2024-07-22 | enable -Werror=suggest-override | eldritch horrors |
2024-07-21 | libutil/logging: fix build without precompiled header | Alois Wohlschlager |
2024-07-20 | libutil: make basic loggers thread-safe | eldritch horrors |
2024-07-20 | libutil: remove warnOnce macro | eldritch horrors |
2024-07-18 | Merge changes Ib20e9aa0,I178a038b,I29c7de04 into main | jade |
2024-07-16 | remove boost coroutine references | eldritch horrors |
2024-07-16 | remove sourceToSink, sinkToSource, and boehm patch | eldritch horrors |
2024-07-16 | libstore: rewrite the nar parser as a contents generator | eldritch horrors |
2024-07-15 | libutil: implement a realPath() utility | Qyriad |
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 | libutil: add checked arithmetic tools | Jade Lovelace |
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-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 |
2024-07-03 | libutil: begin porting serialization to generators | eldritch horrors |
2024-07-03 | libutil: convert drainFD to a Bytes generator | eldritch horrors |
2024-07-03 | libutil: allow draining Generator<Bytes> into sinks | eldritch horrors |
2024-07-03 | libutil: add Bytes type | eldritch horrors |
2024-07-03 | libutil: generator type with on-yield value mapping | eldritch horrors |
2024-07-02 | Merge "tree-wide: unify progress bar inactive and paused states" into main | alois31 |
2024-07-01 | tree-wide: unify progress bar inactive and paused states | Alois Wohlschlager |
2024-06-29 | Reject fully-qualified URLs in 'from' argument of `nix registry add` | Delan Azabani |
2024-06-24 | Add build-dir setting, clean up default TMPDIR handling | Robert Hensing |
2024-06-23 | libutil: remove runProgram2 stdin functionality | eldritch horrors |
2024-06-23 | doc-comment Fields for Activity and Result types | Qyriad |
2024-06-23 | libutil: return Pid from startProcess, not pid_t | eldritch horrors |
2024-06-23 | libutil: give Pid proper resource semantics | eldritch horrors |
2024-06-23 | libutil: make Pid -> pid_t operations explicit | eldritch horrors |
2024-06-23 | libutil: remove sinkToSource eof callback | eldritch horrors |