about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2017-09-08 copyStorePath(): Fill in missing narHash regardless of checkSigsEelco Dolstra1-5/+1
2017-09-08 nix copy: Don't open the --from store twiceEelco Dolstra1-1/+1
2017-09-08 ThreadPool: Improve exception handlingEelco Dolstra2-24/+53
2017-09-08 nix copy: Add examplesEelco Dolstra1-1/+9
2017-09-08 Communicate the structured log FD to buildersEelco Dolstra1-1/+6
2017-09-07 nix search: Add examplesEelco Dolstra1-0/+18
2017-09-07 nix eval: Add examplesEelco Dolstra1-0/+18
2017-09-07 nix log: Add examplesEelco Dolstra1-1/+19
2017-09-07 nix build: Add examplesEelco Dolstra1-0/+14
2017-09-07 nix run: Add some examplesEelco Dolstra1-0/+18
2017-09-06 nix build: Add --out-link and --no-link optionsEelco Dolstra4-10/+37
2017-09-06 nix build: Create result symlinksEelco Dolstra4-42/+105
2017-09-06 Fix abort when the GC thread gets an exceptionEelco Dolstra1-13/+21
2017-09-05 Add automatic garbage collectionEelco Dolstra6-1/+127
2017-09-05 GC: Don't delete own temproots fileEelco Dolstra3-34/+34
2017-09-01 Abort curl downloads if there is no progress for 5 minutesEelco Dolstra1-1/+6
2017-09-01 Fix verbosity level for nix build --dry-runEelco Dolstra4-16/+16
2017-09-01 Merge pull request #1545 from trofi/glibc-2.26Eelco Dolstra1-2/+2
2017-08-31 src/libmain/stack.cc: fix 'ucontext' usage on glibc-2.26Sergei Trofimovich1-2/+2
2017-08-31 Call queryMissing() prior to buildingEelco Dolstra2-0/+14
2017-08-31 Add an activity for binary cache queriesEelco Dolstra4-4/+19
2017-08-31 Rename a few configuration optionsEelco Dolstra16-104/+113
2017-08-31 More macOS build fixesEelco Dolstra1-1/+3
2017-08-31 Fix build failure on non-LinuxEelco Dolstra1-1/+1
2017-08-31 Fix mismatched tag warningEelco Dolstra1-1/+1
2017-08-29 nix edit / log: Operate on a single InstallableEelco Dolstra6-89/+100
2017-08-29 nix search: Warn about cached resultsEelco Dolstra1-0/+2
2017-08-29 nix run: Flush the progress bar before starting the commandEelco Dolstra5-19/+28
2017-08-29 nix run: Add some flags for clearing/keeping the environmentEelco Dolstra1-0/+49
2017-08-29 nix run: Allow passing a command to executeEelco Dolstra3-3/+19
2017-08-29 nix run: Fix chroot executionEelco Dolstra2-60/+110
2017-08-29 Hide commands that don't have a descriptionEelco Dolstra1-2/+5
2017-08-29 readLink(): Handle symlinks in /procEelco Dolstra1-4/+5
2017-08-28 Give activities a verbosity level againEelco Dolstra10-19/+41
2017-08-28 Don't send progress messages to older clientsEelco Dolstra2-12/+19
2017-08-28 Tunnel progress messages from the daemon to the clientEelco Dolstra4-30/+124
2017-08-28 SimplifyEelco Dolstra2-18/+14
2017-08-28 Make TunnelLogger thread-safeEelco Dolstra1-109/+129
2017-08-25 SimplifyEelco Dolstra3-29/+56
2017-08-25 DohEelco Dolstra1-0/+1
2017-08-25 Allow derivations to update the build phaseEelco Dolstra3-7/+24
2017-08-25 Allow activities to be nestedEelco Dolstra7-12/+55
2017-08-25 Fix Debian buildEelco Dolstra1-1/+3
2017-08-25 Handle SIGWINCHEelco Dolstra3-8/+39
2017-08-25 When truncating the progress bar, take ANSI escape sequences into accountEelco Dolstra1-4/+41
2017-08-25 TypoEelco Dolstra1-1/+1
2017-08-25 Restore activity metadataEelco Dolstra4-20/+36
2017-08-21 Clean up JSON constructionEelco Dolstra1-3/+18
2017-08-21 Allow builders to create activitiesEelco Dolstra4-7/+76
2017-08-21 Remove debug lineEelco Dolstra1-2/+0