Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-12 | * Sync with the trunk. | Eelco Dolstra | |
2010-05-07 | * Sync with the trunk. | Eelco Dolstra | |
2010-05-02 | * Don't use smart quotes where normal ASCII quotes are intended. | Eelco Dolstra | |
Actually, don't use quotes at all. (Reported by Howard B. Golden.) | |||
2010-04-25 | Fixing a typo in the nix-store manual, that could confuse a bit too much ↵ | Lluís Batlle i Rossell | |
(--delete/--gc) | |||
2010-04-20 | * Sync with the trunk. | Eelco Dolstra | |
2010-04-19 | * Drop the dependency on the ATerm library. | Eelco Dolstra | |
2010-03-17 | (no commit message) | Eelco Dolstra | |
2010-03-16 | * Release notes for Nix 0.15. | Eelco Dolstra | |
2010-03-16 | * Fix a broken link (reported by Peter Koppstein). | Eelco Dolstra | |
2010-02-24 | * Disable fsync() in SQLite if the fsync-metadata option is set to | Eelco Dolstra | |
false. * Change the default for `fsync-metadata' to true. * Disable `fsync-metadata' in `make check'. | |||
2010-02-12 | * Typo. Reported by Peter Koppstein. | Eelco Dolstra | |
2010-02-05 | * Fix a broken link (reported by Bjorn Buckwalter). | Eelco Dolstra | |
2010-02-04 | (no commit message) | Eelco Dolstra | |
2010-02-03 | * Updated the release notes. | Eelco Dolstra | |
2010-01-29 | * Added an option "fsync-metadata" to fsync() changes to | Eelco Dolstra | |
/nix/var/nix/db. * Removed the function writeStringToFile since it does (almost) the same thing as writeFile. | |||
2009-12-09 | * Release notes. | Eelco Dolstra | |
2009-11-23 | * A command `nix-store --query --roots <paths>' to find the garbage | Eelco Dolstra | |
collector roots that point (directly or indirectly) to the given paths. | |||
2009-11-20 | * Remove the --use-atime / --max-atime garbage collector flags. Many | Eelco Dolstra | |
(Linux) machines no longer maintain the atime because it's too expensive, and on the machines where --use-atime is useful (like the buildfarm), reading the atimes on the entire Nix store takes way too much time to make it practical. | |||
2009-11-06 | * Remove support for old (before Nix 0.12pre12020) databases. | Eelco Dolstra | |
2009-11-05 | * Various updates. | Eelco Dolstra | |
2009-11-04 | * Manual updates. | Eelco Dolstra | |
2009-09-25 | (no commit message) | Eelco Dolstra | |
2009-09-18 | * Use xmllint (>= 2.7.4) for RelaxNG validation instead of Jing. | Eelco Dolstra | |
2009-07-14 | * Remove the redundant <sections> around refentries. | Eelco Dolstra | |
2009-07-10 | * Leave out the collaborators / revision history page. | Eelco Dolstra | |
2009-07-10 | (no commit message) | Eelco Dolstra | |
2009-06-30 | * Don't show trace information by default (`--show-trace' to enable). | Eelco Dolstra | |
NixOS evaluation errors in particular look intimidating and generally aren't very useful. Ideally the builtins.throw messages should be self-contained. | |||
2009-06-13 | * Canonicalise timestamps in the Nix store to 1 (1970-01-01 00:00:01 | Eelco Dolstra | |
UTC) rather than 0 (00:00:00). 1 is a better choice because some programs use 0 as a special value. For instance, the Template Toolkit uses a timestamp of 0 to denote the non-existence of a file, so it barfs on files in the Nix store (see template-toolkit-nix-store.patch in Nixpkgs). Similarly, Maya 2008 fails to load script directories with a timestamp of 0 and can't be patched because it's closed source. This will also shut up those "implausibly old time stamp" GNU tar warnings. | |||
2009-05-26 | (no commit message) | Eelco Dolstra | |
2009-05-07 | * Don't have a bugs section in the manual. Bugs should be kept in the | Eelco Dolstra | |
bug tracker. | |||
2009-04-14 | * Remove references to __XXX primops. | Eelco Dolstra | |
2009-04-14 | * Release notes. | Eelco Dolstra | |
2009-03-28 | * Simplify communication with the hook a bit (don't use file | Eelco Dolstra | |
descriptors 3/4, just use stdin/stderr). | |||
2009-02-05 | documentation for previous commit | Marc Weber | |
2008-11-29 | * Install the release notes. | Eelco Dolstra | |
2008-11-20 | (no commit message) | Eelco Dolstra | |
2008-11-19 | * Patterns. | Eelco Dolstra | |
2008-11-19 | (no commit message) | Eelco Dolstra | |
2008-11-19 | * Updated the manual. | Eelco Dolstra | |
2008-11-19 | * Documented some of the sharing mechanisms. | Eelco Dolstra | |
2008-11-19 | * Install documentation in $(docdir) (i.e. share/doc/nix). | Eelco Dolstra | |
2008-11-19 | * Remove references to Berkeley DB, including most of the | Eelco Dolstra | |
troubleshooting section. W00t. | |||
2008-11-19 | * Release notes. | Eelco Dolstra | |
2008-11-18 | * Get rid of nix-pack-closure / nix-unpack-closure, they're redundant. | Eelco Dolstra | |
2008-08-05 | * Moved some stuff to the Nixpkgs manual. | Eelco Dolstra | |
* Updated the release notes. | |||
2008-07-11 | * Generalised the dependencyClosure primop to builtins.genericClosure, | Eelco Dolstra | |
which is hopefully more useful. * New primops: length, mul, div. | |||
2008-07-01 | * Export the nix-env derivation name parsing and version comparison | Eelco Dolstra | |
logic through the `parseDrvName' and `compareVersions' primops. This will allow expressions to easily check whether some dependency is a specific needed version or falls in some version range. See tests/lang/eval-okay-versions.nix for examples. | |||
2008-06-11 | * Updated some URLs. | Eelco Dolstra | |
2008-06-09 | * Updated some URLs (did this a long time ago but forgot to | Eelco Dolstra | |
commit...). | |||
2008-01-29 | * nix-store --dump-db / --load-db to dump/load the Nix DB. | Eelco Dolstra | |
* nix-store --register-validity: option to supply the content hash of each path. * Removed compatibility with Nix <= 0.7 stores. |