Age | Commit message (Expand) | Author | Files | Lines |
2006-11-30 | * More remote operations. | Eelco Dolstra | 1 | -1/+1 |
2006-11-30 | * Put building in the store API. | Eelco Dolstra | 1 | -3/+2 |
2006-11-30 | * Refactoring. There is now an abstract interface class StoreAPI | Eelco Dolstra | 1 | -14/+18 |
2006-11-13 | * Remove the undocumented `noscan' feature. It's no longer necessary | Eelco Dolstra | 1 | -15/+12 |
2006-11-13 | * Magic attribute `exportReferencesGraph' that allows the references | Eelco Dolstra | 1 | -20/+56 |
2006-10-28 | * `nix-store --read-log / -l PATH' shows the build log of PATH, if | Eelco Dolstra | 1 | -1/+1 |
2006-10-19 | * Special derivation attribute `allowedReferences' that causes Nix to | Eelco Dolstra | 1 | -0/+31 |
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | 1 | -21/+32 |
2006-08-15 | On cygwin, disable the check that the output is not group or world | Martin Bravenboer | 1 | -0/+2 |
2006-07-20 | * Call find-runtime-roots.pl from the garbage collector to prevent | Eelco Dolstra | 1 | -16/+5 |
2006-06-19 | * Oops. | Eelco Dolstra | 1 | -1/+2 |
2006-06-19 | * _exit() doesn't seem to work right on Cygwin. | Eelco Dolstra | 1 | -0/+11 |
2006-06-16 | * Show when we're blocked waiting for a lock. | Eelco Dolstra | 1 | -4/+4 |
2006-05-31 | * For fixed-output derivations, pass the environment variables listed | Eelco Dolstra | 1 | -3/+20 |
2006-05-30 | * Not all platforms have sys/select.h. | Eelco Dolstra | 1 | -1/+1 |
2006-05-24 | * Some Cygwin fixes. | Eelco Dolstra | 1 | -0/+1 |
2006-03-06 | * `nix-env (-i|-u) --dry-run' now shows exactly which missing paths | Eelco Dolstra | 1 | -0/+1 |
2006-03-01 | * db.hh shouldn't depend on the Berkeley DB headers. | Eelco Dolstra | 1 | -1/+2 |
2006-02-03 | * Use setsid instead of setpgrp in child processes. This not only | Eelco Dolstra | 1 | -6/+8 |
2006-02-02 | * When killing a build hook, kill the entire process group (as | Eelco Dolstra | 1 | -0/+1 |
2005-11-16 | * Did something useful while waiting at IAD: reference scanning is now | Eelco Dolstra | 1 | -4/+1 |
2005-10-20 | * Prevent uids from being used for more than one build | Eelco Dolstra | 1 | -36/+120 |
2005-10-19 | * Oops. Fixed-output derivations were broken. | Eelco Dolstra | 1 | -1/+0 |
2005-10-17 | * Also kill all processes of the build user after the build. This is | Eelco Dolstra | 1 | -0/+8 |
2005-10-17 | * Before starting a build under some uid, kill all current processes | Eelco Dolstra | 1 | -0/+48 |
2005-10-17 | * Check that the build result is owned by the build user, and that | Eelco Dolstra | 1 | -2/+13 |
2005-10-17 | * Don't use FIFOs to make Nix create the output path on behalf of the | Eelco Dolstra | 1 | -68/+17 |
2005-10-17 | * Beginning of secure multi-user Nix stores. If Nix is started as | Eelco Dolstra | 1 | -45/+214 |
2005-09-20 | * Typo. | Eelco Dolstra | 1 | -1/+1 |
2005-05-10 | * Typo. | Eelco Dolstra | 1 | -1/+1 |
2005-04-13 | * Remove redundant message. | Eelco Dolstra | 1 | -4/+0 |
2005-04-11 | * Slightly nicer message. | Eelco Dolstra | 1 | -3/+3 |
2005-03-24 | * Create missing log and temproots directories automatically (reported | Eelco Dolstra | 1 | -1/+7 |
2005-03-23 | * Export the references graph to the build hook. | Eelco Dolstra | 1 | -14/+30 |
2005-02-23 | * When multiple derivations are specified in `nix-store -r', don't | Eelco Dolstra | 1 | -62/+50 |
2005-02-22 | * Support for fixed-output hashes over directory trees (i.e., over the | Eelco Dolstra | 1 | -14/+26 |
2005-02-22 | * Compatibility hack so that Nixpkgs can continue to do hash checking | Eelco Dolstra | 1 | -0/+9 |
2005-02-18 | * Subtle bug in the builder: if a subgoal that is instantiated | Eelco Dolstra | 1 | -31/+30 |
2005-02-17 | * Put build logs in $prefix/var/nix/log/drvs/. | Eelco Dolstra | 1 | -1/+1 |
2005-02-11 | * Input sources should be in the set of all referenceable paths too. | Eelco Dolstra | 1 | -4/+4 |
2005-02-09 | * Propagate the deriver of a path through the substitute mechanism. | Eelco Dolstra | 1 | -1/+2 |
2005-02-08 | * Updated `nix-store --verify' to the new schema. | Eelco Dolstra | 1 | -2/+2 |
2005-02-07 | * Maintain a database table (`derivers') that maps output paths to the | Eelco Dolstra | 1 | -2/+3 |
2005-02-01 | * Add missing files to dist. | Eelco Dolstra | 1 | -2/+4 |
2005-01-31 | * Start of concurrent garbage collection. Processes write temporary | Eelco Dolstra | 1 | -1/+7 |
2005-01-27 | * Fix and simplify the garbage collector (it's still not concurrent, | Eelco Dolstra | 1 | -2/+2 |
2005-01-25 | * Maintain the references/referers relation also for derivations. | Eelco Dolstra | 1 | -3/+2 |
2005-01-25 | * Simplification: registerSubstitutes -> registerSubstitute. We no | Eelco Dolstra | 1 | -1/+0 |
2005-01-25 | * Really fix the substitute mechanism, i.e., ensure the closure | Eelco Dolstra | 1 | -7/+32 |
2005-01-25 | * Fix the `--fallback' switch. | Eelco Dolstra | 1 | -0/+6 |