aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-07Print debug message if a namespace test failsEelco Dolstra
2023-02-07Mention --no-sandbox if sandboxing is unsupportedEelco Dolstra
2023-02-07More #ifdefEelco Dolstra
2023-02-07Fix macOS buildEelco Dolstra
2023-02-07Check whether we can use PID namespacesEelco Dolstra
2023-02-07Fix auto-uid-allocation in Docker containersEelco Dolstra
2023-02-03Merge pull request #7739 from obsidiansystems/user-settingsEelco Dolstra
2023-02-02Move `trustedUsers` and `allowedUsers` to separate config structJohn Ericson
2023-02-02Get rid of the `authHook` parameter on `processConnection`John Ericson
2023-02-02Merge pull request #7736 from shlevy/plugin-files-daemonEelco Dolstra
2023-02-02daemon: Warn on old clients passing unexpected plugin-files.Shea Levy
2023-02-01Don't send plugin-files to the daemon.Shea Levy
2023-02-01nix-shell: Colour the prompt red if the user is rootJamie Quigley
2023-02-01Fix clang compilationEelco Dolstra
2023-02-01Remove an unused captureEelco Dolstra
2023-02-01Merge pull request #7723 from yorickvP/nix-store-ping-jsonEelco Dolstra
2023-02-01Merge pull request #7716 from obsidiansystems/small-storePath-cleanupsThéophane Hufschmitt
2023-02-01Merge pull request #7717 from obsidiansystems/delete-dead-codeEelco Dolstra
2023-02-01Merge pull request #7667 from dramforever/flake-search-attrThéophane Hufschmitt
2023-02-01Merge pull request #7726 from hercules-ci/flake-show-when-empty-hideEelco Dolstra
2023-02-01Merge pull request #7203 from graham33/feature/cpp20Eelco Dolstra
2023-01-31nix flake show: Ignore empty attrsetsRobert Hensing
2023-01-31nix store ping: try to print json if connect() fails aswellYorick van Pelt
2023-01-31nix store ping: add --json flagYorick van Pelt
2023-01-30Merge pull request #7713 from obsidiansystems/more-rapid-checkRobert Hensing
2023-01-30Delete dead codeJohn Ericson
2023-01-31Fix extra "." in CmdSearch::getDefaultFlakeAttrPathsdramforever
2023-01-31Installable::getCursors: Cleanupdramforever
2023-01-30InstallableFlake: Handle missing attr in getCursorsdramforever
2023-01-30Make per-variant Arbitrary impls tooJohn Ericson
2023-01-30Separate `path.hh` from `content-address.hh`John Ericson
2023-01-30Avoid some `StorePath` <-> `Path` round tripsJohn Ericson
2023-01-30Merge pull request #5226 from NixOS/client-side-profilesEelco Dolstra
2023-01-30Merge pull request #6988 from max-privatevoid/pr-flake-show-foreignThéophane Hufschmitt
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-30Merge pull request #7689 from ncfavier/nix-path-restrict-evalThéophane Hufschmitt
2023-01-29More property testsJohn Ericson
2023-01-29Allow unit test infra to be reused across libs' testsJohn Ericson
2023-01-27apply showAllSystems to legacyPackages as wellMax
2023-01-27Document default `nix-path` valueNaïm Favier
2023-01-27getDefaultNixPath: actually respect `{restrict,pure}-eval`Naïm Favier
2023-01-27Merge remote-tracking branch 'nixos/master' into pr-flake-show-foreignThéophane Hufschmitt
2023-01-26improve documentation about substituters and trusted usersSolène Rapenne
2023-01-26Update src/libstore/daemon.ccSolène Rapenne
2023-01-26warnings: enhance the case of untrusted substituter for untrusted userSolène Rapenne
2023-01-24Fix 'destructor called on non-final ...' warningGuillaume Maudoux
2023-01-23Merge pull request #7595 from cole-h/show-setting-valueEelco Dolstra
2023-01-23Merge pull request #7447 from aakropotkin/read-file-typeRobert Hensing