about summary refs log tree commit diff
path: root/src/libutil (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-25 Pass lists/attrsets to bash as (associative) arraysEelco Dolstra2-4/+12
2017-10-24 More progress indicator improvementsEelco Dolstra2-3/+4
2017-10-24 Handle log messages from build-remoteEelco Dolstra2-0/+135
2017-10-24 nix: Respect -I, --arg, --argstrEelco Dolstra3-48/+44
2017-10-23 Pass all settings to build-remoteEelco Dolstra1-1/+21
2017-10-09 Fix a hang in ThreadPoolEelco Dolstra2-33/+57
2017-09-25 DohEelco Dolstra1-1/+1
2017-09-14 RemoteStore: Add option to drop old connections from the poolEelco Dolstra1-0/+10
2017-09-14 Add "nix add-to-store" commandEelco Dolstra1-3/+4
2017-09-08 ThreadPool: On exception, interrupt the other worker threadsEelco Dolstra4-7/+14
2017-09-08 ThreadPool: Improve exception handlingEelco Dolstra2-24/+53
2017-09-06 nix build: Add --out-link and --no-link optionsEelco Dolstra1-0/+13
2017-08-31 Add an activity for binary cache queriesEelco Dolstra1-0/+1
2017-08-31 Fix mismatched tag warningEelco Dolstra1-1/+1
2017-08-29 nix run: Allow passing a command to executeEelco Dolstra2-1/+5
2017-08-29 readLink(): Handle symlinks in /procEelco Dolstra1-4/+5
2017-08-28 Give activities a verbosity level againEelco Dolstra2-4/+15
2017-08-28 Tunnel progress messages from the daemon to the clientEelco Dolstra1-1/+1
2017-08-28 SimplifyEelco Dolstra1-3/+2
2017-08-25 SimplifyEelco Dolstra1-4/+8
2017-08-25 Allow derivations to update the build phaseEelco Dolstra1-0/+1
2017-08-25 Allow activities to be nestedEelco Dolstra2-4/+16
2017-08-25 Handle SIGWINCHEelco Dolstra2-0/+38
2017-08-25 TypoEelco Dolstra1-1/+1
2017-08-25 Restore activity metadataEelco Dolstra2-17/+22
2017-08-21 Disallow accidental copy constructionEelco Dolstra1-0/+2
2017-08-18 Remove unused decodeOctalEscapedAndy Wingo2-21/+0
2017-08-16 nix verify: Restore the progress indicatorEelco Dolstra1-0/+3
2017-08-16 nix optimise-store: Show how much space has been freedEelco Dolstra1-5/+26
2017-08-16 nix optimise-store: AddEelco Dolstra1-0/+1
2017-08-16 Progress indicator: CleanupEelco Dolstra2-85/+35
2017-08-16 Progress indicator: More improvementsEelco Dolstra1-3/+2
2017-08-16 Progress indicator: Show number of active itemsEelco Dolstra4-12/+21
2017-08-16 Progress indicator: Unify "copying" and "substituting"Eelco Dolstra1-8/+3
2017-08-16 Improve substitution progress indicatorEelco Dolstra1-4/+2
2017-08-16 nix copy: Improve progress indicatorEelco Dolstra2-2/+16
2017-08-16 nix copy: Revive progress barEelco Dolstra3-0/+28
2017-08-09 Use /proc/self/fd to efficiently close all FDs on LinuxEelco Dolstra2-4/+18
2017-08-03 Include missing <cstdlib> for abort()Brian McKenna1-0/+1
2017-07-31 Merge branch 'macOS' of https://github.com/davidak/nixEelco Dolstra1-1/+1
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim9-57/+57
2017-07-30 replace "Mac OS X" with "macOS"davidak1-1/+1
2017-07-28 nix-prefetch-url: Fix regression in hash printingEelco Dolstra1-1/+1
2017-07-26 nix search: Add a cacheEelco Dolstra2-11/+23
2017-07-20 Add "nix search" commandEelco Dolstra2-2/+3
2017-07-14 nix: Show help when no arguments are givenEelco Dolstra2-3/+4
2017-07-11 replaceSymlink(): Handle the case where the temporary file already existsEelco Dolstra1-4/+13
2017-07-10 Merge pull request #1422 from nh2/fix-potential-hash-comparison-crashEelco Dolstra1-0/+2
2017-07-04 Support base-64 hashesEelco Dolstra2-123/+113
2017-07-03 processGraph(): Call getEdges in parallelEelco Dolstra1-28/+47