aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2005-02-09* Propagate the deriver of a path through the substitute mechanism.Eelco Dolstra
2005-02-08* Set umask to prevent permission problems.Eelco Dolstra
2005-02-08* Better error reporting in readmanifest.Eelco Dolstra
2005-02-01* Remove debug code.Eelco Dolstra
2005-02-01* Make check fixes.Eelco Dolstra
2005-02-01* Move root finding from `nix-collect-garbage' to `nix-store --gc'.Eelco Dolstra
2005-02-01* nix-build: use an indirection scheme to make it easier for users toEelco Dolstra
2005-02-01* nix-store, nix-instantiate: added an option `--add-root' toEelco Dolstra
2005-02-01* Get rid of hardcoded paths.Eelco Dolstra
2005-01-31* Start of concurrent garbage collection. Processes write temporaryEelco Dolstra
2005-01-27* Fix and simplify the garbage collector (it's still not concurrent,Eelco Dolstra
2005-01-25* Really fix the substitute mechanism, i.e., ensure the closureEelco Dolstra
2005-01-19* Set the Perl search path properly (reported by Roy van den Broek).Eelco Dolstra
2005-01-17* Removed the `id' attribute hack.Eelco Dolstra
2005-01-14* Use absolute paths.Eelco Dolstra
2005-01-12* Script to remove patches from manifests.Eelco Dolstra
2005-01-12* Print out less garbage.Eelco Dolstra
2005-01-05* Prototype store optimiser. It searched the Nix store for identicalEelco Dolstra
2004-12-31* If a patch already exists, it must still be included in the manifest.Eelco Dolstra
2004-12-30* More instrumentation (statistics go to /nix/var/log/nix/downloads).Eelco Dolstra
2004-12-30* Fix handling of chained patches: don't skip patches if intermediateEelco Dolstra
2004-12-30* Some logging for evaluation.Eelco Dolstra
2004-12-29* Propagate patches from the source distribution to the destinationEelco Dolstra
2004-12-29* Reject patches larger than the full archives they produce.Eelco Dolstra
2004-12-29* Atomic file replacement is good.Eelco Dolstra
2004-12-29* A utility to generate patches between releases based on theirEelco Dolstra
2004-12-28* A small utility to add the Size and NarHash fields to old manifests.Eelco Dolstra
2004-12-28* Added a function to write manifests.Eelco Dolstra
2004-12-20* Place manifests in /nix/var/nix/manifests.Eelco Dolstra
2004-12-20* Sync with changed substitute mechanism.Eelco Dolstra
2004-12-16* Fix nix-pull.Eelco Dolstra
2004-12-16* Remove `prebuilts.conf' file, it's not like anybody was using it.Eelco Dolstra
2004-12-13* Include the size of the bzipped archive (necessary for computing theEelco Dolstra
2004-12-13* Patch deployment. `download.pl' (intended to be used in theEelco Dolstra
2004-12-13* Allow an optional hash to be provided. This prevents redundantEelco Dolstra
2004-11-04* Better error messages.Eelco Dolstra
2004-10-31* Fix `File exists' errors if the `result' symlink exists but isEelco Dolstra
2004-10-20* Register channels as roots of the garbage collector (inEelco Dolstra
2004-10-20* Fix nix-prefetch-url in setuid Nix installations.Eelco Dolstra
2004-10-20* Show error messages from curl.Eelco Dolstra
2004-08-25* `--min-age' flag in nix-store and nix-collect-garbage to only deleteEelco Dolstra
2004-08-25* `nix-collect-garbage' now actually performs a garbage collection, itEelco Dolstra
2004-08-20* Setuid support for sharing a Nix installation between multipleEelco Dolstra
2004-08-18* Flag `--no-link' suppresses symlinking to the output path.Eelco Dolstra
2004-07-28* Nix-build places a symlink `result' in the current directory to theEelco Dolstra
2004-06-22* Nix-instantiate can return multiple store expressions.Eelco Dolstra
2004-06-22* A utility script `nix-build' that builds Nix expressions and printsEelco Dolstra
2004-06-21* Adapted nix-pull to use the new substitute mechanism.Eelco Dolstra
2004-04-22* Look for GC roots in @localstatedir@/nix/gcroots.Eelco Dolstra
2004-04-21* Channels. These allow you to stay current with an evolving set ofEelco Dolstra