Age | Commit message (Expand) | Author | Files | Lines |
2004-08-20 | * On systems that have the setresuid() and setresgid() system calls to | Eelco Dolstra | 1 | -8/+21 |
2004-08-20 | * Setuid support for sharing a Nix installation between multiple | Eelco Dolstra | 1 | -0/+82 |
2004-08-18 | * The default verbosity level of all Nix commands is now lvlInfo. | Eelco Dolstra | 1 | -1/+3 |
2004-06-28 | * Added a switch `--fallback'. From the manual: | Eelco Dolstra | 1 | -0/+2 |
2004-06-25 | * A flag `--keep-going / -k' to keep building goals if one fails, as | Eelco Dolstra | 1 | -0/+2 |
2004-05-13 | * The build hooks used to implement distributed builds can now be run | Eelco Dolstra | 1 | -0/+6 |
2004-05-12 | * A switch `-j NUMBER' to set the maximum number of parallel jobs (0 = | Eelco Dolstra | 1 | -3/+16 |
2004-05-12 | * An quick and dirty hack to support distributed builds. | Eelco Dolstra | 1 | -7/+0 |
2004-05-11 | * True parallel builds. Nix can now run as many build jobs in | Eelco Dolstra | 1 | -2/+18 |
2004-05-04 | * Allow the location of the store etc. to be specified using | Eelco Dolstra | 1 | -12/+19 |
2004-03-27 | * Disallow the Nix store or any of its parents from being symlinks. | Eelco Dolstra | 1 | -6/+29 |
2004-03-22 | * Nix now has three different formats for the log information it | Eelco Dolstra | 1 | -1/+18 |
2004-02-14 | * The environment variable NIX_ROOT can now be set to execute Nix in a | Eelco Dolstra | 1 | -0/+7 |
2004-02-02 | * Sort `nix-env -q' output by derivation name. | Eelco Dolstra | 1 | -0/+3 |
2004-01-15 | * Remove debug message. | Eelco Dolstra | 1 | -1/+0 |
2004-01-15 | * Catch SIGINT to terminate cleanly when the user tries to interrupt | Eelco Dolstra | 1 | -0/+15 |
2004-01-13 | * Option `-B' to always show the output of builders, regardless of | Eelco Dolstra | 1 | -0/+2 |
2003-12-22 | * GCC 2.95 compatibility. | Eelco Dolstra | 1 | -0/+3 |
2003-12-01 | * Help text for all (non-script) programs, so no more: | Eelco Dolstra | 1 | -14/+25 |
2003-11-19 | * nix-env: a tool to manage user environments. | Eelco Dolstra | 1 | -0/+1 |
2003-11-09 | * Turned the msg() and debug() functions into macros, since they | Eelco Dolstra | 1 | -3/+3 |
2003-11-03 | * Ignore options passed to the aterm library. | Eelco Dolstra | 1 | -2/+5 |
2003-10-20 | * Refactored the source tree. | Eelco Dolstra | 1 | -0/+79 |