about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2015-02-17 Include NAR size in fingerprint computationEelco Dolstra3-6/+5
2015-02-16 Test chroot buildingEelco Dolstra1-0/+1
2015-02-16 Use pivot_root in addition to chroot when possibleHarald van Dijk2-7/+29
2015-02-12 Revert "Remove Fedora 18, 19 builds"Eelco Dolstra1-0/+4
2015-02-10 Don't depend on libsodium on DarwinEelco Dolstra1-1/+3
2015-02-10 Make libsodium an optional dependencyEelco Dolstra6-2/+28
2015-02-10 Add Fedora 21 buildEelco Dolstra1-4/+8
2015-02-10 Add base64 encoder/decoderEelco Dolstra3-8/+66
2015-02-08 nix-build: Respect -Q during evaluationShea Levy1-0/+5
2015-02-05 Remove tabEelco Dolstra1-1/+1
2015-02-04 TypoEelco Dolstra1-1/+1
2015-02-04 Require linux 3.13 or later for chrootShea Levy2-2/+8
2015-02-04 Sign a subset of the .narinfoEelco Dolstra2-13/+29
2015-02-04 Use libsodium instead of OpenSSL for binary cache signingEelco Dolstra15-91/+196
2015-02-03 Simplify parseHash32Eelco Dolstra1-37/+10
2015-02-03 Simplify printHash32Eelco Dolstra1-35/+17
2015-01-30 nix-install-package: follow symlinksJaka Hudoklin1-1/+1
2015-01-29 Merge remote-tracking branch 'shlevy/baseNameOf-no-copy'Shea Levy2-2/+2
2015-01-28 Moves runHook to a later execution positionOliver Dunkl1-1/+1
2015-01-18 Make inputs writeable in the sandbox (builds still can’t actually write due...Daniel Peebles1-2/+7
2015-01-15 Shut up "Wide character in print" warning in copy-from-other-stores.plEelco Dolstra1-0/+1
2015-01-15 Fix assertion failure in nix-envEelco Dolstra2-4/+8
2015-01-15 Set correct user agent for NAR downloads from binary cachesEelco Dolstra1-2/+4
2015-01-13 Allow using /bin and /usr/bin as impure prefixes on non-darwin by defaultShea Levy1-1/+1
2015-01-13 SysError -> ErrorEelco Dolstra1-1/+1
2015-01-13 Don't resolve symlinks while checking __impureHostDepsEelco Dolstra1-2/+5
2015-01-12 Add basic Apple sandbox supportDaniel Peebles1-17/+169
2015-01-12 doc: `nix-channel --remove` takes a name, not a urlTobias Geerinckx-Rice1-1/+1
2015-01-09 Fix builtins.readDir on XFSEelco Dolstra1-1/+1
2015-01-08 Doh^2Eelco Dolstra1-1/+1
2015-01-08 DohEelco Dolstra1-3/+3
2015-01-08 Fix typo (assuming this is a typo)Данило Глинський (Danylo Hlynskyi)1-1/+1
2015-01-08 Set /nix/store permission to 1737Eelco Dolstra2-19/+6
2015-01-08 nix-shell: Add --run flagEelco Dolstra2-7/+26
2015-01-08 nix-shell: Interpret filenames relative to the #!-scriptEelco Dolstra1-0/+7
2015-01-08 Allow nix-shell to be used as a #! interpreterEelco Dolstra1-0/+37
2015-01-07 nix-shell --command: Remove bogus argument to "exit"Eelco Dolstra1-1/+1
2015-01-07 Show position info for failing <...> lookupsEelco Dolstra3-4/+8
2015-01-07 Remove quotes around filenames in position infoEelco Dolstra1-1/+1
2015-01-06 Document how to set up build users on Mac OS XEelco Dolstra1-0/+28
2015-01-06 Fix building on DarwinEelco Dolstra1-1/+4
2015-01-05 Merge pull request #431 from j-keck/masterRob Vermaas2-3/+2
2015-01-05 doc: remove wrong phrase.j-keck1-2/+1
2015-01-05 doc: remove double wordj-keck1-1/+1
2015-01-02 Allow $NIX_PAGER to override $PAGEREelco Dolstra1-4/+5
2015-01-02 libutil: Limit readLink() error to only overflows.aszlig1-2/+2
2015-01-02 libutil: Improve errmsg on readLink size mismatch.aszlig1-1/+5
2015-01-02 edition -> subtitleEelco Dolstra1-3/+1
2014-12-29 LocalStore initialization: Don't die if build-users-group doesn't existShea Levy1-11/+12
2014-12-23 Revive running builds in a PID namespaceEelco Dolstra1-30/+59