about summary refs log tree commit diff
path: root/misc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-02 Automatically fall back if the references of a substitute are not substitutableEelco Dolstra1-1/+1
2013-01-02 Add a test for incomplete closures in the binary cacheEelco Dolstra1-0/+8
2012-12-29 nix-build: Support talking to old daemonsEelco Dolstra1-1/+10
2012-12-29 Allow mounting a path in a different location in the chrootEelco Dolstra4-46/+46
2012-12-21 download-from-binary-cache: Use the channels of the calling user rather than ...Eelco Dolstra2-5/+9
2012-12-21 Typo fixEelco Dolstra1-1/+1
2012-12-20 nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settingsEelco Dolstra9-25/+64
2012-12-20 Yet another rewrite of the garbage collectorEelco Dolstra2-131/+138
2012-12-20 Give a better error message if writeFile fails due to permission issuesEelco Dolstra1-2/+2
2012-12-19 If gc-keep-derivations is set, only keep the actual deriverEelco Dolstra1-1/+1
2012-12-19 Kill the build hook rather than shutting it down cleanlyEelco Dolstra1-7/+1
2012-12-18 Revert brain fartEelco Dolstra1-2/+0
2012-12-18 Check for potential infinite select() loops when buildingEelco Dolstra1-0/+2
2012-12-13 fix use-after-free bug in mkString(Value&, Symbol&)Stuart Pernsteiner1-1/+1
2012-12-12 Allow setting the profile location using $NIX_PROFILEEelco Dolstra2-4/+16
2012-12-11 Debian package: Add dependency on libwww-curl-perlEelco Dolstra1-1/+1
2012-12-11 On SQLITE_BUSY, wait a random amount of timeEelco Dolstra2-1/+7
2012-12-07 Bump version numberEelco Dolstra1-1/+1
2012-12-06 Fix manual generationEelco Dolstra1-1/+8
2012-12-06 Set a long SQLite timeout in the binary cache substituterEelco Dolstra2-1/+3
2012-12-05 Fix RPM buildEelco Dolstra1-1/+1
2012-12-05 Add a dependency on xz-utilsEelco Dolstra1-1/+1
2012-12-05 Add a dependency on xzEelco Dolstra1-0/+1
2012-12-05 TypoEelco Dolstra1-1/+1
2012-12-05 Fix RPM buildEelco Dolstra1-1/+1
2012-12-05 Add release dateEelco Dolstra1-1/+1
2012-12-05 Support xz compression of nixexprs.tar in channelsEelco Dolstra2-2/+9
2012-12-05 Produce an xz-compressed tarballEelco Dolstra1-0/+2
2012-12-05 Build Debs for Ubuntu 12.10Eelco Dolstra1-0/+2
2012-12-04 Updated release notesEelco Dolstra1-0/+62
2012-12-04 Tiny optimisation in the filter primopEelco Dolstra1-2/+9
2012-12-04 Document new primopsEelco Dolstra1-54/+96
2012-12-04 nix-channel --update needs bzip2Florian Friesdorf1-1/+1
2012-12-04 Document multiple output supportEelco Dolstra2-56/+108
2012-12-04 Test prioritiesEelco Dolstra3-4/+13
2012-12-04 buildenv.pl: Create symlinks in priority orderEelco Dolstra1-9/+12
2012-12-04 Add a test for ‘nix-env --set-flag active ...’Eelco Dolstra3-3/+11
2012-12-04 nix-env: Install all outputs of a derivationEelco Dolstra3-32/+50
2012-12-03 Test the ‘--prebuilt-only’ flagEelco Dolstra1-0/+3
2012-12-03 Fix the ‘--prebuilt-only’ flagEelco Dolstra1-8/+11
2012-12-03 WhitespaceEelco Dolstra3-60/+58
2012-11-28 nix-env -q --out-path: Support multiple outputsEelco Dolstra5-45/+94
2012-11-27 Optionally ignore null-valued derivation attributesEelco Dolstra3-11/+24
2012-11-27 Add builtin constants ‘langVersion’ and ‘nixVersion’Eelco Dolstra6-2/+18
2012-11-26 queryMissing(): Handle partially valid derivationsEelco Dolstra1-5/+6
2012-11-26 Undo accidental debug changeEelco Dolstra1-1/+1
2012-11-26 Fix the multiple-outputs testEelco Dolstra1-1/+4
2012-11-26 nix-instantiate: Fix read-only evaluationEelco Dolstra5-10/+17
2012-11-26 Only substitute wanted outputs of a derivationEelco Dolstra4-21/+77
2012-11-26 Make "nix-build -A <derivation>.<output>" do the right thingEelco Dolstra10-20/+106