aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2022-08-17Remove warnLargeDump()Eelco Dolstra
2022-08-08Merge remote-tracking branch 'upstream/master' into fix-mv-in-different-files...Théophane Hufschmitt
2022-08-08Remove the explicit `c++fs` linkage on darwinThéophane Hufschmitt
2022-08-07Do not spam logs if the owned-homedir check results in a noopDave Nicponski
2022-08-03Fix NIX_COUNT_CALLS=1Eelco Dolstra
2022-08-03Make `moveFile` more atomicThéophane Hufschmitt
2022-08-03Only use `renameFile` where neededThéophane Hufschmitt
2022-08-03moveFile -> renameFileThéophane Hufschmitt
2022-08-03Link against c++fs on darwinThéophane Hufschmitt
2022-08-03Re-implement the recursive directory copyThéophane Hufschmitt
2022-08-03rename: Fallback to a copy if the filesystems mismatchThéophane Hufschmitt
2022-08-03Create a wrapper around stdlib’s `rename`Théophane Hufschmitt
2022-08-03Move some fs-related functions to their own fileThéophane Hufschmitt
2022-07-22Merge pull request #6814 from amjoseph-nixpkgs/pr/sandbox-error-messagesThéophane Hufschmitt
2022-07-19libstore/globals.cc: Move cgroup detection to libutilAlex Wied
2022-07-19error.hh: add additional constructor with explicit errno argumentAdam Joseph
2022-07-12Merge pull request #6693 from ncfavier/complete-flake-inputsThéophane Hufschmitt
2022-07-11Fix flake input completion for `InstallablesCommand`sNaïm Favier
2022-06-29Merge pull request #6233 from flox/nix-repl-flakesThéophane Hufschmitt
2022-06-23getSelfExe(): Support macOSEelco Dolstra
2022-06-23Fix build-remote in nix-staticEelco Dolstra
2022-06-22StyleEelco Dolstra
2022-06-17Verify `$HOME` is owned by current user in `getHome()`, if it exists.Dave Nicponski
2022-06-15Merge branch 'master' into nix-repl-flakesTom Bereknyei
2022-06-13Merge pull request #6027 from Ma27/pure-replEelco Dolstra
2022-06-05Fix incorrect comment in `hiliteMatches`Fishhh
2022-06-02Merge branch 'master' into nix-repl-flakesTom Bereknyei
2022-06-02Avoid unnecessary string copyEelco Dolstra
2022-06-02Add operator for concatenating strings and string_viewsEelco Dolstra
2022-05-31repl: `--option pure-eval true` actually enables pure eval modeMaximilian Bosch
2022-05-26src/libutil/json.cc: add missing <cstdint> include for gcc-13Sergei Trofimovich
2022-05-26createUnixDomainSocket: listen(unix, 5 -> 100)Robert Hensing
2022-05-25Merge branch 'master' into debug-exploratory-PRBen Burdette
2022-05-20repl: add repl-flake experimental feature for gatingTom Bereknyei
2022-05-19fetchTree: Allow fetching plain filesTony Olagbaiye
2022-05-16first whack at passing evalState as an arg to debuggerHook.Ben Burdette
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