about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2017-05-29 Fix seccomp initialisation on i686-linuxEelco Dolstra1-1/+2
2017-05-29 Add a seccomp filter to prevent creating setuid/setgid binariesEelco Dolstra5-1/+54
2017-05-29 Fix nix-copy-closure testEelco Dolstra1-0/+1
2017-05-29 Fix build failure on Debian/UbuntuEelco Dolstra3-2/+2
2017-05-29 Fix typoEelco Dolstra1-1/+1
2017-05-29 Merge pull request #1393 from pyrtsa/patch-1Eelco Dolstra1-1/+1
2017-05-29 Merge pull request #1394 from pyrtsa/patch-2Eelco Dolstra1-1/+1
2017-05-28 Remove stray `>` in builtins docPyry Jahkola1-1/+1
2017-05-28 Fix variable name typo in derivations docPyry Jahkola1-1/+1
2017-05-24 Fix #1314Eelco Dolstra1-1/+2
2017-05-24 Merge branch 'topic/cores-master' of https://github.com/neilmayhew/nixEelco Dolstra1-0/+1
2017-05-24 Merge pull request #1376 from Mic92/patch-1Eelco Dolstra1-1/+1
2017-05-24 Fix #1380Eelco Dolstra1-1/+1
2017-05-24 Merge branch 'prompt-terminator' of https://github.com/lheckemann/nixEelco Dolstra1-1/+1
2017-05-24 Merge pull request #1382 from FRidh/patch-1Eelco Dolstra1-0/+18
2017-05-24 Merge branch 'nar-accessor-tree' of https://github.com/bennofs/nixEelco Dolstra4-34/+123
2017-05-17 Document that builtins.match takes a POSIX extended REEelco Dolstra2-4/+13
2017-05-17 builtins.match: Improve error message for bad regular expressionEelco Dolstra1-16/+23
2017-05-16 Improve progress indicatorEelco Dolstra26-168/+339
2017-05-15 nar-accessor.cc: remove unused member NarIndexer::currentNameBenno Fünfstück1-2/+1
2017-05-15 nar-accessor: non-recursive NarMember::findBenno Fünfstück1-21/+21
2017-05-15 Simplify fixed-output checkEelco Dolstra1-6/+2
2017-05-15 Disallow outputHash being null or an empty stringEelco Dolstra1-4/+5
2017-05-15 Add --with-sandbox-shell configure flagEelco Dolstra7-12/+38
2017-05-15 Linux sandbox: Don't barf on invalid pathsEelco Dolstra1-0/+1
2017-05-15 Make fmt() non-recursiveEelco Dolstra2-12/+7
2017-05-15 nar-archive.cc: add tests for the nar indexBenno Fünfstück3-1/+48
2017-05-15 Merge pull request #1387 from bennofs/nix-ls-slashEelco Dolstra1-0/+4
2017-05-15 nix ls: support '/' for the root directoryBenno Fünfstück1-0/+4
2017-05-15 nar-accessor: use tree, fixes readDirectory missing childrenBenno Fünfstück1-33/+76
2017-05-11 Add an option for extending the user agent headerEelco Dolstra2-1/+6
2017-05-11 Fix typoEelco Dolstra1-1/+1
2017-05-11 Tweak error messageEelco Dolstra1-1/+1
2017-05-11 Don't allow untrusted users to set info.ultimateEelco Dolstra1-0/+2
2017-05-11 Document fetchTarball can take a sha256Frederik Rietdijk1-0/+18
2017-05-11 Change the meaning of info.ultimateEelco Dolstra2-5/+2
2017-05-11 LocalStore::addToStore(): Check info.narSizeEelco Dolstra2-2/+7
2017-05-10 TypoEelco Dolstra1-1/+1
2017-05-10 Replace readline by linenoiseEelco Dolstra10-132/+1377
2017-05-10 nix-shell: use appropriate prompt terminatorLinus Heckemann1-1/+1
2017-05-10 doc: builtins.attrNames returns alphabetically sorted listDomen Kožar1-1/+1
2017-05-08 Add "nix edit" commandEelco Dolstra1-0/+75
2017-05-08 Minor cleanupEelco Dolstra1-11/+13
2017-05-08 Linux sandbox: Fix compatibility with older kernelsEelco Dolstra2-16/+24
2017-05-08 build-remote: Check remote build statusEelco Dolstra1-1/+4
2017-05-08 Remove superfluous #ifdefEelco Dolstra1-2/+0
2017-05-07 nix-profile.sh: remove sbin from PATHJörg Thalheim1-1/+1
2017-05-05 Make the location of the build directory in the sandbox configurableEelco Dolstra4-8/+12
2017-05-05 Figure out the user's home directory if $HOME is not setEelco Dolstra8-36/+84
2017-05-04 Linux sandbox: Use /build instead of /tmp as $TMPDIREelco Dolstra1-5/+15