aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2018-05-30Modularize config settingsEelco Dolstra
2018-05-21serialise: fix buffer size used, hide method for internal use onlyWill Dietz
2018-05-02Fix some random -Wconversion warningsEelco Dolstra
2018-05-02Fix bzip2 compression of files > 4 GiBEelco Dolstra
2018-03-22Fix buildEelco Dolstra
2018-03-22TweakEelco Dolstra
2018-03-22Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nixEelco Dolstra
2018-03-21Make 'nix copy --from ssh://...' run in constant memoryEelco Dolstra
2018-03-20Hack to get SSH error messages from build-remoteEelco Dolstra
2018-03-19serialise.cc: remove pessimising moveWill Dietz
2018-03-19util: rename stdout/stdin members to avoid conflicts w/standard macroWill Dietz
2018-03-16Reduce substitution memory consumptionEelco Dolstra
2018-03-16decompress(): Use a Source and SinkEelco Dolstra
2018-03-15Filter ANSI colors when not writing to a terminalEelco Dolstra
2018-03-15Merge pull request #1965 from masaeedu/masterEelco Dolstra
2018-03-14Catch more possible instances of passing NULL to memcpy.Shea Levy
2018-03-12Wrap thread local in function for CygwinAsad Saeeduddin
2018-03-09Fix double free in Store::queryPathInfo()Eelco Dolstra
2018-03-06logging: Don't throw from Activity destructorWill Dietz
2018-03-02don't allocate large buffers on the stackWill Dietz
2018-03-02Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nixShea Levy
2018-02-26nix run: Fix segfault on macOSEelco Dolstra
2018-02-19libutil: Fix invalid assert on decoding base64 hashesTuomas Tynkkynen
2018-02-19libutil: Fix infinite loop in filterANSIEscapes on '\r'Tuomas Tynkkynen
2018-02-19Config::handleUnknownSettings(): Remove unused 'fatal' argumentEelco Dolstra
2018-02-19Merge branch 'register-settings' of https://github.com/shlevy/nixEelco Dolstra
2018-02-19Merge pull request #1857 from dtzWill/fix/check-for-lzma-mtEelco Dolstra
2018-02-14monitor-fds: Fix on macOS.Shea Levy
2018-02-13Allow plugins to define new settings.Shea Levy
2018-02-13Fix #1762Linus Heckemann
2018-02-13Allow includes from nix.confShea Levy
2018-02-11compression: make parallel sink separate classWill Dietz
2018-02-11compression: print warning if parallel requested but not supportedWill Dietz
2018-02-09configure.ac: check if lzma has MT support, fix deb build/etc.Will Dietz
2018-02-07make multi threaded compression configurable and use single threadedAmineChikhaoui
2018-02-07Merge branch 'master' of https://github.com/NixOS/nix into parallel-xzAmineChikhaoui
2018-02-07Improve filtering of ANSI escape sequences in build logsEelco Dolstra
2018-02-07set block size to 0 to let the lzma lib choose the right one, addAmineChikhaoui
2018-02-06support multi threaded xz encoder, this might be particularly useful inAmineChikhaoui
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