summaryrefslogtreecommitdiffstats
path: root/src/libutil
AgeCommit message (Expand)Author
2019-11-22getEnv(): Return std::optionalEelco Dolstra
2019-11-11Merge pull request #3219 from Ericson2314/semicolonsEelco Dolstra
2019-11-10Remove unneeded semicolonsJohn Ericson
2019-11-10Fix extra ; warnings involving MakeErrorJohn Ericson
2019-11-08Move editorFor srom libutil to nixEelco Dolstra
2019-11-06CleanupEelco Dolstra
2019-11-05Merge branch 'nix-repl-e' of https://github.com/zimbatm/nixEelco Dolstra
2019-11-05Don't use SOCK_CLOEXEC on macOSEelco Dolstra
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-28editorFor: take a pos object insteadzimbatm
2019-10-27Add O(1)-memory copyPath() functionEelco Dolstra
2019-10-23libutil: add editorFor heuristiczimbatm
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2019-10-09nix-env: Create ~/.nix-profile automaticallyEelco Dolstra
2019-10-09Make std::uncaught_exception warning less noisyEelco Dolstra
2019-10-04Revert "std::uncaught_exception() -> std::uncaught_exceptions()"Eelco Dolstra
2019-09-13std::uncaught_exception() -> std::uncaught_exceptions()Eelco Dolstra
2019-09-03Add some noexceptsEelco Dolstra
2019-09-03Ensure that Callback is called only onceEelco Dolstra
2019-08-29Don't rely on st_blocksEelco Dolstra
2019-08-16libutil: add SizedSourcezimbatm
2019-08-02Add a post-build-hookregnat
2019-07-10Revert "Fix 'error 9 while decompressing xz file'"Eelco Dolstra
2019-07-03Get BOOST_LDFLAGS from autoconf, fix Ubuntu 16.04 build.Niklas Hambüchen
2019-06-25Add "warning" verbosity levelEelco Dolstra
2019-06-24Fix 'error 9 while decompressing xz file'Eelco Dolstra
2019-05-15Merge pull request #2810 from NixOS/print-build-logsEelco Dolstra
2019-05-15nix: Add --print-build-logs flagEelco 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-03Fix "Bad system call" running i686-linux binaries on x86_64-linuxEelco Dolstra
2019-03-14experimental/optional -> optionalEelco Dolstra
2019-03-01archive.cc: ignore more posix_fallocate "not supported" error codesWill Dietz
2019-02-05Revert "Restore parent mount namespace before executing a child process"Eelco Dolstra
2019-01-05Remove mentions of `libformat`, it no longer existsJohn Ericson
2019-01-05brotli is only used as a library nowJohn Ericson
2018-12-13Support SRI hashesEelco 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-10-16RemoteStore: Close connection if an exception occursEelco Dolstra
2018-09-26sinkToSource(): Start the coroutine lazilyEelco Dolstra
2018-09-26Make NAR header check more robustEelco Dolstra
2018-09-17Fix build failure if parallel xz is not availableEelco Dolstra
2018-09-13Merge branch 'dirOf-relative' of https://github.com/lheckemann/nixEelco Dolstra
2018-09-04Get effective user in Nix commandsMatthew Bauer
2018-08-21Improve 'coroutine has finished' error messageEelco Dolstra