aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-10Add command "nix why-depends"Eelco Dolstra
2017-09-10TypoEelco Dolstra
2017-09-10nix build: Only download the requested derivation outputsEelco Dolstra
2017-09-08LegacySSHStore: Include signatures etc.Eelco Dolstra
2017-09-08nix copy: Add --substitute flagEelco Dolstra
2017-09-08ThreadPool: On exception, interrupt the other worker threadsEelco Dolstra
2017-09-08copyStorePath(): Fill in missing narHash regardless of checkSigsEelco Dolstra
2017-09-08nix copy: Don't open the --from store twiceEelco Dolstra
2017-09-08ThreadPool: Improve exception handlingEelco Dolstra
2017-09-08nix copy: Add examplesEelco Dolstra
2017-09-08Communicate the structured log FD to buildersEelco Dolstra
2017-09-07nix search: Add examplesEelco Dolstra
2017-09-07nix eval: Add examplesEelco Dolstra
2017-09-07nix log: Add examplesEelco Dolstra
2017-09-07nix build: Add examplesEelco Dolstra
2017-09-07nix run: Add some examplesEelco Dolstra
2017-09-06nix build: Add --out-link and --no-link optionsEelco Dolstra
2017-09-06nix build: Create result symlinksEelco Dolstra
2017-09-06Fix abort when the GC thread gets an exceptionEelco Dolstra
2017-09-05Add automatic garbage collectionEelco Dolstra
2017-09-05GC: Don't delete own temproots fileEelco Dolstra
2017-09-01Abort curl downloads if there is no progress for 5 minutesEelco Dolstra
2017-09-01Fix verbosity level for nix build --dry-runEelco Dolstra
2017-08-31src/libmain/stack.cc: fix 'ucontext' usage on glibc-2.26Sergei Trofimovich
2017-08-31Call queryMissing() prior to buildingEelco Dolstra
2017-08-31Add an activity for binary cache queriesEelco Dolstra
2017-08-31Rename a few configuration optionsEelco Dolstra
2017-08-31More macOS build fixesEelco Dolstra
2017-08-31Fix build failure on non-LinuxEelco Dolstra
2017-08-31Fix mismatched tag warningEelco Dolstra
2017-08-29nix edit / log: Operate on a single InstallableEelco Dolstra
2017-08-29nix search: Warn about cached resultsEelco Dolstra
2017-08-29nix run: Flush the progress bar before starting the commandEelco Dolstra
2017-08-29nix run: Add some flags for clearing/keeping the environmentEelco Dolstra
2017-08-29nix run: Allow passing a command to executeEelco Dolstra
2017-08-29nix run: Fix chroot executionEelco Dolstra
2017-08-29Hide commands that don't have a descriptionEelco Dolstra
2017-08-29readLink(): Handle symlinks in /procEelco Dolstra
2017-08-28Give activities a verbosity level againEelco Dolstra
2017-08-28Don't send progress messages to older clientsEelco Dolstra
2017-08-28Tunnel progress messages from the daemon to the clientEelco Dolstra
2017-08-28SimplifyEelco Dolstra
2017-08-28Make TunnelLogger thread-safeEelco Dolstra
2017-08-25SimplifyEelco Dolstra
2017-08-25DohEelco Dolstra
2017-08-25Allow derivations to update the build phaseEelco Dolstra
2017-08-25Allow activities to be nestedEelco Dolstra
2017-08-25Fix Debian buildEelco Dolstra
2017-08-25Handle SIGWINCHEelco Dolstra
2017-08-25When truncating the progress bar, take ANSI escape sequences into accountEelco Dolstra