aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2021-10-14Make the canReachRoots() traversal non-recursiveEelco Dolstra
2021-10-13strcpy -> memcpyEelco Dolstra
2021-10-13Use a thread per connectionEelco Dolstra
2021-10-13Non-blocking garbage collectorEelco Dolstra
2021-10-13Style tweaksEelco Dolstra
2021-10-12Add compression level for NARsTom Bereknyei
2021-10-06Don't reset the logger in a vforkEelco Dolstra
2021-10-05Show failing PIDEelco Dolstra
2021-10-05TypoEelco Dolstra
2021-10-05Connect/bind Unix domain sockets in a child processEelco Dolstra
2021-10-02fix creation of NAR files >4GB on 32-bit platformskvtb
2021-09-27Fix 'error: reading a line: Input/output error' in startBuilder()Eelco Dolstra
2021-09-22Make setDefault() typedEelco Dolstra
2021-09-14Add "nix profile rollback" commandEelco Dolstra
2021-09-14Merge pull request #5245 from edolstra/warningsEelco Dolstra
2021-09-14Merge pull request #5240 from edolstra/builtin-helpEelco Dolstra
2021-09-14Change warnings from yellow to magentaEelco Dolstra
2021-09-14ANSI_YELLOW -> ANSI_WARNINGEelco Dolstra
2021-09-14Fix macOS buildEelco Dolstra
2021-09-14Fix clang warningEelco Dolstra
2021-09-13RunOptions: Use designated initializersEelco Dolstra
2021-09-13nix --help: Display help using lowdown instead of manEelco Dolstra
2021-09-08Add missing include in util.ccNaïm Favier
2021-08-30TarArchive: Small refactoringEelco Dolstra
2021-08-30Don't segfault if archive_entry_pathname() returns nullEelco Dolstra
2021-08-30Merge pull request #5175 from Pamplemousse/makeEelco Dolstra
2021-08-29Force all Pos* to be non-nullRobert Hensing
2021-08-25Don't overwrite user provided `lib*_LDFLAGS`Pamplemousse
2021-08-22Replace invalid characters in json loggerYaroslav Bolyukin
2021-08-1015f4d4f follow upPamplemousse
2021-07-30libutil: initialize the base64 decode array only onceAndreas Rammhold
2021-07-24libutil: use uniform initialization in _deletePathAlyssa Ross
2021-07-20deletePath(): Return ENFILE instead of EBADF when out of file descriptorsEelco Dolstra
2021-07-15Forward the whole Nix config to the post-build-hookregnat
2021-07-09ref: Add equality operatorsEelco Dolstra
2021-07-03Merge pull request #4967 from Pamplemousse/specific_errorsDomen Kožar
2021-07-02Add $NO_COLOR check to ANSI escape conditionsYestin L. Harrison
2021-07-01Respect TERM=dumb more consistentlyYestin L. Harrison
2021-07-01Prefer to throw specific errorsPamplemousse
2021-05-26Recursively substitute the realisationsregnat
2021-05-19Extract a generic `computeClosure` functionregnat
2021-05-18Fix extra slash in canonPath outputMatthew Bauer
2021-04-22Remove makeDecompressionSource()Eelco Dolstra
2021-04-22libutil: allow decompression with none/empty methodLuke Granger-Brown
2021-04-20Fix brotli compression of files > 128 KiBEelco Dolstra
2021-04-15Merge pull request #4679 from ony/feature/one-pass-canon-pathEelco Dolstra
2021-04-15Drop libbz2 / zlib / lzma dependency + style fixesEelco Dolstra
2021-04-15Merge branch 'libarchive-decompress' of https://github.com/serokell/nixEelco Dolstra
2021-04-07Restore stack size in child processesEelco Dolstra
2021-04-07restoreSignals() + restoreAffinity() -> restoreProcessContext()Eelco Dolstra