aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-03Print the store paths to be fetched sorted by StorePath name() and not baseNameSidharth Kshatriya
2023-03-03Merge pull request #7918 from zimbatm/fix-empty-nix-store-envEelco Dolstra
2023-03-03Add talkative msg for coro gc debugYorick van Pelt
2023-03-03fixup: use same style as getEnvzimbatm
2023-03-03fixup: remove warning entirelyzimbatm
2023-03-03Merge pull request #7942 from edolstra/remove-formatEelco Dolstra
2023-03-03Merge pull request #7605 from tweag/commentsValentin Gagarin
2023-03-02Merge branch 'master' into paths-from-stdinThéophane Hufschmitt
2023-03-02NixRepl::mainLoop: restore old curRepl on function exitYorick van Pelt
2023-03-02Merge pull request #7940 from tweag/fix-http-errors-encodingEelco Dolstra
2023-03-02Update src/libutil/util.ccJonas Chevalier
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2023-03-02Get rid of some unchecked calls to std::coutEelco Dolstra
2023-03-02Log the decompressed body in case of http errorsThéophane Hufschmitt
2023-03-02Logger::cout: Use fmt()Eelco Dolstra
2023-03-02nix store cat: Use writeFull()Eelco Dolstra
2023-03-02Logger::writeToStdout(): Use writeFull()Eelco Dolstra
2023-03-02Merge pull request #7924 from mkenigs/validEelco Dolstra
2023-03-01Treat empty env var paths as unsetFélix Baylac Jacqué
2023-03-01Merge pull request #7932 from obsidiansystems/remove-sameMachineThéophane Hufschmitt
2023-03-01Merge pull request #7854 from aameen-tulip/patch-1Valentin Gagarin
2023-03-01Remove dead code `RemoteStore::sameMachine`John Ericson
2023-03-01Always disable GC in a coroutine unless the patch is appliedYorick van Pelt
2023-03-01DisableGC: replace by CoroutineContext, std::shared_ptr<void>Yorick van Pelt
2023-03-01tests/coro-gc: refactor and split into 3 testsYorick van Pelt
2023-03-01Disable GC inside coroutines on mac OSYorick van Pelt
2023-03-01tests/coro-gc: create test for boehm stack patchYorick van Pelt
2023-03-01Merge pull request #7788 from bobvanderlinden/pr-improve-nix-profile-install-...Valentin Gagarin
2023-03-01nix-profile: add FIXME about using C++20 std::rangesBob van der Linden
2023-02-28Always set valid in path-info --json outputMatthew Kenigsberg
2023-02-28Get rid of `.drv` special-casing for store path installablesJohn Ericson
2023-02-28nix-store: read paths from standard inputTimothy DeHerrera
2023-02-28feat: read installable paths from stdinTimothy DeHerrera
2023-02-28Merge pull request #7793 from layus/interrupt_downloadsEelco Dolstra
2023-02-28Merge pull request #7904 from anatol/patch-1Eelco Dolstra
2023-02-28nix-profile-install: show helpful error upon package conflictBob van der Linden
2023-02-28Merge pull request #7911 from edolstra/revert-7689Eelco Dolstra
2023-02-27buildenv: throw BuildEnvFileConflictError with more contextBob van der Linden
2023-02-27Merge pull request #7776 from yorickvP/fix-path-escapes-7707Théophane Hufschmitt
2023-02-27Merge pull request #7913 from fricklerhandwerk/masterEelco Dolstra
2023-02-27add information on the `build-hook` settingValentin Gagarin
2023-02-27fetchTree: convert fs path to url via ParsedURL::to_stringYorick van Pelt
2023-02-27url: make percentEncode stricter, expose and unit test itYorick van Pelt
2023-02-27Revert "getDefaultNixPath: actually respect `{restrict,pure}-eval`"Eelco Dolstra
2023-02-27Revert "Document default `nix-path` value"Eelco Dolstra
2023-02-27Merge pull request #7796 from hercules-ci/fix-7263Théophane Hufschmitt
2023-02-24Example uses gitlab.com thus clarify the commentAnatol Pomozov
2023-02-22Merge pull request #7764 from yorickvP/build-remote-warningThéophane Hufschmitt
2023-02-22flakes: Differentiate `self.outPath` and `self.sourceInfo.outPath`Robert Hensing
2023-02-22flakes: Ensure that `self.outPath == ./.`Robert Hensing