aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-07-03Fix the parsing of "$"'s in strings.Guillaume Maudoux
2015-07-03Fix the hack that resets the scanner state.Guillaume Maudoux
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-17Support URLs in $NIX_PATHEelco 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-02Don't let unprivileged users repair pathsEelco Dolstra
2015-06-02Use StoreAPI::verifyStore()Eelco Dolstra
2015-06-02Add a ‘verifyStore’ RPCLudovic Courtès
2015-06-01Add tarball testsEelco Dolstra
2015-06-01Document tarball downloadingEelco Dolstra
2015-06-01Fix fetchurl/fetchTarballEelco Dolstra
2015-06-01readFile: Check against nul bytesEelco Dolstra
2015-05-22Fix import-from-derivation in restricted eval modeEelco Dolstra
2015-05-22Remove dead codeEelco Dolstra
2015-05-21nix-collect-garbage: Don't call nix-envEelco Dolstra
2015-05-21Move profiles.{cc,hh} to libstoreEelco Dolstra
2015-05-21nix-collect-garbage: Call collectGarbage() internallyEelco Dolstra
2015-05-21nix-collect-garbage: Don't barf on unreadable directoriesEelco Dolstra
2015-05-21nix-collect-garbage: Remove redundant call to getFileTypeEelco Dolstra
2015-05-21Merge branch 'submit/sparse-generation-symlinks' of https://github.com/ctheun...Eelco Dolstra
2015-05-20Mis-read Eelko's request to not make this an option: now, let's not makeChristian Theune
2015-05-19Implement alternative to lazy generations:Christian Theune
2015-05-19Don't install nix-worker symlinkEelco Dolstra
2015-05-18Enable lazy/sparse allocation of generation symlinks: avoid creatingChristian Theune
2015-05-13Fix "error: deriver of path ‘’ is not known"Eelco Dolstra
2015-05-13cygwin: looks like stdout/stdin are reserved wordsRok Garbas
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-05-06nix-collect-garbage: Do not pass an empty argument. Closes #530Luca Bruno
2015-05-06nix-env/nix-instantiate/nix-build: Support URIsEelco Dolstra
2015-05-06nix-collect-garbage: Fix deleting old generationsWilliam A. Kennington III
2015-05-05Allow URLs in the Nix search pathEelco Dolstra
2015-05-05Make downloads interruptableEelco Dolstra
2015-04-22nix-collect-garbage: translate to C++Luca Bruno
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
2015-04-09Use cached result if there is a network errorEelco Dolstra
2015-04-09Move curl stuff into a separate fileEelco Dolstra
2015-04-09Implement a TTL on cached fetchurl/fetchTarball resultsEelco Dolstra
2015-04-09Implement caching of fetchurl/fetchTarball resultsEelco Dolstra
2015-04-07Revert /nix/store permission back to 01775Eelco Dolstra