about summary refs log tree commit diff
path: root/src/libstore/build.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07 * If not running as root, let the setuid helper kill the build user'sEelco Dolstra1-27/+36
2006-12-07 * In the garbage collector, if deleting a path fails, try to fix itsEelco Dolstra1-5/+10
2006-12-07 * When not running as root, call the setuid helper to change theEelco Dolstra1-1/+7
2006-12-07 * Change the ownership of store paths to the Nix account beforeEelco Dolstra1-4/+56
2006-12-07 * Pass the actual build user to the setuid helper.Eelco Dolstra1-22/+10
2006-12-07 * If Nix is not running as root, call the setuid helper to start theEelco Dolstra1-21/+37
2006-12-07 * Sanity check.Eelco Dolstra1-1/+7
2006-12-07 * Move killUser() to libutil so that the setuid helper can use it.Eelco Dolstra1-48/+27
2006-12-06 * Get rid of `build-users'. We'll just take all the members ofEelco Dolstra1-35/+53
2006-12-06 * Start of the setuid helper (the program that performs the operationsEelco Dolstra1-3/+4
2006-12-05 * Be less chatty.Eelco Dolstra1-2/+2
2006-12-05 * Urgh. Do setgid() before setuid(), because the semantics of setgid() Eelco Dolstra1-4/+4
2006-12-05 * FreeBSD returns ESRCH when there are no processes to kill.Eelco Dolstra1-4/+8
2006-12-05 * Allow unprivileged users to run the garbage collector and to doEelco Dolstra1-1/+0
2006-12-03 * Removed `build-allow-root'.Eelco Dolstra1-18/+26
2006-12-03 * Some hackery to propagate the worker's stderr and exceptions to theEelco Dolstra1-3/+3
2006-12-02 * Move addTempRoot() to the store API, and add another functionEelco Dolstra1-2/+2
2006-11-30 * More remote operations.Eelco Dolstra1-1/+1
2006-11-30 * Put building in the store API.Eelco Dolstra1-3/+2
2006-11-30 * Refactoring. There is now an abstract interface class StoreAPIEelco Dolstra1-14/+18
2006-11-13 * Remove the undocumented `noscan' feature. It's no longer necessaryEelco Dolstra1-15/+12
2006-11-13 * Magic attribute `exportReferencesGraph' that allows the referencesEelco Dolstra1-20/+56
2006-10-28 * `nix-store --read-log / -l PATH' shows the build log of PATH, ifEelco Dolstra1-1/+1
2006-10-19 * Special derivation attribute `allowedReferences' that causes Nix toEelco Dolstra1-0/+31
2006-09-04 * Use a proper namespace.Eelco Dolstra1-21/+32
2006-08-15 On cygwin, disable the check that the output is not group or worldMartin Bravenboer1-0/+2
2006-07-20 * Call find-runtime-roots.pl from the garbage collector to preventEelco Dolstra1-16/+5
2006-06-19 * Oops.Eelco Dolstra1-1/+2
2006-06-19 * _exit() doesn't seem to work right on Cygwin.Eelco Dolstra1-0/+11
2006-06-16 * Show when we're blocked waiting for a lock.Eelco Dolstra1-4/+4
2006-05-31 * For fixed-output derivations, pass the environment variables listedEelco Dolstra1-3/+20
2006-05-30 * Not all platforms have sys/select.h.Eelco Dolstra1-1/+1
2006-05-24 * Some Cygwin fixes.Eelco Dolstra1-0/+1
2006-03-06 * `nix-env (-i|-u) --dry-run' now shows exactly which missing pathsEelco Dolstra1-0/+1
2006-03-01 * db.hh shouldn't depend on the Berkeley DB headers.Eelco Dolstra1-1/+2
2006-02-03 * Use setsid instead of setpgrp in child processes. This not onlyEelco Dolstra1-6/+8
2006-02-02 * When killing a build hook, kill the entire process group (asEelco Dolstra1-0/+1
2005-11-16 * Did something useful while waiting at IAD: reference scanning is nowEelco Dolstra1-4/+1
2005-10-20 * Prevent uids from being used for more than one buildEelco Dolstra1-36/+120
2005-10-19 * Oops. Fixed-output derivations were broken.Eelco Dolstra1-1/+0
2005-10-17 * Also kill all processes of the build user after the build. This isEelco Dolstra1-0/+8
2005-10-17 * Before starting a build under some uid, kill all current processesEelco Dolstra1-0/+48
2005-10-17 * Check that the build result is owned by the build user, and thatEelco Dolstra1-2/+13
2005-10-17 * Don't use FIFOs to make Nix create the output path on behalf of theEelco Dolstra1-68/+17
2005-10-17 * Beginning of secure multi-user Nix stores. If Nix is started asEelco Dolstra1-45/+214
2005-09-20 * Typo.Eelco Dolstra1-1/+1
2005-05-10 * Typo.Eelco Dolstra1-1/+1
2005-04-13 * Remove redundant message.Eelco Dolstra1-4/+0
2005-04-11 * Slightly nicer message.Eelco Dolstra1-3/+3
2005-03-24 * Create missing log and temproots directories automatically (reportedEelco Dolstra1-1/+7