about summary refs log tree commit diff
path: root/src/libstore (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-20 Hack to get SSH error messages from build-remoteEelco Dolstra1-0/+5
2018-03-16 Reduce substitution memory consumptionEelco Dolstra4-35/+57
2018-03-16 decompress(): Use a Source and SinkEelco Dolstra1-12/+8
2018-03-16 Don't retry on CURLE_SSL_CACERT_BADFILEEelco Dolstra1-0/+1
2018-03-15 Merge pull request #1965 from masaeedu/masterEelco Dolstra1-1/+1
2018-03-14 Catch more possible instances of passing NULL to memcpy.Shea Levy1-0/+1
2018-03-14 Use boost::format from the boost packageEelco Dolstra3-6/+6
2018-03-13 TypoEelco Dolstra1-1/+1
2018-03-12 Wrap thread local in function for CygwinAsad Saeeduddin1-1/+1
2018-03-07 Fix #1957Eelco Dolstra1-1/+1
2018-03-06 rand() -> random(), since we use srandom().Will Dietz3-3/+3
2018-03-05 ssh-ng: Don't forward options to the daemon.Shea Levy2-1/+12
2018-02-23 Fix downloadCached() with a chroot storeEelco Dolstra1-2/+2
2018-02-22 Revert "Enable sandbox builds on Linux by default"Eelco Dolstra1-7/+1
2018-02-22 Enable sandbox builds on Linux by defaultEelco Dolstra1-1/+7
2018-02-19 Fix incorrect (and unnecessary) format stringEelco Dolstra1-3/+3
2018-02-19 Don't silently succeed seccomp setup when !HAVE_SECCOMP.Shea Levy1-2/+7
2018-02-19 Merge branch 'register-settings' of https://github.com/shlevy/nixEelco Dolstra3-1/+24
2018-02-18 configure: Add a flag to disable seccomp.Shea Levy2-2/+4
2018-02-15 Set backup MANPATH in case man path isn’t set correctly.Matthew Bauer3-0/+5
2018-02-13 Allow plugins to define new settings.Shea Levy3-1/+24
2018-02-13 Enable specifying directories in plugin-files.Shea Levy1-6/+18
2018-02-13 Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra3-0/+25
2018-02-12 Fix hang in build-remoteEelco Dolstra2-1/+3
2018-02-12 Fix 'deadlock: trying to re-acquire self-held lock'Eelco Dolstra4-22/+24
2018-02-09 nix: Ensure that the user sees errors from substitutersEelco Dolstra1-3/+3
2018-02-09 getDefaultSubstituters(): Skip broken substitutersEelco Dolstra1-1/+5
2018-02-08 Add plugins to make Nix more extensible.Shea Levy3-0/+25
2018-02-07 move the parallel-compression setting to binary-cache-store, the settingAmineChikhaoui3-4/+3
2018-02-07 make multi threaded compression configurable and use single threadedAmineChikhaoui2-1/+4
2018-02-07 Improve filtering of ANSI escape sequences in build logsEelco Dolstra1-1/+1
2018-02-07 Merge pull request #1816 from shlevy/add-pathEelco Dolstra2-6/+5
2018-02-06 Add path primop.Shea Levy2-6/+5
2018-02-05 Allow substituters to be marked as trustedEelco Dolstra2-2/+7
2018-02-05 Fix segfault using non-binary cache stores as substitutersEelco Dolstra1-1/+1
2018-02-03 Remove nix-build --hashEelco Dolstra2-21/+28
2018-02-01 Merge branch 'master' of git://github.com/catern/nixShea Levy1-0/+3
2018-02-01 Remove obsolete references to manifestsEelco Dolstra1-3/+1
2018-01-31 document ability to set NIX_REMOTE=unix://path/to/socketSpencer Baugh1-0/+3
2018-01-31 Merge pull request #1801 from catern/masterEelco Dolstra2-2/+26
2018-01-31 Fix building without aws-sdk-cppEelco Dolstra1-4/+5
2018-01-31 Rename 1.12 -> 2.0Eelco Dolstra1-1/+1
2018-01-31 CleanupEelco Dolstra2-5/+6
2018-01-31 Merge branch 'http-binary-cache-put-upsert' of https://github.com/adelbertc/nixEelco Dolstra3-4/+38
2018-01-31 Indent properlyEelco Dolstra1-3/+3
2018-01-26 remote_store: register for NIX_REMOTE=unix://pathSpencer Baugh2-2/+26
2018-01-26 HttpBinaryCacheStore: Support upsertFile with PUT.Shea Levy3-4/+38
2018-01-26 Remove signed-binary-caches as the default for require-sigsEelco Dolstra1-4/+1
2018-01-23 Fix obscure corner case in name resolution for builtin:fetchurl in sandboxed ...Dan Peebles1-0/+17
2018-01-19 Rewrite builtin derivation environmentEelco Dolstra1-1/+6