Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-05 | * Allow successors that don't exist but have a substitute. | Eelco Dolstra | 1 | -34/+73 | |
* Integrity: check in successor / substitute registration whether the target path exists or has a substitute. | |||||
2003-12-01 | * Use a system name that does not include the OS manufacturer (i.e., | Eelco Dolstra | 1 | -1/+1 | |
"i686-linux" instead of "i686-suse-linux"). | |||||
2003-11-25 | * More `make dist' fixes. | Eelco Dolstra | 1 | -4/+4 | |
2003-11-25 | * `make dist' fix. | Eelco Dolstra | 1 | -8/+1 | |
2003-11-24 | * Bug fix in path invalidation. | Eelco Dolstra | 1 | -23/+41 | |
* More consistency checks. | |||||
2003-11-22 | * Maintain integrity of the substitute and successor mappings when | Eelco Dolstra | 3 | -40/+55 | |
deleting a path in the store. * Allow absolute paths in Nix expressions. * Get nix-prefetch-url to work again. * Various other fixes. | |||||
2003-11-22 | * Fix the garbage collector. | Eelco Dolstra | 1 | -8/+1 | |
2003-11-21 | * Remove lock files after building. | Eelco Dolstra | 3 | -1/+20 | |
2003-11-19 | * nix-env: a tool to manage user environments. | Eelco Dolstra | 4 | -10/+10 | |
* Replace all directory reading code by a generic readDirectory() function. | |||||
2003-11-18 | * "Nix expression" -> "store expression". | Eelco Dolstra | 5 | -79/+64 | |
* More refactoring. | |||||
2003-11-18 | * libnix -> libstore. | Eelco Dolstra | 20 | -0/+2285 | |