aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
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
2021-04-07PathSubstitutionGoal: Clean up pipeEelco Dolstra
2021-03-31canonPath in one passMykola Orliuk
2021-03-26Fix some typosEelco Dolstra
2021-03-16Fix Nix to properly work with stores using a scoped IPv6 addressMaximilian Bosch
2021-03-10Use libarchive for all compressionYorick van Pelt
2021-02-26nix flake update: Recreate the lock fileEelco Dolstra
2021-02-26Merge pull request #4530 from alyssais/killEelco Dolstra
2021-02-24Respect command registrations in plugins.Shea Levy
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-02-22Add x86_64 compute levels as additional system typesDaniël de Kok
2021-02-07Support --no-net for backwards compatibilityEelco Dolstra
2021-02-07libutil: EPERM from kill(-1, ...) is fineAlyssa Ross
2021-02-05Move the GENERATE_CMP macro to its own fileregnat
2021-01-27Remove mkFlag()Eelco Dolstra
2021-01-25Group common optionsEelco Dolstra
2021-01-25Group subcommands by categoryEelco Dolstra
2021-01-25Make '--help' do the same as 'help' (i.e. show a manpage)Eelco Dolstra
2021-01-25Merge pull request #4467 from edolstra/error-formattingEelco Dolstra
2021-01-22Add FIXMEEelco Dolstra
2021-01-21Change error position formattingEelco Dolstra
2021-01-21Remove trailing whitespaceEelco Dolstra
2021-01-21Improve error formattingEelco Dolstra