about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2016-01-12 --check: Keep the differing output if -K is givenEelco Dolstra1-2/+12
2016-01-12 --check: Fix "failed to produce output path"Eelco Dolstra1-1/+1
2016-01-12 --check: Fix assertion failure when some outputs are missingEelco Dolstra1-1/+1
2016-01-12 Revert "Do not override environment CFLAGS and CXXFLAGS"Eelco Dolstra1-0/+2
2016-01-08 Temporarily do Darwin builds from a different Nixpkgs branchEelco Dolstra1-2/+4
2016-01-07 Revert accidental disable of doInstallCheckEelco Dolstra1-1/+1
2016-01-07 Fix "Bad address" executing build hookEelco Dolstra2-6/+10
2016-01-07 Fix some signedness warningsEelco Dolstra2-2/+2
2016-01-07 Fix bad use of croak()Eelco Dolstra1-22/+22
2016-01-07 Fix repair testEelco Dolstra1-0/+12
2016-01-06 nix-store --repair-path: Rebuild if there is no substituterEelco Dolstra1-2/+12
2016-01-06 Fix --repair failure on multiple-output derivationsEelco Dolstra1-1/+3
2016-01-06 TypoEelco Dolstra1-1/+1
2016-01-06 Adapt tests to show that floats work properly.Christian Theune7-3/+23
2016-01-06 Update documentation for floats.Christian Theune4-12/+24
2016-01-06 @eelco's feedback: downgrade to regular float for size, remove unused function.Christian Theune2-24/+1
2016-01-05 Verify TLS certificate before downloading binariesPhilip Potter2-3/+2
2016-01-05 Better error messageFabian Schmitthenner1-1/+1
2016-01-05 propagate NIX_BUILD_SHELL also in pure builds document NIX_BUILD_SHELL in the...Fabian Schmitthenner2-1/+17
2016-01-05 Do not override environment CFLAGS and CXXFLAGSIlya Novoselov1-2/+0
2016-01-05 Fix compilationEelco Dolstra1-1/+7
2016-01-05 Use __toString when coercing sets to strings.Shea Levy2-2/+10
2016-01-05 Merge pull request #685 from vizanto/masterEelco Dolstra3-1/+8
2016-01-05 doc: Clarify why multiple arguments are not supported in shebang lineTim Cuthbertson1-2/+2
2016-01-05 Fixed unresolved 'BUFSIZ'FrankHB1-0/+1
2016-01-05 Fix non-Darwin buildEelco Dolstra1-0/+2
2016-01-05 manual: document builtins.functionArgsVladimír Čunát2-2/+20
2016-01-05 doc: fixes #727 broken linkdavidak1-1/+1
2016-01-05 libstore: mmap() returns MAP_FAILED, not NULL on failureTuomas Tynkkynen1-1/+1
2016-01-05 Edge condition: parser did not pick up floats starting exactly with 0.Christian Theune1-1/+1
2016-01-05 Fix up float parsing.Christian Theune2-2/+3
2016-01-05 Try a simplified version of float lexing that didn't work.Christian Theune1-1/+1
2016-01-05 First hit at providing support for floats in the language.Christian Theune16-23/+207
2016-01-04 Don't allow sandbox profile except in relaxed modeEelco Dolstra1-5/+10
2016-01-04 Use sensible date formatEelco Dolstra29-55/+57
2016-01-04 Update release notesEelco Dolstra1-3/+85
2016-01-04 ~PathLocks(): Handle exceptionsEelco Dolstra1-1/+5
2015-12-29 Fix regression in passAsFileEelco Dolstra1-2/+3
2015-12-22 Handle /tmp being a symlinkEelco Dolstra1-1/+1
2015-12-22 Don't ignore sodium_init() return valueEelco Dolstra1-1/+2
2015-12-22 Fix bad error message in Darwin chrootsEelco Dolstra1-1/+3
2015-12-17 showId: Handle empty attribute namesEelco Dolstra1-2/+3
2015-12-15 Merge pull request #742 from garrison/debian-curl-nssEelco Dolstra1-1/+1
2015-12-14 Make Debian package depend on libcurl3-nssJim Garrison1-1/+1
2015-12-14 Merge pull request #732 from puffnfresh/patch-1Eelco Dolstra1-1/+2
2015-12-10 Fix coverage buildEelco Dolstra1-1/+1
2015-12-10 Build sandbox support etc. unconditionally on LinuxEelco Dolstra4-70/+24
2015-12-08 Merge pull request #734 from bjornfor/hash-mismatch-messageEelco Dolstra1-2/+2
2015-12-08 Clarify error message for hash mismatches (again)Bjørn Forsman1-2/+2
2015-12-07 Use shellwords for nix-shell shebangBrian McKenna1-1/+2