aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2018-02-07Improve filtering of ANSI escape sequences in build logsEelco Dolstra
2018-01-16Add pure evaluation modeEelco Dolstra
2017-12-30use libbrotli directly when availableWill Dietz
2017-12-11logging.cc: add missing 'override'Will Dietz
2017-11-21Propagate flags like --sandbox to the daemon properlyEelco Dolstra
2017-11-20CleanupEelco Dolstra
2017-11-20Merge pull request #1645 from twhitehead/stat-raceEelco Dolstra
2017-11-01fetchMercurial: Don't fetch hashes we already haveEelco Dolstra
2017-10-30builtins.fetchgit: Support importing a working treeEelco Dolstra
2017-10-30Fix (highly unlikely) race condition in readLinkTyson Whitehead
2017-10-25Pass lists/attrsets to bash as (associative) arraysEelco Dolstra
2017-10-24More progress indicator improvementsEelco Dolstra
2017-10-24Handle log messages from build-remoteEelco Dolstra
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-10-23Pass all settings to build-remoteEelco Dolstra
2017-10-09Fix a hang in ThreadPoolEelco Dolstra
2017-09-25DohEelco Dolstra
2017-09-14RemoteStore: Add option to drop old connections from the poolEelco Dolstra
2017-09-14Add "nix add-to-store" commandEelco Dolstra
2017-09-08ThreadPool: On exception, interrupt the other worker threadsEelco Dolstra
2017-09-08ThreadPool: Improve exception handlingEelco Dolstra
2017-09-06nix build: Add --out-link and --no-link optionsEelco Dolstra
2017-08-31Add an activity for binary cache queriesEelco Dolstra
2017-08-31Fix mismatched tag warningEelco Dolstra
2017-08-29nix run: Allow passing a command to executeEelco Dolstra
2017-08-29readLink(): Handle symlinks in /procEelco Dolstra
2017-08-28Give activities a verbosity level againEelco Dolstra
2017-08-28Tunnel progress messages from the daemon to the clientEelco Dolstra
2017-08-28SimplifyEelco Dolstra
2017-08-25SimplifyEelco Dolstra
2017-08-25Allow derivations to update the build phaseEelco Dolstra
2017-08-25Allow activities to be nestedEelco Dolstra
2017-08-25Handle SIGWINCHEelco Dolstra
2017-08-25TypoEelco Dolstra
2017-08-25Restore activity metadataEelco Dolstra
2017-08-21Disallow accidental copy constructionEelco Dolstra
2017-08-18Remove unused decodeOctalEscapedAndy Wingo
2017-08-16nix verify: Restore the progress indicatorEelco Dolstra
2017-08-16nix optimise-store: Show how much space has been freedEelco Dolstra
2017-08-16nix optimise-store: AddEelco Dolstra
2017-08-16Progress indicator: CleanupEelco Dolstra
2017-08-16Progress indicator: More improvementsEelco Dolstra
2017-08-16Progress indicator: Show number of active itemsEelco Dolstra
2017-08-16Progress indicator: Unify "copying" and "substituting"Eelco Dolstra
2017-08-16Improve substitution progress indicatorEelco Dolstra
2017-08-16nix copy: Improve progress indicatorEelco Dolstra
2017-08-16nix copy: Revive progress barEelco Dolstra
2017-08-09Use /proc/self/fd to efficiently close all FDs on LinuxEelco Dolstra
2017-08-03Include missing <cstdlib> for abort()Brian McKenna
2017-07-31Merge branch 'macOS' of https://github.com/davidak/nixEelco Dolstra