aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2024-03-04Merge pull request #9687 from edolstra/withFramedSink-ctrl-c-hangeldritch horrors
2024-03-04Merge pull request #9673 from pennae/drv-parse-optseldritch horrors
2024-03-04Merge pull request #9617 from 9999years/stack-overflow-segfaulteldritch horrors
2024-03-04Merge pull request #9582 from pennae/misc-optseldritch horrors
2024-03-04Merge pull request #9621 from blaggacao/fix/too-restrictive-branch-regex-mastereldritch horrors
2024-03-04Merge pull request #9619 from 9999years/remove-blank-lines-in-errorseldritch horrors
2024-03-04Merge pull request #9557 from bryanhonof/bryanhonof.fix-apple-double-shenaniganseldritch horrors
2024-03-04Merge pull request #9233 from bouk/bouk/apply-config-innereldritch horrors
2024-03-04fix: `nlohmann::adl_serializer` for `std::optional` (#9147)eldritch horrors
2024-03-04Merge pull request #9299 from tfc/config-improvementseldritch horrors
2024-03-04Merge pull request #9191 from tfc/libutil-implementationeldritch horrors
2024-03-04Merge pull request #9170 from tfc/fix-broken-moveeldritch horrors
2024-03-04Merge pull request #9167 from obsidiansystems/pre-overhaul-completionseldritch horrors
2024-03-04Merge pull request #8905 from hercules-ci/no-unknown-locationeldritch horrors
2024-03-04Merge pull request #9056 from aakropotkin/patch-1eldritch horrors
2024-03-04Merge pull request #8931 from fricklerhandwerk/nix3-config-optionsThéophane Hufschmitt
2024-02-22Fix bad_format_string error when builder stdout contains % (#10063)github-actions[bot]
2023-12-01Move tests to separate directories, and documentJohn Ericson
2023-12-01Put functional tests in `tests/functional`John Ericson
2023-09-09Print parent activity field in json logmaralorn
2023-09-07Allow dynamic derivation deps in `inputDrvs`John Ericson
2023-09-01Fix warning 'catching polymorphic type by value'Eelco Dolstra
2023-08-25Merge pull request #8814 from hercules-ci/exception-self-checkJohn Ericson
2023-08-19Merge pull request #8812 from tweag/fix-clang-tidyRobert Hensing
2023-08-18Merge pull request #8839 from obsidiansystems/string-context-7479John Ericson
2023-08-18Fixing #7479John Ericson
2023-08-17libutil: fix double-encoding of URLsCole Helbling
2023-08-11initLibUtil: Add exception handling self-checkRobert Hensing
2023-08-11SimpleLogger::log: fix unintended fallthroughYorick van Pelt
2023-08-11MultiCommand::toJSON: Fix use-after-moveYorick van Pelt
2023-08-10Make the Derived Path family of types inductive for dynamic derivationsJohn Ericson
2023-08-07Stabilize `discard-references`Théophane Hufschmitt
2023-08-05Fix derivation load assertion errorsFelix Uhl
2023-06-21Merge pull request #8374 from obsidiansystems/improve-path-settingJohn Ericson
2023-06-20Support opening local store with database on read-only filesystem (#8356)Ben Radford
2023-06-19Split out worker protocol template definitions from declarationsJohn Ericson
2023-06-19Merge pull request #8483 from edolstra/save-rootEelco Dolstra
2023-06-18Split `OptionalPathSetting` from `PathSetting`John Ericson
2023-06-18Create nlohmann serializers for `std::optional` and useJohn Ericson
2023-06-15Don't assume the type of string::size_typeThéophane Hufschmitt
2023-06-14Remove dead code (#8504)Daniel Asaturov
2023-06-14Merge pull request #4282 from tweag/fix-ca-hash-rewritingJohn Ericson
2023-06-09restoreMountNamespace(): Restore the original root directoryEelco Dolstra
2023-06-09Parse TOML timestamps (#8120)Andrea Bedini
2023-05-31Merge pull request #8318 from fricklerhandwerk/doc-currentTimeValentin Gagarin
2023-05-26create pathAccessible, use it to infer default dirsYorick van Pelt
2023-05-26ci: Always run with sandbox, even on DarwinSilvan Mosberger
2023-05-24Make `RewritingSink` accept a map of rewritesThéophane Hufschmitt
2023-05-19Merge pull request #8354 from KasyanDiGris/git-fetcher-ask-credentialsEelco Dolstra
2023-05-18Add option isInteractiveKonstantin Vukolov