aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
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
2024-06-19libutil: add makeDecompressionSourceeldritch horrors
2024-06-18libmain: fix UB in verbosity assignmentJade Lovelace
2024-06-19libutil: BrotliDecompression{Sink -> Source}eldritch horrors
2024-06-18libutil: tidy Sync and fix its move constructorJade Lovelace
2024-06-16libutil: Set boost defines for FreeBSDArtemis Tosini
2024-06-06build: expose option to enable or disable precompiled std headersQyriad
2024-06-01Merge "build: fix static linking with a hack" into mainQyriad
2024-06-01chore: rebrand Nix to Lix when it makes senseRaito Bezarius
2024-05-31build: fix static linking with a hackQyriad