aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-07Fix "Bad address" executing build hookEelco Dolstra
2016-01-07Fix some signedness warningsEelco Dolstra
2016-01-07Fix bad use of croak()Eelco Dolstra
2016-01-07Fix repair testEelco Dolstra
2016-01-06nix-store --repair-path: Rebuild if there is no substituterEelco Dolstra
2016-01-06Fix --repair failure on multiple-output derivationsEelco Dolstra
2016-01-06TypoEelco Dolstra
2016-01-06Adapt tests to show that floats work properly.Christian Theune
2016-01-06Update documentation for floats.Christian Theune
2016-01-06@eelco's feedback: downgrade to regular float for size, remove unused function.Christian Theune
2016-01-05Verify TLS certificate before downloading binariesPhilip Potter
2016-01-05Better error messageFabian Schmitthenner
2016-01-05propagate NIX_BUILD_SHELL also in pure builds document NIX_BUILD_SHELL in the...Fabian Schmitthenner
2016-01-05Do not override environment CFLAGS and CXXFLAGSIlya Novoselov
2016-01-05Fix compilationEelco Dolstra
2016-01-05Use __toString when coercing sets to strings.Shea Levy
2016-01-05Merge pull request #685 from vizanto/masterEelco Dolstra
2016-01-05doc: Clarify why multiple arguments are not supported in shebang lineTim Cuthbertson
2016-01-05Fixed unresolved 'BUFSIZ'FrankHB
2016-01-05Fix non-Darwin buildEelco Dolstra
2016-01-05manual: document builtins.functionArgsVladimír Čunát
2016-01-05doc: fixes #727 broken linkdavidak
2016-01-05libstore: mmap() returns MAP_FAILED, not NULL on failureTuomas Tynkkynen
2016-01-05Edge condition: parser did not pick up floats starting exactly with 0.Christian Theune
2016-01-05Fix up float parsing.Christian Theune
2016-01-05Try a simplified version of float lexing that didn't work.Christian Theune
2016-01-05First hit at providing support for floats in the language.Christian Theune
2016-01-04Don't allow sandbox profile except in relaxed modeEelco Dolstra
2016-01-04Use sensible date formatEelco Dolstra
2016-01-04Update release notesEelco Dolstra
2016-01-04~PathLocks(): Handle exceptionsEelco Dolstra
2015-12-29Fix regression in passAsFileEelco Dolstra
2015-12-22Handle /tmp being a symlinkEelco Dolstra
2015-12-22Don't ignore sodium_init() return valueEelco Dolstra
2015-12-22Fix bad error message in Darwin chrootsEelco Dolstra
2015-12-17showId: Handle empty attribute namesEelco Dolstra
2015-12-15Merge pull request #742 from garrison/debian-curl-nssEelco Dolstra
2015-12-14Make Debian package depend on libcurl3-nssJim Garrison
2015-12-14Merge pull request #732 from puffnfresh/patch-1Eelco Dolstra
2015-12-10Fix coverage buildEelco Dolstra
2015-12-10Build sandbox support etc. unconditionally on LinuxEelco Dolstra
2015-12-08Merge pull request #734 from bjornfor/hash-mismatch-messageEelco Dolstra
2015-12-08Clarify error message for hash mismatches (again)Bjørn Forsman
2015-12-07Use shellwords for nix-shell shebangBrian McKenna
2015-12-06Clarify installation error message that is shown when /nix/store exists but i...Jeremy Shaw
2015-12-02daemon: Add 'buildMode' parameter to 'buildPaths' RPCLudovic Courtès
2015-12-02Use deterministic $TMPDIR in sandboxEelco Dolstra
2015-11-25Use DT_UNKNOWN when dirent d_type extension is not supported.Danny Wilson
2015-11-25Merge branch 'auto-call-functor'Shea Levy
2015-11-25autoCallFunction: Auto-call functorsShea Levy