Age | Commit message (Expand) | Author | Files | Lines |
2013-02-08 | Rename "hash" to "hashString" and handle SHA-1 | Eelco Dolstra | 3 | -24/+15 |
2013-02-08 | experimental/hash | Marc Weber | 3 | -0/+33 |
2013-02-05 | Nix::Store::derivationFromPath: Return derivation outputs | Eelco Dolstra | 1 | -9/+12 |
2013-01-30 | Support the colonies | Eelco Dolstra | 1 | -3/+3 |
2013-01-24 | Improve -I description | Eelco Dolstra | 1 | -4/+5 |
2013-01-23 | Only warn about SQLite being busy once | Eelco Dolstra | 1 | -1/+5 |
2013-01-22 | Correctly handle missing logs | Eelco Dolstra | 1 | -1/+3 |
2013-01-21 | Fix the VM tests | Eelco Dolstra | 2 | -6/+6 |
2013-01-21 | build-remote.pl: Don't keep build logs on the build slave | Eelco Dolstra | 1 | -2/+3 |
2013-01-21 | corepkgs/fetchurl: Enable making the downloaded file executable | Shea Levy | 1 | -3/+4 |
2013-01-17 | Store build logs in /nix/var/log/nix/drvs/<XX> | Eelco Dolstra | 2 | -30/+37 |
2013-01-07 | Bump version number to 1.4 | Eelco Dolstra | 1 | -1/+1 |
2013-01-05 | Delete a left-over trash directory before doing a GC | Eelco Dolstra | 1 | -1/+4 |
2013-01-04 | Fix "0 store paths deleted" message | Eelco Dolstra | 2 | -1/+3 |
2013-01-03 | Open the database after removing immutable bits | Eelco Dolstra | 1 | -1/+1 |
2013-01-03 | Remove tabs | Eelco Dolstra | 2 | -46/+46 |
2013-01-03 | Clear any immutable bits in the Nix store | Eelco Dolstra | 10 | -89/+76 |
2013-01-02 | Urgggh | Eelco Dolstra | 7 | -6/+12 |
2013-01-02 | Manual: Fix "nix-store --export" example | Eelco Dolstra | 1 | -3/+3 |
2013-01-02 | Reinstate the http://nixos.org/binary-cache default for the binary-caches set... | Eelco Dolstra | 2 | -4/+4 |
2013-01-02 | Use sysconfdir=/etc | Eelco Dolstra | 1 | -0/+3 |
2013-01-02 | Update release notes | Eelco Dolstra | 1 | -0/+10 |
2013-01-02 | If a substitute closure is incomplete, build dependencies, then retry the sub... | Eelco Dolstra | 2 | -8/+30 |
2013-01-02 | Automatically fall back if the references of a substitute are not substitutable | Eelco Dolstra | 1 | -1/+1 |
2013-01-02 | Add a test for incomplete closures in the binary cache | Eelco Dolstra | 1 | -0/+8 |
2012-12-29 | nix-build: Support talking to old daemons | Eelco Dolstra | 1 | -1/+10 |
2012-12-29 | Allow mounting a path in a different location in the chroot | Eelco Dolstra | 4 | -46/+46 |
2012-12-21 | download-from-binary-cache: Use the channels of the calling user rather than ... | Eelco Dolstra | 2 | -5/+9 |
2012-12-21 | Typo fix | Eelco Dolstra | 1 | -1/+1 |
2012-12-20 | nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settings | Eelco Dolstra | 9 | -25/+64 |
2012-12-20 | Yet another rewrite of the garbage collector | Eelco Dolstra | 2 | -131/+138 |
2012-12-20 | Give a better error message if writeFile fails due to permission issues | Eelco Dolstra | 1 | -2/+2 |
2012-12-19 | If gc-keep-derivations is set, only keep the actual deriver | Eelco Dolstra | 1 | -1/+1 |
2012-12-19 | Kill the build hook rather than shutting it down cleanly | Eelco Dolstra | 1 | -7/+1 |
2012-12-18 | Revert brain fart | Eelco Dolstra | 1 | -2/+0 |
2012-12-18 | Check for potential infinite select() loops when building | Eelco Dolstra | 1 | -0/+2 |
2012-12-13 | fix use-after-free bug in mkString(Value&, Symbol&) | Stuart Pernsteiner | 1 | -1/+1 |
2012-12-12 | Allow setting the profile location using $NIX_PROFILE | Eelco Dolstra | 2 | -4/+16 |
2012-12-11 | Debian package: Add dependency on libwww-curl-perl | Eelco Dolstra | 1 | -1/+1 |
2012-12-11 | On SQLITE_BUSY, wait a random amount of time | Eelco Dolstra | 2 | -1/+7 |
2012-12-07 | Bump version number | Eelco Dolstra | 1 | -1/+1 |
2012-12-06 | Fix manual generation | Eelco Dolstra | 1 | -1/+8 |
2012-12-06 | Set a long SQLite timeout in the binary cache substituter | Eelco Dolstra | 2 | -1/+3 |
2012-12-05 | Fix RPM build | Eelco Dolstra | 1 | -1/+1 |
2012-12-05 | Add a dependency on xz-utils | Eelco Dolstra | 1 | -1/+1 |
2012-12-05 | Add a dependency on xz | Eelco Dolstra | 1 | -0/+1 |
2012-12-05 | Typo | Eelco Dolstra | 1 | -1/+1 |
2012-12-05 | Fix RPM build | Eelco Dolstra | 1 | -1/+1 |
2012-12-05 | Add release date | Eelco Dolstra | 1 | -1/+1 |
2012-12-05 | Support xz compression of nixexprs.tar in channels | Eelco Dolstra | 2 | -2/+9 |