Age | Commit message (Expand) | Author | Files | Lines |
2007-02-21 | * `nix-store --export --sign': sign the Nix archive using the RSA key | Eelco Dolstra | 1 | -2/+1 |
2007-01-23 | * exportReferencesGraph: work on paths within store paths as well. | Eelco Dolstra | 1 | -2/+10 |
2006-12-12 | * New primop builtins.filterSource, which can be used to filter files | Eelco Dolstra | 1 | -1/+1 |
2006-12-09 | * Use deletePathWrapped() in more places. | Eelco Dolstra | 1 | -8/+22 |
2006-12-08 | * Goal cancellation inside the waitForInput() loop needs to be handled | Eelco Dolstra | 1 | -38/+85 |
2006-12-08 | * Some refactoring. | Eelco Dolstra | 1 | -95/+118 |
2006-12-08 | * Kill a build if it has gone for more than a certain number of | Eelco Dolstra | 1 | -6/+44 |
2006-12-08 | * Also for convenience, change the ownership of the build output even | Eelco Dolstra | 1 | -22/+36 |
2006-12-07 | * Remove ancient terminology. | Eelco Dolstra | 1 | -3/+3 |
2006-12-07 | * When keeping the temporary build directory (-K), change the owner | Eelco Dolstra | 1 | -1/+4 |
2006-12-07 | * Be less verbose. | Eelco Dolstra | 1 | -1/+1 |
2006-12-07 | * Don't count on the Pid deconstructor to kill the child process, | Eelco Dolstra | 1 | -2/+14 |
2006-12-07 | * If not running as root, let the setuid helper kill the build user's | Eelco Dolstra | 1 | -27/+36 |
2006-12-07 | * In the garbage collector, if deleting a path fails, try to fix its | Eelco Dolstra | 1 | -5/+10 |
2006-12-07 | * When not running as root, call the setuid helper to change the | Eelco Dolstra | 1 | -1/+7 |
2006-12-07 | * Change the ownership of store paths to the Nix account before | Eelco Dolstra | 1 | -4/+56 |
2006-12-07 | * Pass the actual build user to the setuid helper. | Eelco Dolstra | 1 | -22/+10 |
2006-12-07 | * If Nix is not running as root, call the setuid helper to start the | Eelco Dolstra | 1 | -21/+37 |
2006-12-07 | * Sanity check. | Eelco Dolstra | 1 | -1/+7 |
2006-12-07 | * Move killUser() to libutil so that the setuid helper can use it. | Eelco Dolstra | 1 | -48/+27 |
2006-12-06 | * Get rid of `build-users'. We'll just take all the members of | Eelco Dolstra | 1 | -35/+53 |
2006-12-06 | * Start of the setuid helper (the program that performs the operations | Eelco Dolstra | 1 | -3/+4 |
2006-12-05 | * Be less chatty. | Eelco Dolstra | 1 | -2/+2 |
2006-12-05 | * Urgh. Do setgid() before setuid(), because the semantics of setgid() | Eelco Dolstra | 1 | -4/+4 |
2006-12-05 | * FreeBSD returns ESRCH when there are no processes to kill. | Eelco Dolstra | 1 | -4/+8 |
2006-12-05 | * Allow unprivileged users to run the garbage collector and to do | Eelco Dolstra | 1 | -1/+0 |
2006-12-03 | * Removed `build-allow-root'. | Eelco Dolstra | 1 | -18/+26 |
2006-12-03 | * Some hackery to propagate the worker's stderr and exceptions to the | Eelco Dolstra | 1 | -3/+3 |
2006-12-02 | * Move addTempRoot() to the store API, and add another function | Eelco Dolstra | 1 | -2/+2 |
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 |