about summary refs log tree commit diff
path: root/src/nix-setuid-helper (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-27 Allow a binary cache to declare that it doesn't support "nix-env -qas"Eelco Dolstra3-86/+135
2012-07-27 Use "set -x" in the tests to see where a test failsEelco Dolstra2-0/+4
2012-07-27 Test "nix-env -qas" with the binary cache substituterEelco Dolstra1-1/+4
2012-07-27 Let build.cc verify the expected hash of a substituter's outputEelco Dolstra5-26/+43
2012-07-27 Remove more tabsEelco Dolstra1-9/+9
2012-07-27 download-using-manifests: Don't use nix-prefetch-urlEelco Dolstra2-42/+30
2012-07-27 Remove trailing whitespace / tabsEelco Dolstra2-147/+147
2012-07-27 download-from-binary-cache: Only use the default cache for /nix/storeEelco Dolstra1-1/+3
2012-07-26 nix-push: Support generating a manifest againEelco Dolstra6-17/+46
2012-07-26 Fix the substituter testsEelco Dolstra3-30/+36
2012-07-26 nix-push: Remove the upload featureEelco Dolstra1-51/+24
2012-07-26 Add a test for the binary cache substituterEelco Dolstra2-1/+21
2012-07-26 Clear NIX_STORE when running the testsEelco Dolstra2-1/+2
2012-07-26 download-from-binary-cache: Support file://Eelco Dolstra1-9/+14
2012-07-26 Add some .gitignore entriesEelco Dolstra1-0/+3
2012-07-26 Set permissions on temporary build directories to 0700Eelco Dolstra3-4/+5
2012-07-25 nix-profile.sh: Don't set NIX_REMOTE on single user installationsEelco Dolstra1-1/+1
2012-07-25 Subscribe to the Nixpkgs rather than NixOS channelEelco Dolstra1-2/+2
2012-07-25 prim_import: When importing .drvs, allocate the intermediate attrset on the h...Shea Levy1-1/+1
2012-07-25 Turn tests back onShea Levy1-1/+1
2012-07-25 import: If the path is a valid .drv file, parse it and generate a derivation ...Shea Levy3-2/+48
2012-07-25 Disable tests temporarilyShea Levy1-1/+1
2012-07-23 Handle platforms that don't support linking to a symlinkEelco Dolstra2-2/+19
2012-07-23 Unlink the right fileEelco Dolstra1-2/+2
2012-07-23 Add a test for Nix store optimisationEelco Dolstra2-1/+27
2012-07-23 Garbage collect unused links in /nix/store/.linksEelco Dolstra2-0/+39
2012-07-23 Automatically optimise the Nix store when a new path is addedEelco Dolstra5-10/+45
2012-07-23 optimiseStore(): Use a content-addressed file store in /nix/store/.linksEelco Dolstra3-115/+110
2012-07-23 nix-build: Support the ‘-’ argument to build an expression from stdinEelco Dolstra1-0/+4
2012-07-23 Use lutimes() if available to canonicalise the timestamp of symlinksEelco Dolstra2-9/+21
2012-07-18 Bump versionEelco Dolstra1-1/+1
2012-07-18 Remove RPM builds that don't evaluateEelco Dolstra1-4/+0
2012-07-18 Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra32-166/+31
2012-07-18 Set release dateEelco Dolstra1-1/+1
2012-07-18 download-from-binary-cache: Print correct URLEelco Dolstra1-2/+5
2012-07-17 Add function queryPathFromHashPart()Eelco Dolstra9-0/+67
2012-07-17 queryPathInfo(): return hash in base-32 if desiredEelco Dolstra1-2/+2
2012-07-17 Print some debug outputEelco Dolstra1-8/+15
2012-07-17 Return an exit code of 100 for cached failed buildsEelco Dolstra1-0/+1
2012-07-17 Remove dead codeEelco Dolstra2-13/+0
2012-07-17 Manual: Don't claim we support CygwinEelco Dolstra1-1/+1
2012-07-17 Update Nix 1.1 release notesEelco Dolstra2-8/+70
2012-07-17 Allow disabling log compressionEelco Dolstra2-12/+35
2012-07-12 builtins.storePath: resolve symlinksEelco Dolstra1-1/+5
2012-07-11 Update release notesEelco Dolstra1-0/+5
2012-07-11 Update the other substitutersEelco Dolstra3-71/+72
2012-07-11 Add some missing --version switchesEelco Dolstra2-0/+10
2012-07-11 Set the User-Agent header to "Nix/<version>"Eelco Dolstra2-0/+3
2012-07-11 download-from-binary-cache: Use HEAD requests if possibleEelco Dolstra1-12/+79
2012-07-11 Replace hasSubstitutes() with querySubstitutablePaths()Eelco Dolstra8-24/+52