aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2023-02-01Merge pull request #7203 from graham33/feature/cpp20Eelco Dolstra
2023-01-30Merge pull request #7713 from obsidiansystems/more-rapid-checkRobert Hensing
2023-01-30Merge pull request #5226 from NixOS/client-side-profilesEelco Dolstra
2023-01-30Merge pull request #7087 from ncfavier/referenceablePathsThéophane Hufschmitt
2023-01-30Merge pull request #7645 from typetetris/fix-url-parsing-file-as-application-...Théophane Hufschmitt
2023-01-30Merge branch 'master' into referenceablePathsThéophane Hufschmitt
2023-01-29More property testsJohn Ericson
2023-01-29Allow unit test infra to be reused across libs' testsJohn Ericson
2023-01-24Fix 'destructor called on non-final ...' warningGuillaume Maudoux
2023-01-23Test store paths, with property testsJohn Ericson
2023-01-20Fix url parsing for urls using `file+`Eric Wolf
2023-01-19Revert "Revert "Merge pull request #6204 from layus/coerce-string""Guillaume Maudoux
2023-01-18Revert "Merge pull request #6204 from layus/coerce-string"Robert Hensing
2023-01-17Move the default profiles to the user’s homeThéophane Hufschmitt
2023-01-16Merge pull request #7585 from NixOS/macos-disconnectEelco Dolstra
2023-01-13Merge pull request #6815 from obsidiansystems/better-wanted-outputsRobert Hensing
2023-01-11Remove default constructor from `OutputsSpec`John Ericson
2023-01-11MonitorFdHup: Make it work on macOS againEelco Dolstra
2023-01-11Backport getLine tests from lazy-treesEelco Dolstra
2023-01-03`unsafeDiscardReferences`Naïm Favier
2023-01-02Put the --show-trace hint in the logical placeEelco Dolstra
2023-01-02Merge remote-tracking branch 'origin/master' into coerce-stringEelco Dolstra
2022-12-23Fix CanonPath::dirOf() returning a string_view of a temporaryEelco Dolstra
2022-12-20Merge pull request #7451 from edolstra/abstract-posEelco Dolstra
2022-12-19Merge pull request #7450 from edolstra/canon-pathEelco Dolstra
2022-12-13Introduce AbstractPosEelco Dolstra
2022-12-12Add CanonPath wrapper to represent canonicalized pathsEelco Dolstra
2022-12-12Simplify loop, feedback from @tfc and @Ericson2314Florian Friesdorf
2022-12-12Show stack trace above error messageFlorian Friesdorf
2022-12-12Don't reverse stack trace when showingFlorian Friesdorf
2022-12-12CleanupEelco Dolstra
2022-12-12Optimize string concatenationEelco Dolstra
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-12-04getMaxCPU: fix cgroup pathJörg Thalheim
2022-12-02getMaxCPU(): Lower verbosity level for ignored exceptionsEelco Dolstra
2022-12-02Clean up cgroup handling in getMaxCPU()Eelco Dolstra
2022-12-02Move cgroup.{cc,hh} to libutilEelco Dolstra
2022-11-29Merge pull request #3600 from NixOS/auto-uid-allocationEelco Dolstra
2022-11-21Merge remote-tracking branch 'origin/master' into auto-uid-allocationEelco Dolstra
2022-11-18Separate cgroup support from auto-uid-allocationEelco Dolstra
2022-11-18createTempDir(): Use std::atomicEelco Dolstra
2022-11-16Replace src/libutil/json.cc with nlohmann json generationYorick van Pelt
2022-11-10Remove the SystemdCgroup featureEelco Dolstra
2022-11-04Remove stray tabEelco Dolstra
2022-11-03Merge remote-tracking branch 'origin/master' into auto-uid-allocationEelco Dolstra
2022-11-01tarfile: set directory mode to at least 0500, don't extract fflagsYorick van Pelt
2022-10-25Rework error throwing, and test itGuillaume Maudoux
2022-10-22Fix C++20 warningsGraham Bennett
2022-10-17Initial frames supportGuillaume Maudoux
2022-10-16Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux