aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
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
2018-08-21Fix warnings in compression.ccEelco Dolstra
2018-08-13dirOf: allow use on non-absolute pathsLinus Heckemann
2018-08-06Fix Brotli decompression in 'nix log'Eelco Dolstra
2018-08-06Require libbrotliEelco Dolstra
2018-07-31Add a check for broken Boost versionsEelco Dolstra
2018-07-03Store floating point numbers in double precisionEelco Dolstra
2018-06-18sync.hh: return cv_status instead of dropping it, in case useful.Will Dietz
2018-05-30Make <nix/fetchurl.nix> run in constant memoryEelco Dolstra
2018-05-30Make LocalBinaryCacheStore::narFromPath() run in constant memoryEelco Dolstra
2018-05-30Simplify the callback mechanismEelco Dolstra
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