aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-21Merge pull request #1707 from dtzWill/fix/issue-1692Peter Simons
2018-04-20build.cc: fix bind-mount of /dev/{pts,ptmx} fallbackWill Dietz
2018-04-18Allow multiple search experssions in nix searchDaniel Poelzleithner
2018-04-17isFunction: True on primops.Shea Levy
2018-04-17Handle arguments in $EDITOREelco Dolstra
2018-04-17exportReferences: Check whether the path is in the input closureEelco Dolstra
2018-04-16nix repl: Fix multiline SIGINT handling.Félix Baylac-Jacqué
2018-04-13Fix #1921Eelco Dolstra
2018-04-11initPlugins: Fix dlopen error message.Shea Levy
2018-04-11Fix #2057Eelco Dolstra
2018-04-10Fix perl-bindingsEelco Dolstra
2018-04-09Export required C++ version in pkgconfig.Shea Levy
2018-04-09Merge branch 'fix/ruby-shebang' of git://github.com/samueldr/nixShea Levy
2018-04-09Make prim_exec and prim_importNative available to pluginsShea Levy
2018-04-09nix-daemon: Exit successfully when interrupted.Shea Levy
2018-04-07nix-shell: Fixes use with ruby shebangs.Samuel Dionne-Riel
2018-04-06rename the options to mention it's a narinfo TTL as disk cache is used all ov...AmineChikhaoui
2018-04-06add documentation for the local disk cache TTL configAmineChikhaoui
2018-04-06Make the TTL for disk cache configurable, we can now completely disableAmineChikhaoui
2018-04-05<nix/buildenv.nix>: Ignore dangling symlinksEelco Dolstra
2018-04-05<nix/buildenv.nix>: Skip non-directory top-level pathsEelco Dolstra
2018-03-30nix copy: add an example with S3zimbatm
2018-03-29Remove reference to non-existent manpagesEelco Dolstra
2018-03-29Process --option use-case-hack properlyEelco Dolstra
2018-03-29ValidPathInfo::isContentAddressed(): Ensure there are no referencesEelco Dolstra
2018-03-22download: improve error for hash mismatch ("store mismatch")Will Dietz
2018-03-22download.cc: fix path for cached filesWill Dietz
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-21Merge branch 'fix/execl-null-sentinel' of git://github.com/dtzWill/nixShea Levy
2018-03-21Also make the backwards compatible case of RemoteStore::addToStore run in con...Eelco Dolstra
2018-03-21Make 'nix copy --to daemon' run in constant memoryEelco Dolstra
2018-03-21shared.cc: style: prefer "nullptr" over '(char *)NULL'Will Dietz
2018-03-21Make 'nix copy --to ssh://...' run in constant memoryEelco Dolstra
2018-03-21Make 'nix copy --from ssh://...' run in constant memoryEelco Dolstra
2018-03-21LegacySSHStore: Allow overriding the path to nix-storeEelco Dolstra
2018-03-20execl: cast NULL sentinel to (char *), per man page and compiler warningWill Dietz
2018-03-20Remove unused channel-cache directoryEelco Dolstra
2018-03-20Style fixEelco Dolstra
2018-03-20Make <nix/buildenv.nix> a builtin builderEelco Dolstra
2018-03-20Move builtinFetchurl to its own fileEelco Dolstra
2018-03-20Slight simplificationEelco Dolstra
2018-03-20SSHMaster: Optionally pass -v to sshEelco 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-19Shut up signedness warningEelco Dolstra
2018-03-16nix-shell: allow symlinks to .drvsLinus Heckemann
2018-03-16Reduce substitution memory consumptionEelco Dolstra