aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2015-10-21remove sandbox defaults into a new fileJude Taylor
2015-10-21restore allowed impure prefixesJude Taylor
2015-10-21remove an unneeded default impure-depJude Taylor
2015-10-21make sandbox builds more permissiveJude Taylor
2015-10-21add a few more permissionsJude Taylor
2015-10-21Allow builtin fetchurl regardless of the derivation's system attributeEelco Dolstra
2015-10-21Show progress indicator for builtin fetchurlEelco Dolstra
2015-10-21Disable TLS verification for builtin fetchurlEelco Dolstra
2015-10-21Fix segfault in builtin fetchurlEelco Dolstra
2015-10-08Allow building ARMv6 stuff on ARMv7Tuomas Tynkkynen
2015-10-08Revert to CURLOPT_PROGRESSFUNCTIONEelco Dolstra
2015-10-07Show progress during downloadsEelco Dolstra
2015-10-06Use pkg-config-provided LDFLAGS for libsqlite3 and libcurl.Manuel Jacob
2015-10-06nix-store --serve: Implement log size limitEelco Dolstra
2015-09-18Shut up clang warningsEelco Dolstra
2015-09-03Implement buildDerivation() via the daemonEelco Dolstra
2015-09-02Filter build-chroot-dirs entries that conflict with derivation outputsEelco Dolstra
2015-09-02Remove unused variableEelco Dolstra
2015-08-24Prevent .chroot from being GC'ed when using LocalStore::buildDerivation()Eelco Dolstra
2015-08-21nix-collect-garbage: Revive --max-freedEelco Dolstra
2015-08-19Remove unneeded HAVE_UNSHARE.Manolis Ragkousis
2015-08-04Don't include <iostream> before config.hEelco Dolstra
2015-08-03Handle debug messages from runChild()Eelco Dolstra
2015-07-26Remove unnecessary parenthesesEelco Dolstra
2015-07-23Fix fetchurl of executable fileEelco Dolstra
2015-07-21Fix Darwin buildEelco Dolstra
2015-07-20Make <nix/fetchurl.nix> a builtin builderEelco Dolstra
2015-07-20Provide more detailed info about build status to hydra-queue-runnerEelco Dolstra
2015-07-20nix-copy-closure: Add -v flagEelco Dolstra
2015-07-20More cleanupEelco Dolstra
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2015-07-17Allow remote builds without sending the derivation closureEelco Dolstra
2015-07-02TypoEelco Dolstra
2015-07-01Preserve supplementary groups of build usersLudovic Courtès
2015-06-30GC: Handle ENOSPC creating/moving to the trash directoryEelco Dolstra
2015-06-22Use posix_fallocate to create /nix/var/nix/db/reservedEelco Dolstra
2015-06-22Make /nix/var/nix/db/reserved biggerEelco Dolstra
2015-06-10Export outputPaths functionEelco Dolstra
2015-06-09Use std::vector::data()Eelco Dolstra
2015-06-04Allow substitutes for builds that have preferLocalBuild setEelco Dolstra
2015-06-04Chown files created for passAsFileEelco Dolstra
2015-06-02Add a ‘verifyStore’ RPCLudovic Courtès
2015-05-21nix-collect-garbage: Don't call nix-envEelco Dolstra
2015-05-21Move profiles.{cc,hh} to libstoreEelco Dolstra
2015-05-13cygwin: explicitly include required c headersRok Garbas
2015-05-12Don't try to map /bin/sh to a store path on non-LinuxShea Levy
2015-04-18Add the pre-build hook.Shea Levy
2015-04-18Revert "Add the pre-build hook."Shea Levy
2015-04-16Fix using restricted mode with chrootsEelco Dolstra
2015-04-12Add the pre-build hook.Shea Levy