aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/util.cc
AgeCommit message (Expand)Author
2019-11-03Fix progress bar when nix-prefetch-url is piped.Harald van Dijk
2019-10-29Move Unix domain socket creation to libutilEelco Dolstra
2019-10-21Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2019-10-10Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-09nix-env: Create ~/.nix-profile automaticallyEelco Dolstra
2019-10-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-04Revert "std::uncaught_exception() -> std::uncaught_exceptions()"Eelco Dolstra
2019-09-18Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-09-13std::uncaught_exception() -> std::uncaught_exceptions()Eelco Dolstra
2019-08-29Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-08-29Don't rely on st_blocksEelco Dolstra
2019-08-08Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-08-02Add a post-build-hookregnat
2019-05-29Get last commit time of github flakesEelco Dolstra
2019-05-15Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-05-12runProgram: Uncomment chdir supportGraham Christensen
2019-05-12runProgram: support gid, uid, chdirGraham Christensen
2019-05-12diff hook: execute as the build user, and pass the temp dirGraham Christensen
2019-05-08Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-05-03Fix "Bad system call" running i686-linux binaries on x86_64-linuxEelco Dolstra
2019-05-02Move createTempFile to libutilEelco Dolstra
2019-05-02Add function for quoting stringsEelco Dolstra
2019-04-17Add command `flake clone`Nick Van den Broeck
2019-03-22Implemented --flake flag for nix buildNick Van den Broeck
2019-03-14experimental/optional -> optionalEelco Dolstra
2019-02-12experimental/optional -> optionalEelco Dolstra
2019-02-05Revert "Restore parent mount namespace before executing a child process"Eelco Dolstra
2018-12-13probably typovolth
2018-11-15Fix 'Read-only file system' when building a derivationEelco Dolstra
2018-11-13Restore parent mount namespace before executing a child processEelco Dolstra
2018-10-31config: use all of XDG_CONFIG_DIRSLinus Heckemann
2018-09-13Merge branch 'dirOf-relative' of https://github.com/lheckemann/nixEelco Dolstra
2018-09-04Get effective user in Nix commandsMatthew Bauer
2018-08-13dirOf: allow use on non-absolute pathsLinus Heckemann
2018-05-30Make <nix/fetchurl.nix> run in constant memoryEelco Dolstra
2018-05-30Make LocalBinaryCacheStore::narFromPath() run in constant memoryEelco Dolstra
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