aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2024-08-02libutil: make RunningProgram::wait more resilienteldritch horrors
2024-07-31libexpr: implement actual constructors for nix::ValueQyriad
2024-07-25Merge "libutil: Support getSelfExe on FreeBSD" into mainArtemis Tosini
2024-07-25Merge changes Ic0dfcfe2,Ibe73851f,Ia7a8df1c,I400b2031 into mainjade
2024-07-24fix building with Musl, fixing static buildsQyriad
2024-07-24libutil: Support getSelfExe on FreeBSDArtemis Tosini
2024-07-23tree-wide: NULL -> nullptrJade Lovelace
2024-07-23libutil: rip out GNU Hurd support codeJade Lovelace
2024-07-22enable -Werror=suggest-overrideeldritch horrors
2024-07-21libutil/logging: fix build without precompiled headerAlois Wohlschlager
2024-07-20libutil: make basic loggers thread-safeeldritch horrors
2024-07-20libutil: remove warnOnce macroeldritch horrors
2024-07-18Merge changes Ib20e9aa0,I178a038b,I29c7de04 into mainjade
2024-07-16remove boost coroutine referenceseldritch horrors
2024-07-16remove sourceToSink, sinkToSource, and boehm patcheldritch horrors
2024-07-16libstore: rewrite the nar parser as a contents generatoreldritch horrors
2024-07-15libutil: implement a realPath() utilityQyriad
2024-07-13daemon: remove workaround for macOS kernel bug that seems fixedJade Lovelace
2024-07-13daemon: fix a crash bug "FATAL: exception not rethrown"Jade Lovelace
2024-07-13libutil: add checked arithmetic toolsJade Lovelace
2024-07-11libstore: turn copyNAR into a generatoreldritch horrors
2024-07-11libstore: turn the NAR parser into a passthrough generatoreldritch horrors
2024-07-11libutil: remove makeDecompressionSinkeldritch horrors
2024-07-11libstore: make BinaryCacheStore::getFile return a sourceeldritch horrors
2024-07-11libutil: rewrite RewritingSink as sourceeldritch horrors
2024-07-06libutil: remove RewritingSink match/size trackingeldritch horrors
2024-07-06libutil: turn HashModuloSink into a free functioneldritch horrors
2024-07-06libutil: return sources from runProgram2eldritch horrors
2024-07-05libutil: return a program handle from runProgram2eldritch horrors
2024-07-05libutil: convert readFileSource to a generatoreldritch horrors
2024-07-05libstore: convert dumpPath to a generatoreldritch horrors
2024-07-05libutil: allow construction of sources from generatorseldritch horrors
2024-07-03libutil: begin porting serialization to generatorseldritch horrors
2024-07-03libutil: convert drainFD to a Bytes generatoreldritch horrors
2024-07-03libutil: allow draining Generator<Bytes> into sinkseldritch horrors
2024-07-03libutil: add Bytes typeeldritch horrors
2024-07-03libutil: generator type with on-yield value mappingeldritch horrors
2024-07-02Merge "tree-wide: unify progress bar inactive and paused states" into mainalois31
2024-07-01tree-wide: unify progress bar inactive and paused statesAlois Wohlschlager
2024-06-29Reject fully-qualified URLs in 'from' argument of `nix registry add`Delan Azabani
2024-06-24Add build-dir setting, clean up default TMPDIR handlingRobert Hensing
2024-06-23libutil: remove runProgram2 stdin functionalityeldritch horrors
2024-06-23doc-comment Fields for Activity and Result typesQyriad
2024-06-23libutil: return Pid from startProcess, not pid_teldritch horrors
2024-06-23libutil: give Pid proper resource semanticseldritch horrors
2024-06-23libutil: make Pid -> pid_t operations expliciteldritch horrors
2024-06-23libutil: remove sinkToSource eof callbackeldritch horrors
2024-06-22libmain: add progress bar with multiple status linesFinn Behrens
2024-06-20BrotliDecompressionSource: don't bail out too earlyK900
2024-06-19libutil: return a source from readFileeldritch horrors