about summary refs log tree commit diff
path: root/src/libutil
AgeCommit message (Expand)AuthorFilesLines
2018-02-07 make multi threaded compression configurable and use single threadedAmineChikhaoui2-19/+27
2018-02-07 Merge branch 'master' of https://github.com/NixOS/nix into parallel-xzAmineChikhaoui3-31/+48
2018-02-07 Improve filtering of ANSI escape sequences in build logsEelco Dolstra3-31/+48
2018-02-07 set block size to 0 to let the lzma lib choose the right one, addAmineChikhaoui1-1/+6
2018-02-06 support multi threaded xz encoder, this might be particularly useful inAmineChikhaoui1-2/+7
2018-01-16 Add pure evaluation modeEelco Dolstra2-2/+10
2017-12-30 use libbrotli directly when availableWill Dietz2-10/+165
2017-12-11 logging.cc: add missing 'override'Will Dietz1-0/+1
2017-11-21 Propagate flags like --sandbox to the daemon properlyEelco Dolstra2-3/+9
2017-11-20 CleanupEelco Dolstra1-2/+2
2017-11-20 Merge pull request #1645 from twhitehead/stat-raceEelco Dolstra1-12/+11
2017-11-01 fetchMercurial: Don't fetch hashes we already haveEelco Dolstra2-15/+43
2017-10-30 builtins.fetchgit: Support importing a working treeEelco Dolstra4-10/+7
2017-10-30 Fix (highly unlikely) race condition in readLinkTyson Whitehead1-12/+11
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