aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-13resolve-system-dependencies: implement in C++Jude Taylor
2016-08-11Remove nar.nixEelco Dolstra
2016-08-11Drop an unnecessary use of <nix/config.nix>Eelco Dolstra
2016-08-11Merge branch 'buildenv-c++' of https://github.com/shlevy/nixEelco Dolstra
2016-08-11buildenv: perl -> c++Shea Levy
2016-08-11doc: add an example for builtins.substringDomen Kožar
2016-08-10s/powerpc-darwin/x86_64-darwin/Domen Kožar
2016-08-10HttpBinaryCacheStore: Retry on transient HTTP errorsEelco Dolstra
2016-08-10Show HTTP error codesEelco Dolstra
2016-08-10SQLite:: Add some convenienceEelco Dolstra
2016-08-10FSAccessor: Throw InvalidPathEelco Dolstra
2016-08-10NarAccessor: Fix handling of non-executable filesEelco Dolstra
2016-08-10Mark content-addressed paths in the Nix database and in .narinfoEelco Dolstra
2016-08-10LocalFSStore::narFromPath(): Handle the diverted store caseEelco Dolstra
2016-08-10Add a "root" parameter to local storesEelco Dolstra
2016-08-10Remove $NIX_DB_DIREelco Dolstra
2016-08-10RemoteStore / nix-daemon: Drop support for Nix < 1.0Eelco Dolstra
2016-08-10Merge pull request #1024 from shlevy/nuke-nix-pushEelco Dolstra
2016-08-10Nuke nix-push.Shea Levy
2016-08-10Remove download-from-binary-cache.pl.in.Shea Levy
2016-08-10Remove scripts/show-duplication.plShea Levy
2016-08-10Merge pull request #1021 from shlevy/remove-nix-install-packageEelco Dolstra
2016-08-10Remove nix-install-package.Shea Levy
2016-08-04Dockerfile: Add alpine dependencies (#1011)Aneesh Agrawal
2016-07-29Set $MANPATH (#1005)Alexey Shmalko
2016-07-26makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra
2016-07-26builtins.{fetchurl,fetchTarball}: Support a sha256 attributeEelco Dolstra
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