aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2022-05-09Merge branch 'master' into debug-exploratory-PRBen Burdette
2022-05-04Fix the parsing of the sourcehut refs fileThéophane Hufschmitt
2022-05-04Merge remote-tracking branch 'origin/master' into debug-exploratory-PREelco Dolstra
2022-05-04Move json stuff out of util.ccEelco Dolstra
2022-05-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-05-03nix profile: Support overriding outputsEelco Dolstra
2022-04-29spacingBen Burdette
2022-04-28Merge branch 'master' into debug-merge-masterBen Burdette
2022-04-22Fix the darwin buildThéophane Hufschmitt
2022-04-22Add some tests for ChunkedVectorThéophane Hufschmitt
2022-04-22Move ChunkedVector to its own headerThéophane Hufschmitt
2022-04-21remove pos<T>pennae
2022-04-21store Symbols in a table as well, like positionspennae
2022-04-21don't use Symbol in Pos to represent a pathpennae
2022-04-21replace most Pos objects/ptrs with indexes into a position tablepennae
2022-04-21Rename fmt test -> hilteEelco Dolstra
2022-04-21Fix fmt testEelco Dolstra
2022-04-21Move hiliteMatches into a separate headerEelco Dolstra
2022-04-20Merge pull request #3720 from obsidiansystems/fix-url-formatThéophane Hufschmitt
2022-04-20Merge remote-tracking branch 'upstream/master' into fix-url-formatJohn Ericson
2022-04-20Add custom to_json and from_json functions for ExperimentalFeatureYorick van Pelt
2022-04-19Merge pull request #6128 from ncfavier/fix-completionEelco Dolstra
2022-04-19Avoid `fmt` when constructor already does itJohn Ericson
2022-04-15Merge branch 'master' into debug-exploratory-PRBen Burdette
2022-04-11Merge pull request #6380 from thufschmitt/fix-double-slahsh-in-uriEelco Dolstra
2022-04-08Merge pull request #6376 from Uthar/masterThéophane Hufschmitt
2022-04-08Allow empty path segments in urlsThéophane Hufschmitt
2022-04-08Error: Remove unused sname() methodEelco Dolstra
2022-04-08Remove unused Error.name fieldEelco Dolstra
2022-04-07Merge remote-tracking branch 'upstream/master' into upstream-mergeBen Burdette
2022-04-07don't assume that rev is a SHA1 hashKasper Gałkowski
2022-04-07Merge pull request #6348 from cole-h/fix-restoring-mount-namespaceEelco Dolstra
2022-04-05Merge pull request #6366 from danpls/base64-reserveEelco Dolstra
2022-04-05tokenizeString: Fix semantic mistakeDaniel Pauls
2022-04-05libutil: Reserve memory when en/decoding base64Daniel Pauls
2022-04-04libutil: don't save cwd fd, use path insteadCole Helbling
2022-04-04libutil: save cwd fd in restoreMountNamespaceCole Helbling
2022-04-04libutil: `try` restoring the cwd from fdSavedCwdCole Helbling
2022-04-04libutil: save fd to cwd instead of cwd itselfCole Helbling
2022-04-04libutil: cleanup savedCwd logicCole Helbling
2022-04-01libutil: Properly guard self-allocating getcwd on GNUCole Helbling
2022-04-01libutil: Don't use std::filesystemCole Helbling
2022-04-01libutil: Fix restoring mount namespaceaszlig
2022-03-31Merge pull request #6227 from NixOS/impure-derivations-ngEelco Dolstra
2022-03-31Add support for impure derivationsEelco Dolstra
2022-03-31Merge pull request #6337 from danpls/fix-to-json-replEelco Dolstra
2022-03-31replaceEnv(): Pass newEnv by referenceEelco Dolstra
2022-03-30libutil: Change return value of addTrace to voidDaniel Pauls
2022-03-24Revert "TarArchive: Small refactoring"Maximilian Bosch
2022-03-24Add experimental feature 'fetch-closure'Eelco Dolstra