Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-25 | * Made `nix-store -qR --include-outputs' much faster if there are | Eelco Dolstra | 1 | -1/+2 | |
multiple paths specified on the command line (from O(n * m) to O(n + m), where n is the number of arguments and m is the size of the closure). | |||||
2008-08-04 | * nix-env --dry-run: show the total size of the substituter | Eelco Dolstra | 1 | -1/+2 | |
downloads. | |||||
2008-08-04 | * querySubstitutablePathInfo: work properly when run via the daemon. | Eelco Dolstra | 1 | -1/+1 | |
* --dry-run: print the paths that we don't know how to build/substitute. | |||||
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | 1 | -0/+6 | |
* Optimise header file usage a bit. * Compile the parser as C++. | |||||
2006-03-06 | * `nix-env (-i|-u) --dry-run' now shows exactly which missing paths | Eelco Dolstra | 1 | -0/+32 | |
will be built or substituted. |