aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-12add `mod' and bitwise builtinsvolth
2018-05-11Don't return negative numbers from the flex tokenizerEelco Dolstra
2018-05-11Revert "Throw a specific error for incomplete parse errors."Eelco Dolstra
2018-05-10Remove mention of default since we already know the defaultEelco Dolstra
2018-05-10Merge branch 's3-multipart-uploads' of https://github.com/AmineChikhaoui/nixEelco Dolstra
2018-05-09make sure not to use cached channels for nix-channel --updateYorick van Pelt
2018-05-09In restricted eval mode, allow access to the closure of store pathsEelco Dolstra
2018-05-07share the executor between multiple copy threads.AmineChikhaoui
2018-05-07add a FIXME note to find a way to abort the multipart uploads inAmineChikhaoui
2018-05-07Support multi-part uploads for large NARs that exceed the size ofAmineChikhaoui
2018-05-07nix-shell: Only download requested outputsEelco Dolstra
2018-05-03Don't set a CA assertion for paths with referencesEelco Dolstra
2018-05-03LocalStore::addValidPath(): Throw error when the CA assertion is wrongEelco Dolstra
2018-05-02Fix some random -Wconversion warningsEelco Dolstra
2018-05-02Fix bzip2 compression of files > 4 GiBEelco Dolstra
2018-04-23globals.hh: don't use '==' to compare string literalsWill Dietz
2018-04-23Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nixShea Levy
2018-04-23Merge branch 'pos-crash-fix' of git://github.com/dezgeg/nixShea Levy
2018-04-23Merge branch 'hash-mismatch' of git://github.com/LnL7/nixShea Levy
2018-04-21Fix library ordering in MakefilesAndrew Dunham
2018-04-21Merge pull request #1707 from dtzWill/fix/issue-1692Peter Simons
2018-04-20download: make hash mismatch error consistent with fetchurlDaiderd Jordan
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-04-03libexpr: Make unsafeGetAttrPos not crash on noPosTuomas Tynkkynen
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