aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/util.cc
AgeCommit message (Expand)Author
2018-03-22Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nixEelco Dolstra
2018-03-20Hack to get SSH error messages from build-remoteEelco Dolstra
2018-03-19util: rename stdout/stdin members to avoid conflicts w/standard macroWill Dietz
2018-03-16decompress(): Use a Source and SinkEelco Dolstra
2018-03-15Filter ANSI colors when not writing to a terminalEelco Dolstra
2018-03-02don't allocate large buffers on the stackWill Dietz
2018-02-26nix run: Fix segfault on macOSEelco Dolstra
2018-02-19libutil: Fix infinite loop in filterANSIEscapes on '\r'Tuomas Tynkkynen
2018-02-07Improve filtering of ANSI escape sequences in build logsEelco Dolstra
2018-01-16Add pure evaluation modeEelco 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-30Fix (highly unlikely) race condition in readLinkTyson Whitehead
2017-10-25Pass lists/attrsets to bash as (associative) arraysEelco Dolstra
2017-09-08ThreadPool: On exception, interrupt the other worker threadsEelco Dolstra
2017-08-29readLink(): Handle symlinks in /procEelco Dolstra
2017-08-25Handle SIGWINCHEelco Dolstra
2017-08-25TypoEelco Dolstra
2017-08-18Remove unused decodeOctalEscapedAndy Wingo
2017-08-09Use /proc/self/fd to efficiently close all FDs on LinuxEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-11replaceSymlink(): Handle the case where the temporary file already existsEelco Dolstra
2017-06-12Suppress spurious "killing process N: Operation not permitted" on macOSEelco Dolstra
2017-05-16Improve progress indicatorEelco Dolstra
2017-05-05Figure out the user's home directory if $HOME is not setEelco Dolstra
2017-05-01Minor cleanupEelco Dolstra
2017-04-25nix repl: Use $XDG_DATA_HOME for the readline historyEelco Dolstra
2017-04-21add helper function to set 'interruptThrown'David McFarland
2017-04-20Read per-user settings from ~/.config/nix/nix.confEelco Dolstra
2017-04-13canonPath(): Check against empty pathsEelco Dolstra
2017-04-06Fix bogus "unexpected Nix daemon error: interrupted by the user"Eelco Dolstra
2017-03-16Remove "killing process <pid>" messagesEelco Dolstra
2017-03-15runProgram(): Distinguish between empty input and no inputEelco Dolstra
2017-03-15Fix deadlock in runProgram() when input is larger than the pipe buffer sizeEelco Dolstra
2017-02-16Support netrc in <nix/fetchurl.nix>Eelco Dolstra
2017-02-08Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen
2017-02-01Restore default signal handling in child processesEelco Dolstra
2017-01-26Fix interrupt handlingEelco Dolstra
2017-01-24Work around a bug in clang and older versions of gccEelco Dolstra
2017-01-19Kill builds when we get EOF on the log FDEelco Dolstra
2017-01-17Handle SIGINT etc. via a sigwait() signal handler threadEelco Dolstra
2017-01-16AutoCloseDir: Use std::unique_ptrEelco Dolstra
2017-01-16AutoDeleteArray -> std::unique_ptrEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-10-12Add some functions needed by hydraEelco Dolstra
2016-10-06Merge pull request #998 from veprbl/rx_chmod_fixEelco Dolstra
2016-09-21nix-build, nix-shell: Don't print error message if nix-store/nix-instantiate ...Eelco Dolstra
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra