aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-24Merge branch 'find-runtime-roots-c++'Shea Levy
2016-07-23Respect --keep-going when a substituter fails.Shea Levy
2016-07-21resolve-system-dependencies.pl: Only install on darwinShea Levy
2016-07-21Fix assertion failureEelco Dolstra
2016-07-21Fix random failures caused by CurlDownloader modifying a shared stringEelco Dolstra
2016-07-21NarInfo::NarInfo(): Ensure that we get a NAR size/hashEelco Dolstra
2016-07-21Fix assertion failure in ThreadPool::enqueue()Eelco Dolstra
2016-07-21Store::queryMissing(): Use a thread poolEelco Dolstra
2016-07-21Merge branch 'fix/remove-install' of https://github.com/siddharthist/nixEelco Dolstra
2016-07-21remove outdated install instructionsLangston Barrett
2016-07-21Shut up warningEelco Dolstra
2016-07-21Store::computeFSClosure(): Use thread poolEelco Dolstra
2016-07-21find-runtime-roots: fold into gc.ccShea Levy
2016-07-21Merge pull request #961 from OptiverTimAll/fix-spec-fileEelco Dolstra
2016-07-21Grammar/spellingEelco Dolstra
2016-07-21NIX_REMOTE_SYSTEMS path must be absolute (#957)Matthias Beyer
2016-07-21Capitalize NixEelco Dolstra
2016-07-20Add link to hacking section of the manual (#973)Marc Scholten
2016-07-20Dockerfile: specify NIX_PATHDomen Kožar
2016-07-20documentation: mention required openssl dependency (#974)Dmitry Kalinkin
2016-07-13FdSink: Restore move constructor/assignmentShea Levy
2016-07-13Make Buffered{Source,Sink} move-safeShea Levy
2016-07-11Modernize AutoCloseFDShea Levy
2016-07-04Merge pull request #959 from aszlig/fix-docbook-xsl-nsEelco Dolstra
2016-07-04Don't hardcode docbook XSL namespace URLaszlig
2016-07-01nix.spec.in: RHEL 7/CentOS 7 supports systemd.Timothy Allen
2016-07-01nix.spec.in: Create /nix/store at install time.Timothy Allen
2016-07-01nix.spec.in: RHEL 7/CentOS 7 do not require a group for each package.Timothy Allen
2016-07-01nix.spec.in: Build from the .tar.xz file.Timothy Allen
2016-07-01nix.spec.in: Use the default build group name.Timothy Allen
2016-06-20Re-implement negative binary cache lookup cachingEelco Dolstra
2016-06-20Fix manual buildEelco Dolstra
2016-06-17Restore instructions on how to install a binary tarballEelco Dolstra
2016-06-17Fix testEelco Dolstra
2016-06-16Merge pull request #939 from discordianfish/patch-1Eelco Dolstra
2016-06-15Remove nix-copy-closure reference note from nix-store docsJohannes 'fish' Ziemke
2016-06-09Run builds in a user namespaceEelco Dolstra
2016-06-09Use O_CLOEXEC in most placesEelco Dolstra
2016-06-03Fix "creating statement: table ValidPaths has no column named ultimate"Eelco Dolstra
2016-06-03Support sandbox builds by non-root usersEelco Dolstra
2016-06-03Consistent quotesEelco Dolstra
2016-06-03Don't call shared_from_this() from a destructorEelco Dolstra
2016-06-03Fix some more references to storeDirEelco Dolstra
2016-06-03Merge pull request #925 from abbradar/masterEelco Dolstra
2016-06-03Show both cycle endsNikolay Amiantov
2016-06-03Fix narrowing conversion from int64_t to boolEelco Dolstra
2016-06-02nix run: Set a reasonable uid/gidEelco Dolstra
2016-06-02Make derivationFromPath work on diverted storesEelco Dolstra
2016-06-02nix run: Handle the case where the /nix/store mount point doesn't existEelco Dolstra
2016-06-02createTempDir(): Don't do a chown on LinuxEelco Dolstra