aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-13Merge pull request #7804 from PJungkamp/fix-completionsEelco Dolstra
2023-02-12ExprString: Avoid copy of stringEt7f3
2023-02-12parser: use implicit ruleEt7f3
2023-02-10Completions::add use libutil trim()Philipp Jungkamp
2023-02-10Merge pull request #7805 from edolstra/c++2aEelco Dolstra
2023-02-10Merge pull request #7802 from edolstra/fix-7783Eelco Dolstra
2023-02-10Fix building with GCC 9Eelco Dolstra
2023-02-10Merge pull request #5588 from tweag/balsoft/xdgThéophane Hufschmitt
2023-02-10Infer short completion descriptions for commandline flagsPhilipp Jungkamp
2023-02-10A setting to follow XDG Base Directory standardAlexander Bantyev
2023-02-10Fix macOS buildEelco Dolstra
2023-02-10LocalDerivationGoal::startBuilder(): Use startProcess() to cloneEelco Dolstra
2023-02-10daemon.cc: Rename UserSettings -> AuthorizationSettingsRobert Hensing
2023-02-10Simplify the PID namespace check: just try to mount /procEelco Dolstra
2023-02-10nit: cleaner diffGuillaume Maudoux
2023-02-10Flush data when download endsGuillaume Maudoux
2023-02-09Merge pull request #7754 from obsidiansystems/narrower-scope-derivation-flagThéophane Hufschmitt
2023-02-09Merge pull request #7774 from edolstra/submodule-fixesEelco Dolstra
2023-02-09Merge pull request #7712 from Mic92/advertise-compressionsEelco Dolstra
2023-02-09Improve commentEelco Dolstra
2023-02-09Fix activity messageEelco Dolstra
2023-02-09Check interupts even when download stalledGuillaume Maudoux
2023-02-08Documentation: builtins.fetchGit when used on a local path (#7706)Joachim Breitner
2023-02-07NarInfoDiskCache: Also test id consistency with updated fieldsRobert Hensing
2023-02-07NarInfoDiskCache: Keep BinaryCache.id stable and improve testRobert Hensing
2023-02-07NarInfoDiskCache: Prepare reproducer for #3898Robert Hensing
2023-02-07NarInfoDiskCacheImpl: Make dbPath a parameterRobert Hensing
2023-02-07NarInfoDiskCache: Rename cacheExists -> upToDateCacheExistsRobert Hensing
2023-02-07sqlite.cc: Add SQL tracingRobert Hensing
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-07Fix activity messageEelco Dolstra
2023-02-07Speed up fetching submodulesEelco Dolstra
2023-02-07Fix the origin URL used for fetching submodulesEelco Dolstra
2023-02-07Add some progress indication when fetching submodulesEelco Dolstra
2023-02-07build-remote: store maxBuildJobs before forcing it to 1Yorick van Pelt
2023-02-06build-remote: don't warn when all local build slots are takenYorick van Pelt
2023-02-04Scope down `--derivation` to just the commands that use itJohn Ericson
2023-02-03Factor out `InstallableStorePath` to its own file, dedupJohn Ericson
2023-02-03advertise transport encoding in http transfers toJörg Thalheim
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