about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-30 Support the coloniesEelco Dolstra1-3/+3
2013-01-24 Improve -I descriptionEelco Dolstra1-4/+5
Issue #88.
2013-01-23 Only warn about SQLite being busy onceEelco Dolstra1-1/+5
No need to get annoying.
2013-01-22 Correctly handle missing logsEelco Dolstra1-1/+3
2013-01-21 Fix the VM testsEelco Dolstra2-6/+6
2013-01-21 build-remote.pl: Don't keep build logs on the build slaveEelco Dolstra1-2/+3
2013-01-21 corepkgs/fetchurl: Enable making the downloaded file executableShea Levy1-3/+4
2013-01-17 Store build logs in /nix/var/log/nix/drvs/<XX>Eelco Dolstra2-30/+37
...where <XX> is the first two characters of the derivation. Otherwise /nix/var/log/nix/drvs may become so large that we run into all sorts of weird filesystem limits/inefficiences. For instance, ext3/ext4 filesystems will barf with "ext4_dx_add_entry:1551: Directory index full!" once you hit a few million files.
2013-01-07 Bump version number to 1.4Eelco Dolstra1-1/+1
2013-01-05 Delete a left-over trash directory before doing a GCEelco Dolstra1-1/+4
2013-01-04 Fix "0 store paths deleted" messageEelco Dolstra2-1/+3
2013-01-03 Open the database after removing immutable bitsEelco Dolstra1-1/+1
2013-01-03 Remove tabsEelco Dolstra2-46/+46
2013-01-03 Clear any immutable bits in the Nix storeEelco Dolstra10-89/+76
Doing this once makes subsequent operations like garbage collecting more efficient since we don't have to call makeMutable() first.
2013-01-02 UrggghEelco Dolstra7-6/+12
http://hydra.nixos.org/build/3661100
2013-01-02 Manual: Fix "nix-store --export" exampleEelco Dolstra1-3/+3
2013-01-02 Reinstate the http://nixos.org/binary-cache default for the binary-caches ↵Eelco Dolstra2-4/+4
setting
2013-01-02 Use sysconfdir=/etcEelco Dolstra1-0/+3
2013-01-02 Update release notesEelco Dolstra1-0/+10
2013-01-02 If a substitute closure is incomplete, build dependencies, then retry the ↵Eelco Dolstra2-8/+30
substituter Issue #77.
2013-01-02 Automatically fall back if the references of a substitute are not substitutableEelco Dolstra1-1/+1
Fixes #77.
2013-01-02 Add a test for incomplete closures in the binary cacheEelco Dolstra1-0/+8
Issue #77.
2012-12-29 nix-build: Support talking to old daemonsEelco Dolstra1-1/+10
Fixes #76.
2012-12-29 Allow mounting a path in a different location in the chrootEelco Dolstra4-46/+46
Fixes #24.
2012-12-21 download-from-binary-cache: Use the channels of the calling user rather than ↵Eelco Dolstra2-5/+9
root This should make live easier for single-user (non-daemon) installations. Note that when the daemon is used, the "calling user" is root so we're not using any untrusted caches.
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
So if a path is not garbage solely because it's reachable from a root due to the gc-keep-outputs or gc-keep-derivations settings, ‘nix-store -q --roots’ now shows that root.
2012-12-20 Yet another rewrite of the garbage collectorEelco Dolstra2-131/+138
But this time it's *obviously* correct! No more segfaults due to infinite recursions for sure, etc. Also, move directories to /nix/store/trash instead of renaming them to /nix/store/bla-gc-<pid>. Then we can just delete /nix/store/trash at the end.
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
This prevents zillions of derivations from being kept, and fixes an infinite recursion in the garbage collector (due to an obscure cycle that can occur with fixed-output derivations).
2012-12-19 Kill the build hook rather than shutting it down cleanlyEelco Dolstra1-7/+1
Waiting for the hook to shut down cleanly sometimes seems to lead to hangs.
2012-12-18 Revert brain fartEelco Dolstra1-2/+0
This reverts commit cc511fd65b7b6de9e87e72fb4bed16fc7efeb8b7.
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
Fixes #69.
2012-12-11 Debian package: Add dependency on libwww-curl-perlEelco Dolstra1-1/+1
Fixes issue #70.
2012-12-11 On SQLITE_BUSY, wait a random amount of timeEelco Dolstra2-1/+7
If all contending processes wait a fixed amount of time (100 ms), there is a good probability that they'll just collide again.
2012-12-07 Bump version numberEelco Dolstra1-1/+1
2012-12-06 Fix manual generationEelco Dolstra1-1/+8
Grmbl.
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
http://hydra.nixos.org/build/3436627
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
http://hydra.nixos.org/build/3436511
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
Footnote: doing "make dist-gzip dist-xz" doesn't work with Automake; you have to do "make dist-gzip; dist-xz". That's because the dist-* targets delete the temporary distdir at the end.
2012-12-05 Build Debs for Ubuntu 12.10Eelco Dolstra1-0/+2
2012-12-04 Updated release notesEelco Dolstra1-0/+62